diff options
author | Miroslav Šulc <fordfrog@gentoo.org> | 2008-10-21 10:32:00 +0000 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2008-10-21 10:32:00 +0000 |
commit | f50509e35d58941aa86193e921ff06eb4198a327 (patch) | |
tree | 47e48bfb184c442b20480036ad10215af97ac4c4 /dev-java/commons-collections/commons-collections-3.2.1.ebuild | |
parent | Version bump. Cleanup (diff) | |
download | gentoo-2-f50509e35d58941aa86193e921ff06eb4198a327.tar.gz gentoo-2-f50509e35d58941aa86193e921ff06eb4198a327.tar.bz2 gentoo-2-f50509e35d58941aa86193e921ff06eb4198a327.zip |
Fixed installation of commons-collections-testframework jar
(Portage version: 2.2_rc12/cvs/Linux 2.6.27-gentoo x86_64)
Diffstat (limited to 'dev-java/commons-collections/commons-collections-3.2.1.ebuild')
-rw-r--r-- | dev-java/commons-collections/commons-collections-3.2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/commons-collections/commons-collections-3.2.1.ebuild b/dev-java/commons-collections/commons-collections-3.2.1.ebuild index 964217641eae..415acc5d19d6 100644 --- a/dev-java/commons-collections/commons-collections-3.2.1.ebuild +++ b/dev-java/commons-collections/commons-collections-3.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-collections/commons-collections-3.2.1.ebuild,v 1.2 2008/06/23 09:43:33 ali_bush Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-collections/commons-collections-3.2.1.ebuild,v 1.3 2008/10/21 10:32:00 fordfrog Exp $ JAVA_PKG_IUSE="doc source test" @@ -45,7 +45,7 @@ src_test() { src_install() { java-pkg_newjar build/${P}.jar ${PN}.jar use test-framework && \ - java-pkg_newjar build/${PN}-testframework-3.2.jar \ + java-pkg_newjar build/${PN}-testframework-${PV}.jar \ ${PN}-testframework.jar dodoc README.txt || die |