diff options
author | Petteri Räty <betelgeuse@gentoo.org> | 2008-07-07 16:48:45 +0000 |
---|---|---|
committer | Petteri Räty <betelgeuse@gentoo.org> | 2008-07-07 16:48:45 +0000 |
commit | 20095590e93132eef7c9ec73daa28bb9e3fc5257 (patch) | |
tree | 96cb72fa8326e244230a17790af9e951dcfb143d /eclass/ant-tasks.eclass | |
parent | Version bump for bug 231062, thanks to Ákos Maróy for reporting. (diff) | |
download | historical-20095590e93132eef7c9ec73daa28bb9e3fc5257.tar.gz historical-20095590e93132eef7c9ec73daa28bb9e3fc5257.tar.bz2 historical-20095590e93132eef7c9ec73daa28bb9e3fc5257.zip |
Always put junit to gentoo.classpath when ANT_TASKS has ant-junit. Fixes bug #225981.
Diffstat (limited to 'eclass/ant-tasks.eclass')
-rw-r--r-- | eclass/ant-tasks.eclass | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/eclass/ant-tasks.eclass b/eclass/ant-tasks.eclass index b0d4c852e340..cbd57c999bbb 100644 --- a/eclass/ant-tasks.eclass +++ b/eclass/ant-tasks.eclass @@ -3,7 +3,7 @@ # Copyright 2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License, v2 or later # Author Vlastimil Babka <caster@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/eclass/ant-tasks.eclass,v 1.4 2007/02/02 22:59:53 caster Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ant-tasks.eclass,v 1.5 2008/07/07 16:48:45 betelgeuse Exp $ # we set ant-core dep ourselves, restricted JAVA_ANT_DISABLE_ANT_CORE_DEP=true @@ -103,6 +103,9 @@ DEPEND=">=virtual/jdk-${ANT_TASK_JDKVER} S="${WORKDIR}/${MY_P}" +# Would run the full ant test suite for every ant task +RESTRICT="test" + # ------------------------------------------------------------------------------ # @eclass-src_unpack # |