From 9b45635639e3982f812fd9ebfc827d943ae11e5c Mon Sep 17 00:00:00 2001 From: Chris Aniszczyk Date: Wed, 17 Mar 2004 18:41:35 +0000 Subject: Quick fix ;) --- dev-java/commons-logging/commons-logging-1.0.3-r1.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'dev-java/commons-logging') diff --git a/dev-java/commons-logging/commons-logging-1.0.3-r1.ebuild b/dev-java/commons-logging/commons-logging-1.0.3-r1.ebuild index 97cb16729392..5b08170ac1dd 100644 --- a/dev-java/commons-logging/commons-logging-1.0.3-r1.ebuild +++ b/dev-java/commons-logging/commons-logging-1.0.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-logging/commons-logging-1.0.3-r1.ebuild,v 1.1 2004/03/17 05:08:17 zx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-logging/commons-logging-1.0.3-r1.ebuild,v 1.2 2004/03/17 18:41:35 zx Exp $ inherit java-pkg @@ -37,7 +37,8 @@ src_compile() { } src_install() { - java-pkg_dojar target/* + java-pkg_dojar target/${PN}-api.jar target/${PN}.jar + dodoc RELEASE-NOTES.txt dohtml PROPOSAL.html STATUS.html usersguide.html use doc && dohtml -r dist/docs/ -- cgit v1.2.3-65-gdbad