summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Callen <jcallen@gentoo.org>2011-03-27 23:52:39 +0000
committerJonathan Callen <jcallen@gentoo.org>2011-03-27 23:52:39 +0000
commite9d47c03b91b75620b707fc1825191db79f54afe (patch)
treecf24e64158524193461f3e0b188e6e9310a48f59 /eclass/java-utils-2.eclass
parentmedia-sound/phonon -> media-libs/phonon ? (diff)
downloadprefix-e9d47c03b91b75620b707fc1825191db79f54afe.tar.gz
prefix-e9d47c03b91b75620b707fc1825191db79f54afe.tar.bz2
prefix-e9d47c03b91b75620b707fc1825191db79f54afe.zip
Sync eclasses; drop mono.eclass (merged to gx86)
Diffstat (limited to 'eclass/java-utils-2.eclass')
-rw-r--r--eclass/java-utils-2.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/java-utils-2.eclass b/eclass/java-utils-2.eclass
index 3e6a12a42f..865c206036 100644
--- a/eclass/java-utils-2.eclass
+++ b/eclass/java-utils-2.eclass
@@ -6,7 +6,7 @@
#
# Licensed under the GNU General Public License, v2
#
-# $Header: /var/cvsroot/gentoo-x86/eclass/java-utils-2.eclass,v 1.138 2011/03/23 19:32:57 serkan Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/java-utils-2.eclass,v 1.139 2011/03/26 00:43:12 serkan Exp $
# -----------------------------------------------------------------------------
# @eclass-begin
@@ -1805,7 +1805,7 @@ ejunit_() {
# @ebuild-function ejunit
#
# Junit wrapper function. Makes it easier to run the tests and checks for
-# dev-java/junit in DEPEND. Launches the tests using junit.textui.TestRunner.
+# dev-java/junit in DEPEND. Launches the tests using org.junit.runner.JUnitCore.
#
# Examples:
# ejunit -cp build/classes org.blinkenlights.jid3.test.AllTests