]> source.dussan.org Git - poi.git/commitdiff
removed dependencies for jaxen and xerces, ooxml module does not need them
authorYegor Kozlov <yegor@apache.org>
Sun, 9 Nov 2008 12:14:59 +0000 (12:14 +0000)
committerYegor Kozlov <yegor@apache.org>
Sun, 9 Nov 2008 12:14:59 +0000 (12:14 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@712490 13f79535-47bb-0310-9956-ffa450edef68

build.xml
maven/poi-ooxml.pom

index 82fe64764ebf8ca9433edacd028ab94243ed3b0a..e097a7549c2a513b8e683afc9c996f218baaa5a1 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -128,10 +128,6 @@ under the License.
   <property name="ooxml.openxml4j.url" value="http://people.apache.org/~nick/openxml4j-bin-beta-080728.jar"/>
   <property name="ooxml.dom4j.jar" location="${ooxml.lib}/dom4j-1.6.1.jar"/>
   <property name="ooxml.dom4j.url" value="${repository}/dom4j/jars/dom4j-1.6.1.jar"/>
-  <property name="ooxml.jaxen.jar" location="${ooxml.lib}/jaxen-1.1.jar"/>
-  <property name="ooxml.jaxen.url" value="${repository}/jaxen/jars/jaxen-1.1.jar"/>
-  <property name="ooxml.xerces.jar" location="${ooxml.lib}/xercesImpl-2.8.1.jar"/>
-  <property name="ooxml.xerces.url" value="${repository}/xerces/jars/xercesImpl-2.8.1.jar"/>
   <property name="ooxml.xmlbeans.jar" location="${ooxml.lib}/xmlbeans-2.3.0.jar"/>
   <property name="ooxml.xmlbeans.url" value="${repository}/org.apache.xmlbeans/jars/xmlbeans-2.3.0.jar"/>
   <property name="ooxml.jsr173.jar" location="${ooxml.lib}/jsr173_1.0_api.jar"/>
@@ -363,8 +359,6 @@ under the License.
             <or>
                 <and>
                     <available file="${ooxml.dom4j.jar}"/>
-                    <available file="${ooxml.jaxen.jar}"/>
-                    <available file="${ooxml.xerces.jar}"/>
                     <available file="${ooxml.xmlbeans.jar}"/>
                     <available file="${ooxml.jsr173.jar}"/>
                     <available file="${ooxml.schemas.jar}"/>
@@ -379,14 +373,6 @@ under the License.
         <param name="sourcefile" value="${ooxml.dom4j.url}"/>
         <param name="destfile" value="${ooxml.dom4j.jar}"/>
       </antcall>
-      <antcall target="downloadfile">
-        <param name="sourcefile" value="${ooxml.jaxen.url}"/>
-        <param name="destfile" value="${ooxml.jaxen.jar}"/>
-      </antcall>
-      <antcall target="downloadfile">
-        <param name="sourcefile" value="${ooxml.xerces.url}"/>
-        <param name="destfile" value="${ooxml.xerces.jar}"/>
-      </antcall>
       <antcall target="downloadfile">
         <param name="sourcefile" value="${ooxml.xmlbeans.url}"/>
         <param name="destfile" value="${ooxml.xmlbeans.jar}"/>
index ef2ebee6333c6be4077383f2052363a4cfdcd844..8c78e2e443c9ac6ca6ee117fc255288b2aba03f5 100755 (executable)
 
   <mailingLists>
     <mailingList>
-      <name>OpenXML4J Users List</name>
-      <archive>http://sourceforge.net/mailarchive/forum.php?forum_name=openxml4j-users</archive>
-    </mailingList>
-    <mailingList>
-      <name>OpenXML4J Developer List</name>
-      <archive>http://sourceforge.net/mailarchive/forum.php?forum_name=openxml4j-devs</archive>
+      <name>POI Users List</name>
+      <subscribe>user-subscribe@poi.apache.org</subscribe>
+      <unsubscribe>user-unsubscribe@poi.apache.org</unsubscribe>
+      <archive>http://mail-archives.apache.org/mod_mbox/poi-user/</archive>
     </mailingList>
     <mailingList>
       <name>POI Developer List</name>
     <dependency>
       <groupId>org.apache.poi</groupId>
       <artifactId>openxml4j</artifactId>
-      <version>@VERSION@</version>
+      <version>1.0-beta</version>
     </dependency>
     <dependency>
       <groupId>org.apache.poi</groupId>
       <artifactId>ooxml-schemas</artifactId>
-      <version>@VERSION@</version>
+      <version>1.0</version>
     </dependency>
   </dependencies>
 </project>