You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-java/commons-digester/files/1.8.1-build.xml-jar-target....

28 lines
1.1 KiB

--- build.xml.orig 2009-02-15 21:06:33.000000000 +0100
+++ build.xml 2009-02-15 21:07:25.000000000 +0100
@@ -117,6 +117,7 @@
<pathelement location="${jaxp.jaxp.jar}"/>
<pathelement location="${jaxp.parser.jar}"/>
<pathelement location="${commons-beanutils.jar}"/>
+ <pathelement location="${commons-collections.jar}" />
<pathelement location="${commons-logging.jar}"/>
<pathelement location="${junit.jar}"/>
</path>
@@ -140,6 +141,7 @@
<pathelement location="${junit.jar}"/>
<pathelement location="${jaxp.jaxp.jar}"/>
<pathelement location="${jaxp.parser.jar}"/>
+ <pathelement location="${commons-collections.jar}" />
<pathelement location="${commons-beanutils.jar}"/>
<pathelement location="${commons-logging.jar}"/>
</path>
@@ -256,7 +258,7 @@
</javadoc>
</target>
- <target name="jar" depends="compile, test"
+ <target name="jar" depends="compile"
description="Create commons-digester.jar">
<mkdir dir="${dist.home}"/>
<jar jarfile="${dist.home}/commons-${component.name}.jar"