diff options
author | Dylan Carlson <absinthe@gentoo.org> | 2003-03-22 11:48:56 +0000 |
---|---|---|
committer | Dylan Carlson <absinthe@gentoo.org> | 2003-03-22 11:48:56 +0000 |
commit | 7068a1d0d978ba3b6d6cd233189a5c9104cf9091 (patch) | |
tree | 3d6f3fd014ccf24ad3816404d2f0f3e99776045e /eclass/jakarta-commons.eclass | |
parent | Initial import. Keywords ~x86. (diff) | |
download | gentoo-2-7068a1d0d978ba3b6d6cd233189a5c9104cf9091.tar.gz gentoo-2-7068a1d0d978ba3b6d6cd233189a5c9104cf9091.tar.bz2 gentoo-2-7068a1d0d978ba3b6d6cd233189a5c9104cf9091.zip |
Added 'compile' target to jakarta-commons_src_compile. Required for dev-java/commons-discovery.
Diffstat (limited to 'eclass/jakarta-commons.eclass')
-rw-r--r-- | eclass/jakarta-commons.eclass | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/eclass/jakarta-commons.eclass b/eclass/jakarta-commons.eclass index 2707e25898ce..950dfcf9ae75 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.2 2003/03/18 22:37:41 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/jakarta-commons.eclass,v 1.3 2003/03/22 11:48:56 absinthe Exp $ inherit base ECLASS=jakarta-commons @@ -68,6 +68,8 @@ jakarta-commons_src_compile() { target=${each} elif [ "${each}" == "dist-jar" ] ; then target=${each} + elif [ "${each}" == "compile" ] ; then + target=${each} fi done ANT_OPTS=${myconf} ant ${target} || die "Compilation Failed" |