summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-08-29 01:28:10 +0000
committerMike Frysinger <vapier@gentoo.org>2011-08-29 01:28:10 +0000
commit88c0be723d1e553f3b4a7b4b38388ade983e4279 (patch)
tree2a5c342b1f268208c7a64db1b0bf6a6d3e1ef0a1 /eclass/java-osgi.eclass
parentVersion bump (diff)
downloadgentoo-2-88c0be723d1e553f3b4a7b4b38388ade983e4279.tar.gz
gentoo-2-88c0be723d1e553f3b4a7b4b38388ade983e4279.tar.bz2
gentoo-2-88c0be723d1e553f3b4a7b4b38388ade983e4279.zip
trim useless trailing whitespace
Diffstat (limited to 'eclass/java-osgi.eclass')
-rw-r--r--eclass/java-osgi.eclass8
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