diff options
author | Vlastimil Babka <caster@gentoo.org> | 2007-05-09 21:52:26 +0000 |
---|---|---|
committer | Vlastimil Babka <caster@gentoo.org> | 2007-05-09 21:52:26 +0000 |
commit | bc5369891edbcafd78381d2cade84a3f20fe35d5 (patch) | |
tree | b89611fa477109e22ef6313ae19e53dfc373377a /dev-java/backport-util-concurrent/files/backport-util-concurrent-3.0-test.patch | |
parent | Remove bundled jars in src_unpack. (diff) | |
download | gentoo-2-bc5369891edbcafd78381d2cade84a3f20fe35d5.tar.gz gentoo-2-bc5369891edbcafd78381d2cade84a3f20fe35d5.tar.bz2 gentoo-2-bc5369891edbcafd78381d2cade84a3f20fe35d5.zip |
Version bump, bug #157961. Initial work in java-overlay by Miroslav Šulc <fordfrog@gentoo.org>. Adds java5 USE flag for 1.6 > 1.5 backport.
(Portage version: 2.1.2.7)
Diffstat (limited to 'dev-java/backport-util-concurrent/files/backport-util-concurrent-3.0-test.patch')
-rw-r--r-- | dev-java/backport-util-concurrent/files/backport-util-concurrent-3.0-test.patch | 11 |
1 files changed, 11 insertions, 0 deletions
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 new file mode 100644 index 000000000000..493738b6055d --- /dev/null +++ b/dev-java/backport-util-concurrent/files/backport-util-concurrent-3.0-test.patch @@ -0,0 +1,11 @@ +--- 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"/> |