diff options
author | Thomas Matthijs <axxo@gentoo.org> | 2004-09-08 13:06:59 +0000 |
---|---|---|
committer | Thomas Matthijs <axxo@gentoo.org> | 2004-09-08 13:06:59 +0000 |
commit | 27fcaabe4d54ac90891a07c2eaf2eb1e6195fce2 (patch) | |
tree | 1385254326ef3f64e4e2493b9399a8472dce858a /dev-java/commons-validator | |
parent | ~hppa KEYWORDS (Manifest recommit) (diff) | |
download | gentoo-2-27fcaabe4d54ac90891a07c2eaf2eb1e6195fce2.tar.gz gentoo-2-27fcaabe4d54ac90891a07c2eaf2eb1e6195fce2.tar.bz2 gentoo-2-27fcaabe4d54ac90891a07c2eaf2eb1e6195fce2.zip |
xerces -> xerces-2
Diffstat (limited to 'dev-java/commons-validator')
-rw-r--r-- | dev-java/commons-validator/ChangeLog | 6 | ||||
-rw-r--r-- | dev-java/commons-validator/commons-validator-1.0.2-r3.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-java/commons-validator/ChangeLog b/dev-java/commons-validator/ChangeLog index 07b2bb4c8a81..d615a1cc6d6d 100644 --- a/dev-java/commons-validator/ChangeLog +++ b/dev-java/commons-validator/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-java/commons-validator # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-validator/ChangeLog,v 1.12 2004/08/24 04:01:13 zx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-validator/ChangeLog,v 1.13 2004/09/08 13:06:59 axxo Exp $ + + 08 Sep 2004; Thomas Matthijs <axxo@gentoo.org> + commons-validator-1.0.2-r3.ebuild: + xerces -> xerces-2 24 Aug 2004; Chris Aniszczyk <zx@gentoo.org> -commons-validator-1.0.2-r1.ebuild, -commons-validator-1.0.2-r2.ebuild, diff --git a/dev-java/commons-validator/commons-validator-1.0.2-r3.ebuild b/dev-java/commons-validator/commons-validator-1.0.2-r3.ebuild index 139d30060472..3cf300898620 100644 --- a/dev-java/commons-validator/commons-validator-1.0.2-r3.ebuild +++ b/dev-java/commons-validator/commons-validator-1.0.2-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-validator/commons-validator-1.0.2-r3.ebuild,v 1.3 2004/08/24 04:01:13 zx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-validator/commons-validator-1.0.2-r3.ebuild,v 1.4 2004/09/08 13:06:59 axxo Exp $ inherit java-pkg @@ -18,7 +18,7 @@ RDEPEND=">=virtual/jre-1.3 >=dev-java/commons-collections-2.0 >=dev-java/commons-logging-1.0 >=dev-java/commons-beanutils-1.0 - >=dev-java/xerces-2.0.1" + >=dev-java/xerces-2.6.2-r1" LICENSE="Apache-1.1" SLOT="0" RESTRICT="nomirror" @@ -35,7 +35,7 @@ src_unpack() { echo "commons-collections.jar=`java-config --classpath=commons-collections`" >> build.properties echo "commons-logging.jar=`java-config --classpath=commons-logging | sed s/.*://`" >> build.properties echo "commons-beanutils.jar=`java-config --classpath=commons-beanutils`" >> build.properties - echo "xerces.jar=`java-config --classpath=xerces`" >> build.properties + echo "xerces.jar=`java-config --classpath=xerces-2`" >> build.properties } src_compile() { |