summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelipe Heidrich <fheidric>2003-09-11 17:15:53 +0000
committerFelipe Heidrich <fheidric>2003-09-11 17:15:53 +0000
commit6891c8d5b19c006f205ef1542d71f8701c2779d3 (patch)
treecb69c4a19e6e13c0ee4d25643c283a6d11dc0376
parent43574615e6b10fe69befa4838fe21da858848c52 (diff)
downloadeclipse.platform.swt-6891c8d5b19c006f205ef1542d71f8701c2779d3.tar.gz
eclipse.platform.swt-6891c8d5b19c006f205ef1542d71f8701c2779d3.tar.xz
eclipse.platform.swt-6891c8d5b19c006f205ef1542d71f8701c2779d3.zip
plugin update
-rwxr-xr-xbundles/org.eclipse.swt/plugin.xml17
-rwxr-xr-xexamples/org.eclipse.swt.examples/doc-html/swt_manual_setup.html26
2 files changed, 21 insertions, 22 deletions
diff --git a/bundles/org.eclipse.swt/plugin.xml b/bundles/org.eclipse.swt/plugin.xml
index 6ac5d58abd..0d0363aac8 100755
--- a/bundles/org.eclipse.swt/plugin.xml
+++ b/bundles/org.eclipse.swt/plugin.xml
@@ -1,16 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- File written by PDE 1.0 -->
<plugin
id="org.eclipse.swt"
name="%pluginName"
- version="2.1.1"
+ version="2.1.2"
provider-name="%providerName">
-<!-- Runtime -->
-<runtime>
- <library name="$ws$/swt.jar">
- <export name="*"/>
- <packages prefixes="org.eclipse.swt"/>
- </library>
-</runtime>
+ <runtime>
+ <library name="$ws$/swt.jar">
+ <export name="*"/>
+ <packages prefixes="org.eclipse.swt"/>
+ </library>
+ </runtime>
+
</plugin>
diff --git a/examples/org.eclipse.swt.examples/doc-html/swt_manual_setup.html b/examples/org.eclipse.swt.examples/doc-html/swt_manual_setup.html
index 4433b17434..f85c13c606 100755
--- a/examples/org.eclipse.swt.examples/doc-html/swt_manual_setup.html
+++ b/examples/org.eclipse.swt.examples/doc-html/swt_manual_setup.html
@@ -44,11 +44,11 @@ the compile path:</p>
<li>Click on the <strong>Add External JARs...</strong> button.
<li>Locate the swt jar for the platform on which you wish to run:<br>
<ul>
- <li><em>win32: </em><code>INSTALLDIR\eclipse\plugins\org.eclipse.swt.win32_2.1.0\ws\win32\swt.jar</code>
- <li><em>gtk: </em><code>INSTALLDIR/eclipse/plugins/org.eclipse.swt.gtk_2.1.0/ws/gtk/swt.jar</code>
- <li><em>motif: </em><code>INSTALLDIR/eclipse/plugins/org.eclipse.swt.motif_2.1.0/ws/motif/swt.jar</code>
- <li><em>photon: </em><code>INSTALLDIR/eclipse/plugins/org.eclipse.swt.photon_2.1.0/ws/photon/swt.jar</code>
- <li><em>macosx: </em><code>INSTALLDIR/eclipse/plugins/org.eclipse.swt.carbon_2.1.0/ws/carbon/swt.jar</code>
+ <li><em>win32: </em><code>INSTALLDIR\eclipse\plugins\org.eclipse.swt.win32_2.1.2\ws\win32\swt.jar</code>
+ <li><em>gtk: </em><code>INSTALLDIR/eclipse/plugins/org.eclipse.swt.gtk_2.1.2/ws/gtk/swt.jar</code>
+ <li><em>motif: </em><code>INSTALLDIR/eclipse/plugins/org.eclipse.swt.motif_2.1.2/ws/motif/swt.jar</code>
+ <li><em>photon: </em><code>INSTALLDIR/eclipse/plugins/org.eclipse.swt.photon_2.1.2/ws/photon/swt.jar</code>
+ <li><em>macosx: </em><code>INSTALLDIR/eclipse/plugins/org.eclipse.swt.carbon_2.1.2/ws/carbon/swt.jar</code>
</ul>
<li>Click on OK.
</ol>
@@ -80,14 +80,14 @@ JNI libraries on the library path so that the VM can find them:
<li>Select the <strong>Arguments</strong> tab. In the <strong>VM Arguements</strong> area specify the location of the SWT
library depending on your target platform as follows:
<ul>
- <li><em>win32: </em><code>-Djava.library.path=INSTALLDIR\plugins\org.eclipse.swt.win32_2.1.0\os\win32\x86</code>
- <li><em>linux gtk: </em><code>-Djava.library.path=INSTALLDIR/eclipse/plugins/org.eclipse.swt.gtk_2.1.0/os/linux/x86</code>
- <li><em>linux motif: </em><code>-Djava.library.path=INSTALLDIR/eclipse/plugins/org.eclipse.swt.motif_2.1.0/os/linux/x86</code>
- <li><em>solaris motif: </em><code>-Djava.library.path=INSTALLDIR/eclipse/plugins/org.eclipse.swt.motif_2.1.0/os/solaris/sparc</code>
- <li><em>aix motif: </em><code>-Djava.library.path=INSTALLDIR/eclipse/plugins/org.eclipse.swt.motif_2.1.0/os/aix/ppc</code>
- <li><em>hpux motif: </em><code>-Djava.library.path=INSTALLDIR/eclipse/plugins/org.eclipse.swt.motif_2.1.0/os/hpux/PA_RISC</code>
- <li><em>photon qnx: </em><code>-Djava.library.path=INSTALLDIR/eclipse/plugins/org.eclipse.swt.photon_2.1.0/os/qnx/x86</code>
- <li><em>macosx: </em><code>-Djava.library.path=INSTALLDIR/eclipse/plugins/org.eclipse.swt.carbon_2.1.0/os/macosx/ppc</code>
+ <li><em>win32: </em><code>-Djava.library.path=INSTALLDIR\plugins\org.eclipse.swt.win32_2.1.2\os\win32\x86</code>
+ <li><em>linux gtk: </em><code>-Djava.library.path=INSTALLDIR/eclipse/plugins/org.eclipse.swt.gtk_2.1.2/os/linux/x86</code>
+ <li><em>linux motif: </em><code>-Djava.library.path=INSTALLDIR/eclipse/plugins/org.eclipse.swt.motif_2.1.2/os/linux/x86</code>
+ <li><em>solaris motif: </em><code>-Djava.library.path=INSTALLDIR/eclipse/plugins/org.eclipse.swt.motif_2.1.2/os/solaris/sparc</code>
+ <li><em>aix motif: </em><code>-Djava.library.path=INSTALLDIR/eclipse/plugins/org.eclipse.swt.motif_2.1.2/os/aix/ppc</code>
+ <li><em>hpux motif: </em><code>-Djava.library.path=INSTALLDIR/eclipse/plugins/org.eclipse.swt.motif_2.1.2/os/hpux/PA_RISC</code>
+ <li><em>photon qnx: </em><code>-Djava.library.path=INSTALLDIR/eclipse/plugins/org.eclipse.swt.photon_2.1.2/os/qnx/x86</code>
+ <li><em>macosx: </em><code>-Djava.library.path=INSTALLDIR/eclipse/plugins/org.eclipse.swt.carbon_2.1.2/os/macosx/ppc</code>
</ul>
<li>Click on the <strong>Run</strong> button.
</ol>