diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-08-29 01:28:10 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-08-29 01:28:10 +0000 |
commit | f9aeecbc5d756357455e4ae842071ffdc8ebdd43 (patch) | |
tree | 1f60c7429e0edddac752ce623889644516ce3cf6 /eclass/java-osgi.eclass | |
parent | Version bump (diff) | |
download | historical-f9aeecbc5d756357455e4ae842071ffdc8ebdd43.tar.gz historical-f9aeecbc5d756357455e4ae842071ffdc8ebdd43.tar.bz2 historical-f9aeecbc5d756357455e4ae842071ffdc8ebdd43.zip |
trim useless trailing whitespace
Diffstat (limited to 'eclass/java-osgi.eclass')
-rw-r--r-- | eclass/java-osgi.eclass | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/eclass/java-osgi.eclass b/eclass/java-osgi.eclass index c2f3296b5b72..ebf4979a7417 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.5 2009/01/12 22:58:36 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/java-osgi.eclass,v 1.6 2011/08/29 01:28:10 vapier Exp $ # ----------------------------------------------------------------------------- # @eclass-begin @@ -68,7 +68,7 @@ _java-osgi_plugin() { # This is an internal function, not to be called directly. # # @example -# _java-osgi_makejar "dist/${PN}.jar" "com.jcraft.jsch" "JSch" "com.jcraft.jsch, com.jcraft.jsch.jce;x-internal:=true" +# _java-osgi_makejar "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 - bundle symbolic name @@ -229,7 +229,7 @@ _java-osgi_makejar-fromfile() { # java-osgi_newjar-fromfile "dist/${PN}.jar" "${FILESDIR}/MANIFEST.MF" "Standard Widget Toolkit for GTK 2.0" # # @param $opt -# --no-auto-version - This option disables automatic rewriting of the +# --no-auto-version - This option disables automatic rewriting of the # version in the Manifest file# # @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. @@ -269,7 +269,7 @@ java-osgi_newjar-fromfile() { # java-osgi_dojar-fromfile "dist/${PN}.jar" "${FILESDIR}/MANIFEST.MF" "Standard Widget Toolkit for GTK 2.0" # # @param $opt -# --no-auto-version - This option disables automatic rewriting of the +# --no-auto-version - This option disables automatic rewriting of the # version in the Manifest file # @param $1 - name of jar to repackage with OSGi # @param $2 - path to the Manifest file |