Author: niallp Date: Tue May 20 15:58:32 2008 New Revision: 658476 URL: http://svn.apache.org/viewvc?rev=658476&view=rev Log: Add xml-apis to m1 build for JDK 1.3 and re-generate ant build
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=658476&r1=658475&r2=658476&view=diff ============================================================================== --- commons/proper/chain/trunk/build.xml (original) +++ commons/proper/chain/trunk/build.xml Tue May 20 15:58:32 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 2337--> + on date May 20 2008, time 2353--> <project default="jar" name="commons-chain" basedir="."> <property name="defaulttargetdir" value="target"> @@ -168,6 +168,8 @@ </get> <get dest="${libdir}/junit-3.8.1.jar" usetimestamp="true" ignoreerrors="true" src="http://repo1.maven.org/maven/junit/jars/junit-3.8.1.jar"> </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}/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"> Modified: commons/proper/chain/trunk/project.xml URL: http://svn.apache.org/viewvc/commons/proper/chain/trunk/project.xml?rev=658476&r1=658475&r2=658476&view=diff ============================================================================== --- commons/proper/chain/trunk/project.xml (original) +++ commons/proper/chain/trunk/project.xml Tue May 20 15:58:32 2008 @@ -158,14 +158,18 @@ </comment> </properties> </dependency> - <!-- un-comment to build with JDK 1.3 <dependency> <groupId>xml-apis</groupId> <artifactId>xml-apis</artifactId> <version>2.0.2</version> <url>http://xml.apache.org/commons/</url> + <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>