diff options
Diffstat (limited to 'dev-java/xmlrpc')
-rw-r--r-- | dev-java/xmlrpc/files/xmlrpc-2.0.1.build.xml.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/dev-java/xmlrpc/files/xmlrpc-2.0.1.build.xml.patch b/dev-java/xmlrpc/files/xmlrpc-2.0.1.build.xml.patch deleted file mode 100644 index d4bfefd9d6bf..000000000000 --- a/dev-java/xmlrpc/files/xmlrpc-2.0.1.build.xml.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- build.xml.orig 2005-12-21 10:09:45.000000000 +0100 -+++ build.xml 2007-04-24 23:28:42.000000000 +0200 -@@ -302,9 +302,10 @@ - <delete dir="${test.reportsDirectory}"/> - <mkdir dir="${test.reportsDirectory}"/> - -- <junit printSummary="yes"> -+ <junit printSummary="yes" haltonfailure="true"> - <formatter type="plain"/> - <classpath refid="classpath"/> -+ <classpath path="${gentoo.classpath}"/> - <classpath> - <!-- <pathelement location="${xerces.jar}"/> --> - <pathelement path="${build.dest}"/> |