diff options
author | Thomas Matthijs <axxo@gentoo.org> | 2005-10-15 13:19:36 +0000 |
---|---|---|
committer | Thomas Matthijs <axxo@gentoo.org> | 2005-10-15 13:19:36 +0000 |
commit | 3f6ff9ad9eddff778d469d20e93c78e4d2ae0641 (patch) | |
tree | d16b512bbc800d12a5d657b47bb67c4fc3a3f0aa /dev-java/oscache/oscache-2.0.2.ebuild | |
parent | Removed no longer necessary patch. (diff) | |
download | gentoo-2-3f6ff9ad9eddff778d469d20e93c78e4d2ae0641.tar.gz gentoo-2-3f6ff9ad9eddff778d469d20e93c78e4d2ae0641.tar.bz2 gentoo-2-3f6ff9ad9eddff778d469d20e93c78e4d2ae0641.zip |
move dev-java/jms dev-java/sun-jms
(Portage version: 2.0.53_rc5)
Diffstat (limited to 'dev-java/oscache/oscache-2.0.2.ebuild')
-rw-r--r-- | dev-java/oscache/oscache-2.0.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-java/oscache/oscache-2.0.2.ebuild b/dev-java/oscache/oscache-2.0.2.ebuild index 0e812b23d7ad..225c1f29cfa6 100644 --- a/dev-java/oscache/oscache-2.0.2.ebuild +++ b/dev-java/oscache/oscache-2.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/oscache/oscache-2.0.2.ebuild,v 1.4 2005/07/15 18:40:28 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/oscache/oscache-2.0.2.ebuild,v 1.5 2005/10/15 13:19:25 axxo Exp $ inherit java-pkg @@ -14,7 +14,7 @@ RDEPEND=">=virtual/jre-1.3 dev-java/commons-collections dev-java/commons-logging =dev-java/servletapi-2.3* - dev-java/jms + dev-java/sun-jms dev-java/jgroups" DEPEND=">=virtual/jdk-1.3 ${RDEPEND} @@ -34,7 +34,7 @@ src_compile() { use jikes && javac_cmd="jikes -bootclasspath ${JAVA_HOME}/jre/lib/rt.jar" local build_dir=${S}/build - local classpath="-classpath $(java-pkg_getjars commons-logging,commons-collections,servletapi-2.3,jms,jgroups):${build_dir}:." + local classpath="-classpath $(java-pkg_getjars commons-logging,commons-collections,servletapi-2.3,sun-jms,jgroups):${build_dir}:." mkdir ${build_dir} echo "Building core..." |