summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-java/xmlunit/files/xmlunit-1.0-r2-build.xml.patch')
-rw-r--r--dev-java/xmlunit/files/xmlunit-1.0-r2-build.xml.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-java/xmlunit/files/xmlunit-1.0-r2-build.xml.patch b/dev-java/xmlunit/files/xmlunit-1.0-r2-build.xml.patch
deleted file mode 100644
index c3875cd15d1d..000000000000
--- a/dev-java/xmlunit/files/xmlunit-1.0-r2-build.xml.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- build.xml.original 2007-01-30 14:55:01.000000000 +0100
-+++ build.xml 2007-01-30 20:12:02.000000000 +0100
-@@ -34,9 +34,9 @@
- </javac>
- </target>
-
-- <target name="test" depends="clean,compile">
-+ <target name="test" depends="compile">
- <mkdir dir="${test.report.dir}"/>
-- <junit printsummary="yes" haltonfailure="no" fork="yes">
-+ <junit printsummary="yes" haltonfailure="yes" fork="yes">
- <sysproperty key="basedir" value="${basedir}"/>
- <sysproperty key="user.dir" value="${basedir}"/>
- <!--
-@@ -78,7 +78,6 @@
- <mkdir dir="${docs.dir}"/>
- <delete includeEmptyDirs="true" dir="${docs.dir}/org"/>
- <javadoc destdir="${docs.dir}"
-- overview="${src.dir}/java/overview.html"
- windowtitle="XMLUnit Documentation"
- footer="&lt;p&gt;&lt;a href=&quot;http://xmlunit.sourceforge.net/&quot;&gt;XMLUnit&lt;/a&gt; is hosted by sourceforge.net&lt;/p&gt;">
- <group title="XMLUnit v${xmlunit.version}"