From 9276e99d9d36dc0e76ce2d60c26d3ea02c144cd7 Mon Sep 17 00:00:00 2001 From: Yegor Kozlov Date: Sun, 26 Oct 2008 20:08:58 +0000 Subject: [PATCH] 1. support for the ooxml maven dependencies: added pom templates for openxml4j and ooxml-schemas, the maven-ooxml-dependencies task generates m1 distrib for both 2. excluded jar-14 and compile-14 from the main distrib cycle \n git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@708030 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 59 ++++++++++++++++++++++++++-- maven/ooxml-schemas.pom | 70 +++++++++++++++++++++++++++++++++ maven/openxml4j.pom | 70 +++++++++++++++++++++++++++++++++ maven/poi-ooxml.pom | 86 +++++++++++++++++++++++++++++++++++++++++ 4 files changed, 281 insertions(+), 4 deletions(-) create mode 100755 maven/ooxml-schemas.pom create mode 100755 maven/openxml4j.pom create mode 100755 maven/poi-ooxml.pom 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@ + + +