summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Almenar <strider@gentoo.org>2003-12-26 05:23:40 +0000
committerAdrian Almenar <strider@gentoo.org>2003-12-26 05:23:40 +0000
commitf782f9d57ad55bad0c2ebe917ca217da947b44d7 (patch)
treed6caa29c54ace22c1a9134a315ae8a1a47666ae1 /eclass/jakarta-commons.eclass
parentnew release (diff)
downloadhistorical-f782f9d57ad55bad0c2ebe917ca217da947b44d7.tar.gz
historical-f782f9d57ad55bad0c2ebe917ca217da947b44d7.tar.bz2
historical-f782f9d57ad55bad0c2ebe917ca217da947b44d7.zip
Commented use log4j cause this flag still doesnt exists
Diffstat (limited to 'eclass/jakarta-commons.eclass')
-rw-r--r--eclass/jakarta-commons.eclass5
1 files changed, 3 insertions, 2 deletions
diff --git a/eclass/jakarta-commons.eclass b/eclass/jakarta-commons.eclass
index 4ee4a36dc9db..0c31b3345a50 100644
--- a/eclass/jakarta-commons.eclass
+++ b/eclass/jakarta-commons.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/jakarta-commons.eclass,v 1.6 2003/10/19 11:50:36 lanius Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/jakarta-commons.eclass,v 1.7 2003/12/26 05:23:40 strider Exp $
inherit base java-pkg
ECLASS=jakarta-commons
@@ -46,7 +46,8 @@ jakarta-commons_src_compile() {
myconf)
debug-print-section myconf
use jikes && myconf="$myconf -Dbuild.compiler=jikes"
- use log4j && echo "log4j.jar=`java-config --classpath=log4j`" >> build.properties
+ #use log4j && echo "log4j.jar=`java-config --classpath=log4j`" >> build.properties
+ echo "log4j.jar=`java-config --classpath=log4j`" >> build.properties
use junit && echo "junit.jar=`java-config --classpath=junit`" >> build.properties
debug-print "$FUNCNAME: myconf: set to ${myconf}"
;;