diff options
author | Alistair Bush <ali_bush@gentoo.org> | 2008-02-13 03:53:55 +0000 |
---|---|---|
committer | Alistair Bush <ali_bush@gentoo.org> | 2008-02-13 03:53:55 +0000 |
commit | 133adc3c031049dbd6283185ce49dae269e45aad (patch) | |
tree | 3229ad9f0b7d2b72af40c9b538c2784f29b8b8c2 /dev-java/jgoodies-binding/jgoodies-binding-1.1.2.ebuild | |
parent | no point in dropping KEYWORDS when the only thing we use is +static in IUSE (diff) | |
download | historical-133adc3c031049dbd6283185ce49dae269e45aad.tar.gz historical-133adc3c031049dbd6283185ce49dae269e45aad.tar.bz2 historical-133adc3c031049dbd6283185ce49dae269e45aad.zip |
Replacing direct execution of xml-rewrite.py with a call to java-ant_xml-rewrite
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'dev-java/jgoodies-binding/jgoodies-binding-1.1.2.ebuild')
-rw-r--r-- | dev-java/jgoodies-binding/jgoodies-binding-1.1.2.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-java/jgoodies-binding/jgoodies-binding-1.1.2.ebuild b/dev-java/jgoodies-binding/jgoodies-binding-1.1.2.ebuild index 0fee07173a98..594231912e67 100644 --- a/dev-java/jgoodies-binding/jgoodies-binding-1.1.2.ebuild +++ b/dev-java/jgoodies-binding/jgoodies-binding-1.1.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jgoodies-binding/jgoodies-binding-1.1.2.ebuild,v 1.5 2007/10/06 20:32:25 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jgoodies-binding/jgoodies-binding-1.1.2.ebuild,v 1.6 2008/02/13 03:53:55 ali_bush Exp $ JAVA_PKG_IUSE="doc examples source" @@ -32,8 +32,8 @@ src_unpack() { # Copy the Gentoo'ized build.xml # cp ${FILESDIR}/build-${PV}.xml ${S} - xml-rewrite.py -f build.xml -d -e javac -a bootclasspath \ - || die "Failed to fix bootclasspath" + java-ant_xml-rewrite -f build.xml -d -e javac -a bootclasspath + # || die "Failed to fix bootclasspath" java-pkg_filter-compiler jikes } |