diff options
Diffstat (limited to 'dev-java/commons-io/files/commons-io-1.3.1-build.xml.patch')
-rw-r--r-- | dev-java/commons-io/files/commons-io-1.3.1-build.xml.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-java/commons-io/files/commons-io-1.3.1-build.xml.patch b/dev-java/commons-io/files/commons-io-1.3.1-build.xml.patch new file mode 100644 index 000000000000..cf509dcd51df --- /dev/null +++ b/dev-java/commons-io/files/commons-io-1.3.1-build.xml.patch @@ -0,0 +1,20 @@ +--- build.xml.original 2007-02-09 21:36:40.000000000 +0100 ++++ build.xml 2007-02-09 21:38:25.000000000 +0100 +@@ -92,7 +92,7 @@ + </copy> + </target> + +- <target name="jar" description="o Create the jar" depends="compile,test"> ++ <target name="jar" description="o Create the jar" depends="compile"> + <jar jarfile="${defaulttargetdir}/${final.name}.jar" excludes="**/*.html" basedir="${classesdir}" manifest="${basedir}/src/conf/MANIFEST.MF" /> + </target> + <target name="dist-jar" depends="compile"> +@@ -196,7 +196,7 @@ + <target name="internal-test" if="Junit.present" depends="junit-present,compile-tests"> + <mkdir dir="${testreportdir}"> + </mkdir> +- <junit dir="${basedir}" failureproperty="test.failure" printSummary="yes" fork="true" haltonerror="true"> ++ <junit dir="${basedir}" failureproperty="test.failure" printSummary="yes" fork="false" haltonerror="true"> + <sysproperty key="basedir" value="." /> + <formatter type="plain" /> + <formatter usefile="false" type="plain" /> |