Author: niallp
Date: Wed May 21 19:13:12 2008
New Revision: 658978

URL: http://svn.apache.org/viewvc?rev=658978&view=rev
Log:
Add xerces dependency to get ant build working on JDK 1.3

Modified:
    commons/proper/chain/trunk/build.xml
    commons/proper/chain/trunk/project.xml

Modified: commons/proper/chain/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/chain/trunk/build.xml?rev=658978&r1=658977&r2=658978&view=diff
==============================================================================
--- commons/proper/chain/trunk/build.xml (original)
+++ commons/proper/chain/trunk/build.xml Wed May 21 19:13:12 2008
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
 <!--build.xml generated by maven from project.xml version 1.2-SNAPSHOT
-  on date May 20 2008, time 2353-->
+  on date May 22 2008, time 0309-->
 
 <project default="jar" name="commons-chain" basedir=".">
   <property name="defaulttargetdir" value="target">
@@ -170,6 +170,8 @@
     </get>
     <get dest="${libdir}/xml-apis-2.0.2.jar" usetimestamp="true" 
ignoreerrors="true" 
src="http://repo1.maven.org/maven/xml-apis/jars/xml-apis-2.0.2.jar";>
     </get>
+    <get dest="${libdir}/xercesImpl-2.2.1.jar" usetimestamp="true" 
ignoreerrors="true" 
src="http://repo1.maven.org/maven/xerces/jars/xercesImpl-2.2.1.jar";>
+    </get>
     <get dest="${libdir}/commons-beanutils-1.7.0.jar" usetimestamp="true" 
ignoreerrors="true" 
src="http://repo1.maven.org/maven/commons-beanutils/jars/commons-beanutils-1.7.0.jar";>
     </get>
     <get dest="${libdir}/commons-digester-1.8.jar" usetimestamp="true" 
ignoreerrors="true" 
src="http://repo1.maven.org/maven/commons-digester/jars/commons-digester-1.8.jar";>
@@ -189,4 +191,4 @@
     <unjar dest="${maven.home}" src="${user.home}/maven-install-latest.jar">
     </unjar>
   </target>
-</project>
+</project>
\ No newline at end of file

Modified: commons/proper/chain/trunk/project.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/chain/trunk/project.xml?rev=658978&r1=658977&r2=658978&view=diff
==============================================================================
--- commons/proper/chain/trunk/project.xml (original)
+++ commons/proper/chain/trunk/project.xml Wed May 21 19:13:12 2008
@@ -171,6 +171,17 @@
       </properties>
     </dependency>
     <dependency>
+      <groupId>xerces</groupId>
+      <artifactId>xercesImpl</artifactId>
+      <version>2.2.1</version>
+      <properties>
+        <optional>true</optional>
+        <comment>
+          Only required to build with JDK 1.3
+        </comment>
+      </properties>
+    </dependency>
+    <dependency>
       <groupId>commons-beanutils</groupId>
       <artifactId>commons-beanutils</artifactId>
       <version>1.7.0</version>


Reply via email to