summaryrefslogtreecommitdiff
path: root/dev-java/jung/files/jung-1.7.6-build.xml.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /dev-java/jung/files/jung-1.7.6-build.xml.patch
reinit the tree, so we can have metadata
Diffstat (limited to 'dev-java/jung/files/jung-1.7.6-build.xml.patch')
-rw-r--r--dev-java/jung/files/jung-1.7.6-build.xml.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-java/jung/files/jung-1.7.6-build.xml.patch b/dev-java/jung/files/jung-1.7.6-build.xml.patch
new file mode 100644
index 000000000000..1ddf38597d6f
--- /dev/null
+++ b/dev-java/jung/files/jung-1.7.6-build.xml.patch
@@ -0,0 +1,20 @@
+--- build.xml 2009-05-24 12:12:51.007684864 +1200
++++ build.xml 2009-05-24 12:39:01.796913330 +1200
+@@ -83,7 +83,7 @@
+ </fileset>
+ </path>
+
+- <taskdef classpathref="jcoverage" resource="tasks.properties"/>
++ <!--<taskdef classpathref="jcoverage" resource="tasks.properties"/>-->
+
+ <target name="clean" description="clean up build artefacts" unless="cleaned">
+ <delete quiet="true">
+@@ -157,7 +157,7 @@
+ the instrumented classes reference classes used by the
+ jcoverage runtime.
+ -->
+- <classpath refid="jcoverage"/>
++ <!--<classpath refid="jcoverage"/>-->
+ <classpath refid="alljars"/>
+ <!-- <formatter type="brief" usefile="false"/> -->
+ <formatter type="xml"/>