summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Aniszczyk <zx@gentoo.org>2004-03-17 18:41:35 +0000
committerChris Aniszczyk <zx@gentoo.org>2004-03-17 18:41:35 +0000
commit9b45635639e3982f812fd9ebfc827d943ae11e5c (patch)
tree18ad48a06102018851c873c3f1b40c838ccaccff /dev-java/commons-logging
parentClosing #42709 (Manifest recommit) (diff)
downloadgentoo-2-9b45635639e3982f812fd9ebfc827d943ae11e5c.tar.gz
gentoo-2-9b45635639e3982f812fd9ebfc827d943ae11e5c.tar.bz2
gentoo-2-9b45635639e3982f812fd9ebfc827d943ae11e5c.zip
Quick fix ;)
Diffstat (limited to 'dev-java/commons-logging')
-rw-r--r--dev-java/commons-logging/commons-logging-1.0.3-r1.ebuild5
1 files changed, 3 insertions, 2 deletions
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/