diff --git a/build.xml b/build.xml index 3b1ad523f..cbb3a252b 100644 --- a/build.xml +++ b/build.xml @@ -145,6 +145,14 @@ under the License. + + + + + + @@ -156,6 +164,7 @@ under the License. + @@ -411,7 +420,7 @@ under the License. - @@ -1102,6 +1111,9 @@ FORREST_HOME environment variable! + @@ -1157,6 +1169,22 @@ FORREST_HOME environment variable! + + + + + + + + + + + + + @@ -1191,7 +1219,29 @@ FORREST_HOME environment variable! - + + + + + + + + + + + + + + + + + + + + + + + @@ -1205,8 +1255,9 @@ FORREST_HOME environment variable! - - + + + diff --git a/maven/ooxml-schemas.pom b/maven/ooxml-schemas.pom new file mode 100755 index 000000000..da49544ae --- /dev/null +++ b/maven/ooxml-schemas.pom @@ -0,0 +1,70 @@ + + + + + + 4.0.0 + org.apache.poi + ooxml-schemas + @VERSION@ + jar + OOXML schemas + XmlBeans generated from the Ecma supplied xsds: + http://www.ecma-international.org/publications/files/ECMA-ST/Office%20Open%20XML%20Part%204%20(DOCX).zip + http://poi.apache.org/ + + + + POI Users List + user-subscribe@poi.apache.org + user-unsubscribe@poi.apache.org + http://mail-archives.apache.org/mod_mbox/poi-user/ + + + POI Developer List + dev-subscribe@poi.apache.org + dev-unsubscribe@poi.apache.org + http://mail-archives.apache.org/mod_mbox/poi-dev/ + + + + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + Apache Software Foundation + http://www.apache.org/ + + + + + org.apache.xmlbeans + xmlbeans + 2.3.0 + + + diff --git a/maven/openxml4j.pom b/maven/openxml4j.pom new file mode 100755 index 000000000..5379a7324 --- /dev/null +++ b/maven/openxml4j.pom @@ -0,0 +1,70 @@ + + + + + + 4.0.0 + org.openxml4j + openxml4j + @VERSION@ + jar + OpenXML4J + http://openxml4j.org/ + Office Open XML File Format library for Java + + + + OpenXML4J Users List + http://sourceforge.net/mailarchive/forum.php?forum_name=openxml4j-users + + + OpenXML4J Developer List + http://sourceforge.net/mailarchive/forum.php?forum_name=openxml4j-devs + + + + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + OpenXML4J + http://www.openxml4j.org/ + + + + + dom4j + dom4j + 1.6.1 + + + log4j + log4j + 1.2.8 + + + diff --git a/maven/poi-ooxml.pom b/maven/poi-ooxml.pom new file mode 100755 index 000000000..ef2ebee63 --- /dev/null +++ b/maven/poi-ooxml.pom @@ -0,0 +1,86 @@ +:tab + + + + + 4.0.0 + org.apache.poi + @ARTIFICAT@ + @VERSION@ + jar + Apache POI + http://poi.apache.org/ + Apache POI - Java API To Access Microsoft Format Files + + + + OpenXML4J Users List + http://sourceforge.net/mailarchive/forum.php?forum_name=openxml4j-users + + + OpenXML4J Developer List + http://sourceforge.net/mailarchive/forum.php?forum_name=openxml4j-devs + + + POI Developer List + dev-subscribe@poi.apache.org + dev-unsubscribe@poi.apache.org + http://mail-archives.apache.org/mod_mbox/poi-dev/ + + + + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + Apache Software Foundation + http://www.apache.org/ + + + + + org.apache.xmlbeans + xmlbeans + 2.3.0 + + + org.apache.poi + poi + @VERSION@ + + + org.apache.poi + openxml4j + @VERSION@ + + + org.apache.poi + ooxml-schemas + @VERSION@ + + +