summaryrefslogtreecommitdiff
path: root/dev-java/commons-digester/files/1.8.1-build.xml-jar-target.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-java/commons-digester/files/1.8.1-build.xml-jar-target.patch')
-rw-r--r--dev-java/commons-digester/files/1.8.1-build.xml-jar-target.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/dev-java/commons-digester/files/1.8.1-build.xml-jar-target.patch b/dev-java/commons-digester/files/1.8.1-build.xml-jar-target.patch
deleted file mode 100644
index ec523a011458..000000000000
--- a/dev-java/commons-digester/files/1.8.1-build.xml-jar-target.patch
+++ /dev/null
@@ -1,27 +0,0 @@
---- 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"