summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-java/xjavac/xjavac-20041208-r5.ebuild')
-rw-r--r--dev-java/xjavac/xjavac-20041208-r5.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/xjavac/xjavac-20041208-r5.ebuild b/dev-java/xjavac/xjavac-20041208-r5.ebuild
index 4143f6fe54ef..6a361352e396 100644
--- a/dev-java/xjavac/xjavac-20041208-r5.ebuild
+++ b/dev-java/xjavac/xjavac-20041208-r5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/xjavac/xjavac-20041208-r5.ebuild,v 1.2 2007/04/16 08:06:15 betelgeuse Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/xjavac/xjavac-20041208-r5.ebuild,v 1.3 2007/04/18 06:02:36 caster Exp $
# Does not install a symlink any more so ANT_TASKS is the only way to use this
WANT_SPLIT_ANT="true"
@@ -26,7 +26,7 @@ src_unpack() {
}
src_compile() {
- eant jar -Dclasspath=$(java-pkg_getjars ant-core)
+ eant jar -Dclasspath=$(java-pkg_getjars --build-only ant-core)
}
src_install() {