summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-java/jgroups/files/2.9.0-ant-1.8-compat.patch')
-rw-r--r--dev-java/jgroups/files/2.9.0-ant-1.8-compat.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-java/jgroups/files/2.9.0-ant-1.8-compat.patch b/dev-java/jgroups/files/2.9.0-ant-1.8-compat.patch
new file mode 100644
index 000000000000..46a7820377ec
--- /dev/null
+++ b/dev-java/jgroups/files/2.9.0-ant-1.8-compat.patch
@@ -0,0 +1,20 @@
+--- build.xml.orig 2010-02-28 02:14:36.000000000 +0100
++++ build.xml 2010-02-28 02:15:13.000000000 +0100
+@@ -43,8 +43,6 @@
+ <property name="threadcount" value="false"/>
+ <property name="test.verbose" value="0"/>
+
+- <taskdef resource="testngtasks" classpathref="jg.classpath"/>
+-
+ <!-- properties to determine IP version used -->
+ <condition property="java.net.preferIPv4Stack" value="true" else="false">
+ <isfalse value="${jgroups.useIPv6}"/>
+@@ -63,6 +61,8 @@
+ </fileset>
+ </path>
+
++ <taskdef resource="testngtasks" classpathref="jg.classpath"/>
++
+ <!-- patternsets used to define test sets -->
+ <patternset id="flush.tests">
+ <include name="org/jgroups/tests/FlushTest*"/>