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 | bd1bba2ab7bf88960e56c15e30f3a872dba612bd (patch) | |
tree | f389ecffe99d8fcbcff796fb8de8e75f1ecde839 /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 | gentoo-2-bd1bba2ab7bf88960e56c15e30f3a872dba612bd.tar.gz gentoo-2-bd1bba2ab7bf88960e56c15e30f3a872dba612bd.tar.bz2 gentoo-2-bd1bba2ab7bf88960e56c15e30f3a872dba612bd.zip |
Replacing direct execution of xml-rewrite.py with a call to java-ant_xml-rewrite
(Portage version: 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 } |