summaryrefslogtreecommitdiff
path: root/dev-java/backport-util-concurrent/files
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2021-11-21 09:09:10 +0100
committerJakov Smolić <jsmolic@gentoo.org>2021-11-21 09:11:26 +0100
commit61540cce885b2298c0681a24de3430dda73bff0d (patch)
treeb7013e245f8a32ae426186d62017d1ffd1d6bb55 /dev-java/backport-util-concurrent/files
parentffff371ed58b63bebb14f0e598219af55540257b (diff)
downloadgentoo-61540cce885b2298c0681a24de3430dda73bff0d.tar.gz
gentoo-61540cce885b2298c0681a24de3430dda73bff0d.tar.bz2
gentoo-61540cce885b2298c0681a24de3430dda73bff0d.zip
dev-java/backport-util-concurrent: treeclean
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
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"/>