diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-06 22:29:29 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-06 22:29:29 +0000 |
commit | dacd3fae1731f833aece4e53f86ca4f50822f66b (patch) | |
tree | b1a2f0f8c339914aa7e313554b90bf5dda770f9a /dev-java/commons-discovery/commons-discovery-0.2.ebuild | |
parent | repoman: trim trailing whitespace (diff) | |
download | gentoo-2-dacd3fae1731f833aece4e53f86ca4f50822f66b.tar.gz gentoo-2-dacd3fae1731f833aece4e53f86ca4f50822f66b.tar.bz2 gentoo-2-dacd3fae1731f833aece4e53f86ca4f50822f66b.zip |
repoman: trim trailing whitespace
Diffstat (limited to 'dev-java/commons-discovery/commons-discovery-0.2.ebuild')
-rw-r--r-- | dev-java/commons-discovery/commons-discovery-0.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/commons-discovery/commons-discovery-0.2.ebuild b/dev-java/commons-discovery/commons-discovery-0.2.ebuild index 6f2c5290e547..effcf21996e6 100644 --- a/dev-java/commons-discovery/commons-discovery-0.2.ebuild +++ b/dev-java/commons-discovery/commons-discovery-0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-discovery/commons-discovery-0.2.ebuild,v 1.3 2003/07/11 21:41:47 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-discovery/commons-discovery-0.2.ebuild,v 1.4 2003/09/06 22:26:46 msterret Exp $ inherit jakarta-commons @@ -22,7 +22,7 @@ src_compile() { echo "logger.jar=`java-config --classpath=commons-logging`" | sed s/\=.*:/\=/ >> build.properties jakarta-commons_src_compile myconf make use doc && jakarta-commons_src_compile makedoc - + # UGLY HACK mv ${S}/target/conf/MANIFEST.MF ${S}/target/classes/ cd ${S}/target/classes |