diff options
author | Jean-Noël Rivasseau <elvanor@gentoo.org> | 2008-01-14 16:48:38 +0000 |
---|---|---|
committer | Jean-Noël Rivasseau <elvanor@gentoo.org> | 2008-01-14 16:48:38 +0000 |
commit | 9a5fe249bdfab0d56cefce58d31120da611f0d7e (patch) | |
tree | b520e8ee228cb349fdfe9451d94dcaceb7922aff /eclass/java-osgi.eclass | |
parent | Add pkgconfig dependency for the Evil Compile Person <bugs@dev.gentooexperime... (diff) | |
download | gentoo-2-9a5fe249bdfab0d56cefce58d31120da611f0d7e.tar.gz gentoo-2-9a5fe249bdfab0d56cefce58d31120da611f0d7e.tar.bz2 gentoo-2-9a5fe249bdfab0d56cefce58d31120da611f0d7e.zip |
Cosmetic fix for java-osgi.eclass.
Diffstat (limited to 'eclass/java-osgi.eclass')
-rw-r--r-- | eclass/java-osgi.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/java-osgi.eclass b/eclass/java-osgi.eclass index 14873f5a606f..151233921f8f 100644 --- a/eclass/java-osgi.eclass +++ b/eclass/java-osgi.eclass @@ -5,7 +5,7 @@ # # Licensed under the GNU General Public License, v2 # -# $Header: /var/cvsroot/gentoo-x86/eclass/java-osgi.eclass,v 1.3 2008/01/14 16:42:26 elvanor Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/java-osgi.eclass,v 1.4 2008/01/14 16:48:38 elvanor Exp $ # ----------------------------------------------------------------------------- # @eclass-begin @@ -147,7 +147,7 @@ java-osgi_dojar() { # It will call java-pkg_newjar at the end. # # @example -# java-osgi_newjar "dist/${PN}.jar" "com.jcraft.jsch" "com.jcraft.jsch, com.jcraft.jsch.jce;x-internal:=true" "JSch" +# java-osgi_newjar "dist/${PN}.jar" "com.jcraft.jsch" "JSch" "com.jcraft.jsch, com.jcraft.jsch.jce;x-internal:=true" # # @param $1 - name of jar to repackage with OSGi # @param $2 (optional) - name of the target jar. It will default to package name if not specified. |