[SCM] eclipse - Powerful IDE written in java - Debian package. branch, master, updated. fd6c432ddc15ee1287efab6d95d32a5d00bc76a2
Benjamin Drung
bdrung-guest at alioth.debian.org
Sat Mar 13 14:29:35 UTC 2010
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "eclipse - Powerful IDE written in java - Debian package.".
The branch, master has been updated
via fd6c432ddc15ee1287efab6d95d32a5d00bc76a2 (commit)
via b58b9af5c16b630619da3f07f556443991537294 (commit)
from c4356a15f8fa9720b4a55135d2191de60092f1e2 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit fd6c432ddc15ee1287efab6d95d32a5d00bc76a2
Author: Benjamin Drung <bdrung at ubuntu.com>
Date: Sat Mar 13 15:29:08 2010 +0100
Remove trailing spaces from eclipse-manpage.patch.
commit b58b9af5c16b630619da3f07f556443991537294
Author: Benjamin Drung <bdrung at ubuntu.com>
Date: Sat Mar 13 15:25:06 2010 +0100
Refresh patches without timestamps.
-----------------------------------------------------------------------
Summary of changes:
debian/patches/eclipse-manpage.patch | 74 +++++++++++-----------
debian/patches/fix-shell-script-perm.patch | 4 +-
debian/patches/lucene.patch | 4 +-
debian/patches/osgi-util.patch | 8 +-
debian/patches/pdebuild-path-copy-platform.patch | 4 +-
debian/patches/pdebuild-script.patch | 4 +-
debian/patches/symlink-system-files.patch | 4 +-
debian/rules | 2 +-
eclipse.1.xml | 66 ++++++++++----------
9 files changed, 85 insertions(+), 85 deletions(-)
diff --git a/debian/patches/eclipse-manpage.patch b/debian/patches/eclipse-manpage.patch
index a9814e5..dc1e0c4 100644
--- a/debian/patches/eclipse-manpage.patch
+++ b/debian/patches/eclipse-manpage.patch
@@ -3,8 +3,8 @@ Author: Pablo Duboue <pablo.duboue at gmail.com>
Bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=30107
Bug-Ubuntu: https://launchpad.net/bugs/494065
---- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ b/eclipse.1.xml 2010-03-13 14:59:32.355340858 +0100
+--- /dev/null
++++ b/eclipse.1.xml
@@ -0,0 +1,616 @@
+<?xml version="1.0" encoding="UTF-8"?>
+ <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
@@ -22,7 +22,7 @@ Bug-Ubuntu: https://launchpad.net/bugs/494065
+<!-- body begins here -->
+<refsynopsisdiv id='synopsis'>
+<cmdsynopsis>
-+ <command>eclipse</command>
++ <command>eclipse</command>
+ <arg choice='opt'><arg choice='plain'><replaceable>platform</replaceable></arg><arg choice='plain'><replaceable>options</replaceable></arg></arg>
+ <arg choice='opt'><arg choice='plain'><option>-vmargs </option></arg><arg choice='opt'><arg choice='plain'><replaceable>Java</replaceable></arg><arg choice='plain'><replaceable>VM</replaceable></arg><arg choice='plain'><replaceable>arguments</replaceable></arg></arg></arg>
+</cmdsynopsis>
@@ -31,13 +31,13 @@ Bug-Ubuntu: https://launchpad.net/bugs/494065
+
+<refsect1 id='description'><title>DESCRIPTION</title>
+<para>
-+The <command>Eclipse</command> Platform is an open and
-+ extensible platform for anything and yet nothing in particular. It provides a
-+ foundation for constructing and running integrated software-development tools.
-+ The <command>Eclipse</command> Platform allows tool builders
-+ to independently develop tools that integrate with other people's tools so
++The <command>Eclipse</command> Platform is an open and
++ extensible platform for anything and yet nothing in particular. It provides a
++ foundation for constructing and running integrated software-development tools.
++ The <command>Eclipse</command> Platform allows tool builders
++ to independently develop tools that integrate with other people's tools so
+ seamlessly you can't tell where one tool ends and another starts.</para>
-+
++
+ <para>When invoked without selecting any particular application, the <command>eclipse</command>
+ command will start the <command>Eclipse</command> Platform with the Java Development
+ Tools (JDT) functionality enabled and ready to use.</para>
@@ -50,15 +50,15 @@ Bug-Ubuntu: https://launchpad.net/bugs/494065
+</refsect1>
+
+<refsect1 id='platform_options'><title>PLATFORM OPTIONS</title>
-+<para> Listed below are the command line arguments processed by various parts of the
++<para> Listed below are the command line arguments processed by various parts of the
+<command>Eclipse</command> runtime.
+Many of these values can also be specified using System properties either on the command line
+using <command>-D VM</command> arguments, by specifying their values in a <filename>config.ini</filename> file or by using a
-+<filename><launcher>.ini</filename> file. Using the two latter techniques it is possible to customize
++<filename><launcher>.ini</filename> file. Using the two latter techniques it is possible to customize
+<command>Eclipse</command> without using command line arguments at all.</para>
+
+<para>For each argument in the list, its corresponding System property key is given (in {}). Also
-+given is the <command>Eclipse</command> runtime layer in which the
++given is the <command>Eclipse</command> runtime layer in which the
+command line argument is processed (in ()). </para>
+
+<variablelist remap='TP'>
@@ -80,7 +80,7 @@ Bug-Ubuntu: https://launchpad.net/bugs/494065
+ </varlistentry>
+ <varlistentry>
+ <term><option>
-+ -arch <architecture> (OSGi)
++ -arch <architecture> (OSGi)
+ </option></term>
+ <listitem>
+ <para>The processor architecture value.</para>
@@ -92,7 +92,7 @@ Bug-Ubuntu: https://launchpad.net/bugs/494065
+ </varlistentry>
+ <varlistentry>
+ <term><option>
-+ -clean (OSGi)
++ -clean (OSGi)
+ </option></term>
+ <listitem>
+ <para>
@@ -124,7 +124,7 @@ Bug-Ubuntu: https://launchpad.net/bugs/494065
+ </varlistentry>
+ <varlistentry>
+ <term><option>
-+ -console [port] (OSGi)
++ -console [port] (OSGi)
+ </option></term>
+ <listitem>
+ <para>Enable the OSGi console (if installed). If the [port] value is a suitable integer, it is interpreted as
@@ -152,7 +152,7 @@ Bug-Ubuntu: https://launchpad.net/bugs/494065
+ </varlistentry>
+ <varlistentry>
+ <term><option>
-+ -data <location> (OSGi)<literallayout></literallayout>
++ -data <location> (OSGi)<literallayout></literallayout>
+ </option></term>
+ <listitem>
+ <para>The instance data location for this session. Plug-ins use this
@@ -240,7 +240,7 @@ Bug-Ubuntu: https://launchpad.net/bugs/494065
+ </varlistentry>
+ <varlistentry>
+ <term><option>
-+ -framework <location> (Main)
++ -framework <location> (Main)
+ </option></term>
+ <listitem>
+ <para>
@@ -314,7 +314,7 @@ Bug-Ubuntu: https://launchpad.net/bugs/494065
+ The location of the product .ini file to use. If not
+ specified the executable will look for a file beside the launcher
+ with the same name and the extension <filename>.ini</filename>. (ie., <filename>/usr/bin/eclipse</filename>
-+ looks for <filename>eclipse.ini</filename>, <filename>/opt/product</filename> looks for
++ looks for <filename>eclipse.ini</filename>, <filename>/opt/product</filename> looks for
+ <filename>product.ini</filename>).
+ </para>
+ </listitem>
@@ -391,7 +391,7 @@ Bug-Ubuntu: https://launchpad.net/bugs/494065
+ </varlistentry>
+ <varlistentry>
+ <term><option>
-+ -noLazyRegistryCacheLoading (Runtime)
++ -noLazyRegistryCacheLoading (Runtime)
+ </option></term>
+ <listitem>
+ <para>
@@ -410,7 +410,7 @@ Bug-Ubuntu: https://launchpad.net/bugs/494065
+ </varlistentry>
+ <varlistentry>
+ <term><option>
-+ -noRegistryCache (Runtime)
++ -noRegistryCache (Runtime)
+ </option></term>
+ <listitem>
+ <para>
@@ -436,7 +436,7 @@ Bug-Ubuntu: https://launchpad.net/bugs/494065
+ </varlistentry>
+ <varlistentry>
+ <term><option>
-+ -os <operating system> (OSGi)
++ -os <operating system> (OSGi)
+ </option></term>
+ <listitem>
+ <para>
@@ -452,7 +452,7 @@ Bug-Ubuntu: https://launchpad.net/bugs/494065
+ </varlistentry>
+ <varlistentry>
+ <term><option>
-+ -password <password> (Runtime)
++ -password <password> (Runtime)
+ </option></term>
+ <listitem>
+ <para>
@@ -462,7 +462,7 @@ Bug-Ubuntu: https://launchpad.net/bugs/494065
+ </varlistentry>
+ <varlistentry>
+ <term><option>
-+ -pluginCustomization <location> (Runtime)
++ -pluginCustomization <location> (Runtime)
+ </option></term>
+ <listitem>
+ <para>
@@ -481,7 +481,7 @@ Bug-Ubuntu: https://launchpad.net/bugs/494065
+ </varlistentry>
+ <varlistentry>
+ <term><option>
-+ -product <id> (OSGi)
++ -product <id> (OSGi)
+ </option></term>
+ <listitem>
+ <para>
@@ -496,7 +496,7 @@ Bug-Ubuntu: https://launchpad.net/bugs/494065
+ </varlistentry>
+ <varlistentry>
+ <term><option>
-+ -showSplash <bitmap> (Executable, Main)
++ -showSplash <bitmap> (Executable, Main)
+ </option></term>
+ <listitem>
+ <para>
@@ -525,7 +525,7 @@ Bug-Ubuntu: https://launchpad.net/bugs/494065
+ </varlistentry>
+ <varlistentry>
+ <term><option>
-+ -user <location> (OSGi)
++ -user <location> (OSGi)
+ </option></term>
+ <listitem>
+ <para>
@@ -542,7 +542,7 @@ Bug-Ubuntu: https://launchpad.net/bugs/494065
+ </varlistentry>
+ <varlistentry>
+ <term><option>
-+ -vm <path to java vm> (Executable, Main)
++ -vm <path to java vm> (Executable, Main)
+ </option></term>
+ <listitem>
+ <para>
@@ -560,7 +560,7 @@ Bug-Ubuntu: https://launchpad.net/bugs/494065
+ </varlistentry>
+ <varlistentry>
+ <term><option>
-+ -vmargs [vmargs*] (Executable, Main)
++ -vmargs [vmargs*] (Executable, Main)
+ </option></term>
+ <listitem>
+ <para>
@@ -577,7 +577,7 @@ Bug-Ubuntu: https://launchpad.net/bugs/494065
+ </varlistentry>
+ <varlistentry>
+ <term><option>
-+ -ws <window system> (OSGi)
++ -ws <window system> (OSGi)
+ </option></term>
+ <listitem>
+ <para>
@@ -596,7 +596,7 @@ Bug-Ubuntu: https://launchpad.net/bugs/494065
+</refsect1>
+
+<refsect1 id='see_also'><title>SEE ALSO</title>
-+<para><citerefentry><refentrytitle>java</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
++<para><citerefentry><refentrytitle>java</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
+<citerefentry><refentrytitle>ecj</refentrytitle><manvolnum>1</manvolnum></citerefentry>.</para>
+<para><command>Eclipse</command> On-line Help <ulink url='http://help.eclipse.org/'>http://help.eclipse.org/</ulink>
+<glossterm>Platform Plug-in Developer Guide</glossterm> > <glossterm>Reference</glossterm> > <glossterm>Other reference information</glossterm> >
@@ -605,25 +605,25 @@ Bug-Ubuntu: https://launchpad.net/bugs/494065
+</refsect1>
+
+<refsect1 id='files'><title>FILES</title>
-+<para>The system wide config.ini file is <filename>/etc/eclipse.ini</filename>. User level Configuration file is
++<para>The system wide config.ini file is <filename>/etc/eclipse.ini</filename>. User level Configuration file is
+<filename>$HOME/.eclipse/org.eclipse.platform_<version>_<id>/configuration/config.ini</filename>.</para>
+</refsect1>
+
+<refsect1 XrefLabel="AUTHORS" id="authors"><title>AUTHORS</title>
+<para>
-+The <command>Eclipse</command> Project was originally created by IBM in November 2001 and
-+supported by a consortium of software vendors. The <command>Eclipse</command> Foundation was
-+created in January 2004 as an independent not-for-profit corporation to act as the steward of the
++The <command>Eclipse</command> Project was originally created by IBM in November 2001 and
++supported by a consortium of software vendors. The <command>Eclipse</command> Foundation was
++created in January 2004 as an independent not-for-profit corporation to act as the steward of the
+<command>Eclipse</command> community.
+</para>
+<para>This manual page was semi-automatically transformed from the
-+Runtime Options HTML help using <command>pandoc</command> and
++Runtime Options HTML help using <command>pandoc</command> and
+<command>docbook2x-man</command> by Pablo Duboue <pablo.duboue at gmail.com>.</para>
+
+</refsect1>
+</refentry>
---- a/build.xml 2010-03-13 14:59:31.908349246 +0100
-+++ b/build.xml 2010-03-13 14:59:32.359350781 +0100
+--- a/build.xml
++++ b/build.xml
@@ -815,6 +815,12 @@
<!-- eclipse binary -->
<mkdir dir="${destDir}${prefix}/bin" />
diff --git a/debian/patches/fix-shell-script-perm.patch b/debian/patches/fix-shell-script-perm.patch
index 11ccb4b..3db3707 100644
--- a/debian/patches/fix-shell-script-perm.patch
+++ b/debian/patches/fix-shell-script-perm.patch
@@ -3,8 +3,8 @@ Author: Benjamin Drung <bdrung at ubuntu.com>
Bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=295526
Applied-Upstream: no
---- a/build.xml 2010-03-13 14:59:31.612340808 +0100
-+++ b/build.xml 2010-03-13 14:59:31.908349246 +0100
+--- a/build.xml
++++ b/build.xml
@@ -251,6 +251,7 @@
<patch patchfile="${basedir}/patches/donotstorebuildlogsinfiles.patch" dir="${buildDirectory}" strip="3" />
<patch patchfile="${basedir}/patches/donotsetjavahomeandoptimizeliblocalfile.patch" dir="${buildDirectory}" strip="3" />
diff --git a/debian/patches/lucene.patch b/debian/patches/lucene.patch
index 100d6c7..8308818 100644
--- a/debian/patches/lucene.patch
+++ b/debian/patches/lucene.patch
@@ -1,8 +1,8 @@
Description: Removed expected version for lucene2, since our version is "too new".
Author: Niels Thykier <niels at thykier.net>
---- a/eclipse/plugins/org.eclipse.help.base/META-INF/MANIFEST.MF 2010-03-13 14:59:31.540352790 +0100
-+++ b/eclipse/plugins/org.eclipse.help.base/META-INF/MANIFEST.MF 2010-03-13 14:59:32.108351420 +0100
+--- a/eclipse/plugins/org.eclipse.help.base/META-INF/MANIFEST.MF
++++ b/eclipse/plugins/org.eclipse.help.base/META-INF/MANIFEST.MF
@@ -36,8 +36,8 @@
org.eclipse.help.search,
org.eclipse.help.server,
diff --git a/debian/patches/osgi-util.patch b/debian/patches/osgi-util.patch
index e3118e3..15c9b49 100644
--- a/debian/patches/osgi-util.patch
+++ b/debian/patches/osgi-util.patch
@@ -3,8 +3,8 @@ Author: Niels Thykier <niels at thykier.net>
Bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=305244
Applied-Upstream: no
---- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ b/patches/osgi-util.patch 2010-03-13 14:59:31.612340808 +0100
+--- /dev/null
++++ b/patches/osgi-util.patch
@@ -0,0 +1,20 @@
+diff --git a/eclipse/plugins/org.eclipse.osgi.util/build.properties b/eclipse/plugins/org.eclipse.osgi.util/build.properties
+index 2a015f5..270afcd 100644
@@ -26,8 +26,8 @@ Applied-Upstream: no
+ output.. = .
+-customBuildCallbacks=customBuildCallbacks.xml
++#customBuildCallbacks=customBuildCallbacks.xml
---- a/build.xml 2010-03-13 14:59:31.544341272 +0100
-+++ b/build.xml 2010-03-13 14:59:31.612340808 +0100
+--- a/build.xml
++++ b/build.xml
@@ -256,6 +256,7 @@
<patch patchfile="${basedir}/patches/eclipse-nosourcebundlesfordependencies.patch" dir="${buildDirectory}" strip="1" />
<patch patchfile="${basedir}/patches/eclipse-use-newer-commons-codec.patch" dir="${buildDirectory}" strip="0" />
diff --git a/debian/patches/pdebuild-path-copy-platform.patch b/debian/patches/pdebuild-path-copy-platform.patch
index 96d9b48..142908a 100644
--- a/debian/patches/pdebuild-path-copy-platform.patch
+++ b/debian/patches/pdebuild-path-copy-platform.patch
@@ -4,8 +4,8 @@ Description: Substitute the path to copy-platform with a variable.
Author: Niels Thykier <niels at thykier.net>
Forwarded: not-needed
---- a/pdebuild/eclipse-pdebuild.sh 2010-03-13 14:59:32.656341425 +0100
-+++ b/pdebuild/eclipse-pdebuild.sh 2010-03-13 14:59:32.880339287 +0100
+--- a/pdebuild/eclipse-pdebuild.sh
++++ b/pdebuild/eclipse-pdebuild.sh
@@ -27,19 +27,19 @@
# counting as arguments to copy-platform -- overholt, 2008-03
if [ -z "$dependencies" ]; then
diff --git a/debian/patches/pdebuild-script.patch b/debian/patches/pdebuild-script.patch
index badc150..9803679 100644
--- a/debian/patches/pdebuild-script.patch
+++ b/debian/patches/pdebuild-script.patch
@@ -1,8 +1,8 @@
Description: Remove Fedora specific parts and change paths
Author: Niels Thykier <niels at thykier.net>
---- a/pdebuild/eclipse-pdebuild.sh 2010-03-13 14:59:31.536348594 +0100
-+++ b/pdebuild/eclipse-pdebuild.sh 2010-03-13 14:59:32.656341425 +0100
+--- a/pdebuild/eclipse-pdebuild.sh
++++ b/pdebuild/eclipse-pdebuild.sh
@@ -123,8 +123,8 @@
buildDir=$PWD/build
SDK=$buildDir/SDK
diff --git a/debian/patches/symlink-system-files.patch b/debian/patches/symlink-system-files.patch
index bff1d3e..877467b 100644
--- a/debian/patches/symlink-system-files.patch
+++ b/debian/patches/symlink-system-files.patch
@@ -1,8 +1,8 @@
Description: Symlink system ant files
Author: Benjamin Drung <bdrung at ubuntu.com>
---- a/nonosgidependencies.properties 2010-03-13 14:59:31.536348594 +0100
-+++ b/nonosgidependencies.properties 2010-03-13 14:59:33.124339775 +0100
+--- a/nonosgidependencies.properties
++++ b/nonosgidependencies.properties
@@ -18,3 +18,8 @@
org.apache.ant_1.7.1.v20090120-1145/lib/ant-trax.jar=/usr/share/java/ant/ant-trax.jar:/usr/share/java/ant-trax.jar
org.junit_3.8.2.v20090203-1005/junit.jar=/usr/share/java/junit.jar
diff --git a/debian/rules b/debian/rules
index 3e81087..392195d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -72,7 +72,7 @@ apply-patches:
refresh-patches: unapply-patches
for P in `cat debian/patches/series` ; do \
(QUILT_PATCHES=debian/patches quilt --quiltrc /dev/null push || test $$? = 2) || exit 1 ;\
- QUILT_PATCHES=debian/patches quilt --quiltrc /dev/null refresh -p ab --no-index || exit 1 ;\
+ QUILT_PATCHES=debian/patches quilt --quiltrc /dev/null refresh -p ab --no-index --no-timestamps || exit 1 ;\
done
rm -fr .pc
diff --git a/eclipse.1.xml b/eclipse.1.xml
index 9f4c53e..1d93aaf 100644
--- a/eclipse.1.xml
+++ b/eclipse.1.xml
@@ -14,7 +14,7 @@
<!-- body begins here -->
<refsynopsisdiv id='synopsis'>
<cmdsynopsis>
- <command>eclipse</command>
+ <command>eclipse</command>
<arg choice='opt'><arg choice='plain'><replaceable>platform</replaceable></arg><arg choice='plain'><replaceable>options</replaceable></arg></arg>
<arg choice='opt'><arg choice='plain'><option>-vmargs </option></arg><arg choice='opt'><arg choice='plain'><replaceable>Java</replaceable></arg><arg choice='plain'><replaceable>VM</replaceable></arg><arg choice='plain'><replaceable>arguments</replaceable></arg></arg></arg>
</cmdsynopsis>
@@ -23,13 +23,13 @@
<refsect1 id='description'><title>DESCRIPTION</title>
<para>
-The <command>Eclipse</command> Platform is an open and
- extensible platform for anything and yet nothing in particular. It provides a
- foundation for constructing and running integrated software-development tools.
- The <command>Eclipse</command> Platform allows tool builders
- to independently develop tools that integrate with other people's tools so
+The <command>Eclipse</command> Platform is an open and
+ extensible platform for anything and yet nothing in particular. It provides a
+ foundation for constructing and running integrated software-development tools.
+ The <command>Eclipse</command> Platform allows tool builders
+ to independently develop tools that integrate with other people's tools so
seamlessly you can't tell where one tool ends and another starts.</para>
-
+
<para>When invoked without selecting any particular application, the <command>eclipse</command>
command will start the <command>Eclipse</command> Platform with the Java Development
Tools (JDT) functionality enabled and ready to use.</para>
@@ -42,15 +42,15 @@ Runtime Options help item in the <command>Eclipse</command>
</refsect1>
<refsect1 id='platform_options'><title>PLATFORM OPTIONS</title>
-<para> Listed below are the command line arguments processed by various parts of the
+<para> Listed below are the command line arguments processed by various parts of the
<command>Eclipse</command> runtime.
Many of these values can also be specified using System properties either on the command line
using <command>-D VM</command> arguments, by specifying their values in a <filename>config.ini</filename> file or by using a
-<filename><launcher>.ini</filename> file. Using the two latter techniques it is possible to customize
+<filename><launcher>.ini</filename> file. Using the two latter techniques it is possible to customize
<command>Eclipse</command> without using command line arguments at all.</para>
<para>For each argument in the list, its corresponding System property key is given (in {}). Also
-given is the <command>Eclipse</command> runtime layer in which the
+given is the <command>Eclipse</command> runtime layer in which the
command line argument is processed (in ()). </para>
<variablelist remap='TP'>
@@ -72,7 +72,7 @@ command line argument is processed (in ()). </para>
</varlistentry>
<varlistentry>
<term><option>
- -arch <architecture> (OSGi)
+ -arch <architecture> (OSGi)
</option></term>
<listitem>
<para>The processor architecture value.</para>
@@ -84,7 +84,7 @@ command line argument is processed (in ()). </para>
</varlistentry>
<varlistentry>
<term><option>
- -clean (OSGi)
+ -clean (OSGi)
</option></term>
<listitem>
<para>
@@ -116,7 +116,7 @@ command line argument is processed (in ()). </para>
</varlistentry>
<varlistentry>
<term><option>
- -console [port] (OSGi)
+ -console [port] (OSGi)
</option></term>
<listitem>
<para>Enable the OSGi console (if installed). If the [port] value is a suitable integer, it is interpreted as
@@ -144,7 +144,7 @@ command line argument is processed (in ()). </para>
</varlistentry>
<varlistentry>
<term><option>
- -data <location> (OSGi)<literallayout></literallayout>
+ -data <location> (OSGi)<literallayout></literallayout>
</option></term>
<listitem>
<para>The instance data location for this session. Plug-ins use this
@@ -232,7 +232,7 @@ command line argument is processed (in ()). </para>
</varlistentry>
<varlistentry>
<term><option>
- -framework <location> (Main)
+ -framework <location> (Main)
</option></term>
<listitem>
<para>
@@ -306,7 +306,7 @@ command line argument is processed (in ()). </para>
The location of the product .ini file to use. If not
specified the executable will look for a file beside the launcher
with the same name and the extension <filename>.ini</filename>. (ie., <filename>/usr/bin/eclipse</filename>
- looks for <filename>eclipse.ini</filename>, <filename>/opt/product</filename> looks for
+ looks for <filename>eclipse.ini</filename>, <filename>/opt/product</filename> looks for
<filename>product.ini</filename>).
</para>
</listitem>
@@ -383,7 +383,7 @@ command line argument is processed (in ()). </para>
</varlistentry>
<varlistentry>
<term><option>
- -noLazyRegistryCacheLoading (Runtime)
+ -noLazyRegistryCacheLoading (Runtime)
</option></term>
<listitem>
<para>
@@ -402,7 +402,7 @@ command line argument is processed (in ()). </para>
</varlistentry>
<varlistentry>
<term><option>
- -noRegistryCache (Runtime)
+ -noRegistryCache (Runtime)
</option></term>
<listitem>
<para>
@@ -428,7 +428,7 @@ command line argument is processed (in ()). </para>
</varlistentry>
<varlistentry>
<term><option>
- -os <operating system> (OSGi)
+ -os <operating system> (OSGi)
</option></term>
<listitem>
<para>
@@ -444,7 +444,7 @@ command line argument is processed (in ()). </para>
</varlistentry>
<varlistentry>
<term><option>
- -password <password> (Runtime)
+ -password <password> (Runtime)
</option></term>
<listitem>
<para>
@@ -454,7 +454,7 @@ command line argument is processed (in ()). </para>
</varlistentry>
<varlistentry>
<term><option>
- -pluginCustomization <location> (Runtime)
+ -pluginCustomization <location> (Runtime)
</option></term>
<listitem>
<para>
@@ -473,7 +473,7 @@ command line argument is processed (in ()). </para>
</varlistentry>
<varlistentry>
<term><option>
- -product <id> (OSGi)
+ -product <id> (OSGi)
</option></term>
<listitem>
<para>
@@ -488,7 +488,7 @@ command line argument is processed (in ()). </para>
</varlistentry>
<varlistentry>
<term><option>
- -showSplash <bitmap> (Executable, Main)
+ -showSplash <bitmap> (Executable, Main)
</option></term>
<listitem>
<para>
@@ -517,7 +517,7 @@ command line argument is processed (in ()). </para>
</varlistentry>
<varlistentry>
<term><option>
- -user <location> (OSGi)
+ -user <location> (OSGi)
</option></term>
<listitem>
<para>
@@ -534,7 +534,7 @@ command line argument is processed (in ()). </para>
</varlistentry>
<varlistentry>
<term><option>
- -vm <path to java vm> (Executable, Main)
+ -vm <path to java vm> (Executable, Main)
</option></term>
<listitem>
<para>
@@ -552,7 +552,7 @@ command line argument is processed (in ()). </para>
</varlistentry>
<varlistentry>
<term><option>
- -vmargs [vmargs*] (Executable, Main)
+ -vmargs [vmargs*] (Executable, Main)
</option></term>
<listitem>
<para>
@@ -569,7 +569,7 @@ command line argument is processed (in ()). </para>
</varlistentry>
<varlistentry>
<term><option>
- -ws <window system> (OSGi)
+ -ws <window system> (OSGi)
</option></term>
<listitem>
<para>
@@ -588,7 +588,7 @@ command line argument is processed (in ()). </para>
</refsect1>
<refsect1 id='see_also'><title>SEE ALSO</title>
-<para><citerefentry><refentrytitle>java</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
+<para><citerefentry><refentrytitle>java</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
<citerefentry><refentrytitle>ecj</refentrytitle><manvolnum>1</manvolnum></citerefentry>.</para>
<para><command>Eclipse</command> On-line Help <ulink url='http://help.eclipse.org/'>http://help.eclipse.org/</ulink>
<glossterm>Platform Plug-in Developer Guide</glossterm> > <glossterm>Reference</glossterm> > <glossterm>Other reference information</glossterm> >
@@ -597,19 +597,19 @@ command line argument is processed (in ()). </para>
</refsect1>
<refsect1 id='files'><title>FILES</title>
-<para>The system wide config.ini file is <filename>/etc/eclipse.ini</filename>. User level Configuration file is
+<para>The system wide config.ini file is <filename>/etc/eclipse.ini</filename>. User level Configuration file is
<filename>$HOME/.eclipse/org.eclipse.platform_<version>_<id>/configuration/config.ini</filename>.</para>
</refsect1>
<refsect1 XrefLabel="AUTHORS" id="authors"><title>AUTHORS</title>
<para>
-The <command>Eclipse</command> Project was originally created by IBM in November 2001 and
-supported by a consortium of software vendors. The <command>Eclipse</command> Foundation was
-created in January 2004 as an independent not-for-profit corporation to act as the steward of the
+The <command>Eclipse</command> Project was originally created by IBM in November 2001 and
+supported by a consortium of software vendors. The <command>Eclipse</command> Foundation was
+created in January 2004 as an independent not-for-profit corporation to act as the steward of the
<command>Eclipse</command> community.
</para>
<para>This manual page was semi-automatically transformed from the
-Runtime Options HTML help using <command>pandoc</command> and
+Runtime Options HTML help using <command>pandoc</command> and
<command>docbook2x-man</command> by Pablo Duboue <pablo.duboue at gmail.com>.</para>
</refsect1>
hooks/post-receive
--
eclipse - Powerful IDE written in java - Debian package.
More information about the pkg-java-commits
mailing list