summaryrefslogtreecommitdiff
path: root/dev-java/backport-util-concurrent/files
diff options
context:
space:
mode:
Diffstat (limited to 'dev-java/backport-util-concurrent/files')
-rw-r--r--dev-java/backport-util-concurrent/files/backport-util-concurrent-3.0-notest.patch14
-rw-r--r--dev-java/backport-util-concurrent/files/backport-util-concurrent-3.0-test.patch11
2 files changed, 0 insertions, 25 deletions
diff --git a/dev-java/backport-util-concurrent/files/backport-util-concurrent-3.0-notest.patch b/dev-java/backport-util-concurrent/files/backport-util-concurrent-3.0-notest.patch
deleted file mode 100644
index 65642012fddb..000000000000
--- a/dev-java/backport-util-concurrent/files/backport-util-concurrent-3.0-notest.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- build.xml.orig 2007-05-09 23:23:00.000000000 +0200
-+++ build.xml 2007-05-09 23:23:34.000000000 +0200
-@@ -33,9 +33,9 @@
- deprecation="true" destdir="${dest}" nowarn="false"
- source="1.4" target="1.4">
- <src path="src"/>
-- <src path="test/tck/src"/>
-+<!-- <src path="test/tck/src"/>
- <src path="test/loops/src"/>
-- <src path="test/serialization"/>
-+ <src path="test/serialization"/>-->
- </javac>
- </target>
-
diff --git a/dev-java/backport-util-concurrent/files/backport-util-concurrent-3.0-test.patch b/dev-java/backport-util-concurrent/files/backport-util-concurrent-3.0-test.patch
deleted file mode 100644
index 493738b6055d..000000000000
--- a/dev-java/backport-util-concurrent/files/backport-util-concurrent-3.0-test.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- build.xml.original 2007-02-10 02:03:52.000000000 +0100
-+++ build.xml 2007-02-10 02:04:02.000000000 +0100
-@@ -107,7 +107,7 @@
- -Djunit.ui=swingui property.
- -->
-
-- <target name="test" depends="jdeps,make"
-+ <target name="test" depends="jdeps"
- description="runs TCK unit tests on the backport">
-
- <property name="junit.ui" value="textui"/>