summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVeronika Irvine <veronika>2003-08-20 15:34:53 +0000
committerVeronika Irvine <veronika>2003-08-20 15:34:53 +0000
commitd03b06946f845e6414e6f84c05e1c0c4eca21f3f (patch)
tree5d0e6b726b0f04dab454226a575b1a9eec16865b
parent531f65f65c6398f626cf37862c389139030aadf9 (diff)
downloadeclipse.platform.swt-d03b06946f845e6414e6f84c05e1c0c4eca21f3f.tar.gz
eclipse.platform.swt-d03b06946f845e6414e6f84c05e1c0c4eca21f3f.tar.xz
eclipse.platform.swt-d03b06946f845e6414e6f84c05e1c0c4eca21f3f.zip
Updating to 3.0.0 tag
-rwxr-xr-xexamples/org.eclipse.swt.examples.controls/.classpath4
-rwxr-xr-xexamples/org.eclipse.swt.examples.controls/plugin.xml2
-rwxr-xr-xexamples/org.eclipse.swt.examples.launcher/.classpath4
-rwxr-xr-xexamples/org.eclipse.swt.examples.launcher/plugin.xml2
-rw-r--r--examples/org.eclipse.swt.examples.layouts/.classpath4
-rw-r--r--examples/org.eclipse.swt.examples.layouts/plugin.xml2
-rwxr-xr-xexamples/org.eclipse.swt.examples.ole.win32/.classpath4
-rwxr-xr-xexamples/org.eclipse.swt.examples.ole.win32/plugin.xml2
-rwxr-xr-xexamples/org.eclipse.swt.examples.paint/.classpath4
-rwxr-xr-xexamples/org.eclipse.swt.examples.paint/plugin.xml2
-rwxr-xr-xexamples/org.eclipse.swt.examples/doc-html/swt_manual_setup.html36
-rwxr-xr-xexamples/org.eclipse.swt.examples/plugin.xml2
12 files changed, 34 insertions, 34 deletions
diff --git a/examples/org.eclipse.swt.examples.controls/.classpath b/examples/org.eclipse.swt.examples.controls/.classpath
index b9f6be5273..39062f4cc0 100755
--- a/examples/org.eclipse.swt.examples.controls/.classpath
+++ b/examples/org.eclipse.swt.examples.controls/.classpath
@@ -5,7 +5,7 @@
<classpathentry kind="src" path="/org.eclipse.swt.examples"/>
<classpathentry kind="src" path="/org.eclipse.swt"/>
<classpathentry kind="var" path="ECLIPSE_HOME/plugins/org.eclipse.core.runtime_3.0.0/runtime.jar"/>
- <classpathentry kind="var" path="ECLIPSE_HOME/plugins/org.eclipse.ui.workbench_2.1.0/workbench.jar"/>
- <classpathentry kind="var" path="ECLIPSE_HOME/plugins/org.eclipse.jface_2.1.0/jface.jar"/>
+ <classpathentry kind="var" path="ECLIPSE_HOME/plugins/org.eclipse.ui.workbench_3.0.0/workbench.jar"/>
+ <classpathentry kind="var" path="ECLIPSE_HOME/plugins/org.eclipse.jface_3.0.0/jface.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
diff --git a/examples/org.eclipse.swt.examples.controls/plugin.xml b/examples/org.eclipse.swt.examples.controls/plugin.xml
index b3ab8e1150..532ea8a3d3 100755
--- a/examples/org.eclipse.swt.examples.controls/plugin.xml
+++ b/examples/org.eclipse.swt.examples.controls/plugin.xml
@@ -2,7 +2,7 @@
<plugin
id="org.eclipse.swt.examples.controls"
name="%plugin.SWTControlsExample.name"
- version="2.1.0"
+ version="3.0.0"
provider-name="%providerName"
class="org.eclipse.swt.examples.controls.ControlPlugin">
diff --git a/examples/org.eclipse.swt.examples.launcher/.classpath b/examples/org.eclipse.swt.examples.launcher/.classpath
index dec6b61b6f..b1b1ac0228 100755
--- a/examples/org.eclipse.swt.examples.launcher/.classpath
+++ b/examples/org.eclipse.swt.examples.launcher/.classpath
@@ -6,7 +6,7 @@
<classpathentry kind="var" path="JRE_LIB" rootpath="JRE_SRCROOT" sourcepath="JRE_SRC"/>
<classpathentry kind="var" path="ECLIPSE_HOME/plugins/org.eclipse.core.boot_3.0.0/boot.jar"/>
<classpathentry kind="var" path="ECLIPSE_HOME/plugins/org.eclipse.core.runtime_3.0.0/runtime.jar"/>
- <classpathentry kind="var" path="ECLIPSE_HOME/plugins/org.eclipse.ui.workbench_2.1.0/workbench.jar"/>
- <classpathentry kind="var" path="ECLIPSE_HOME/plugins/org.eclipse.jface_2.1.0/jface.jar"/>
+ <classpathentry kind="var" path="ECLIPSE_HOME/plugins/org.eclipse.ui.workbench_3.0.0/workbench.jar"/>
+ <classpathentry kind="var" path="ECLIPSE_HOME/plugins/org.eclipse.jface_3.0.0/jface.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
diff --git a/examples/org.eclipse.swt.examples.launcher/plugin.xml b/examples/org.eclipse.swt.examples.launcher/plugin.xml
index 821bcd1166..08e34c56a3 100755
--- a/examples/org.eclipse.swt.examples.launcher/plugin.xml
+++ b/examples/org.eclipse.swt.examples.launcher/plugin.xml
@@ -2,7 +2,7 @@
<plugin
id="org.eclipse.swt.examples.launcher"
name="%plugin.SWTLauncherExample.name"
- version="2.1.0"
+ version="3.0.0"
provider-name="%providerName"
class="org.eclipse.swt.examples.launcher.LauncherPlugin">
diff --git a/examples/org.eclipse.swt.examples.layouts/.classpath b/examples/org.eclipse.swt.examples.layouts/.classpath
index b9f6be5273..39062f4cc0 100644
--- a/examples/org.eclipse.swt.examples.layouts/.classpath
+++ b/examples/org.eclipse.swt.examples.layouts/.classpath
@@ -5,7 +5,7 @@
<classpathentry kind="src" path="/org.eclipse.swt.examples"/>
<classpathentry kind="src" path="/org.eclipse.swt"/>
<classpathentry kind="var" path="ECLIPSE_HOME/plugins/org.eclipse.core.runtime_3.0.0/runtime.jar"/>
- <classpathentry kind="var" path="ECLIPSE_HOME/plugins/org.eclipse.ui.workbench_2.1.0/workbench.jar"/>
- <classpathentry kind="var" path="ECLIPSE_HOME/plugins/org.eclipse.jface_2.1.0/jface.jar"/>
+ <classpathentry kind="var" path="ECLIPSE_HOME/plugins/org.eclipse.ui.workbench_3.0.0/workbench.jar"/>
+ <classpathentry kind="var" path="ECLIPSE_HOME/plugins/org.eclipse.jface_3.0.0/jface.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
diff --git a/examples/org.eclipse.swt.examples.layouts/plugin.xml b/examples/org.eclipse.swt.examples.layouts/plugin.xml
index a2428dd59a..5f300c51bb 100644
--- a/examples/org.eclipse.swt.examples.layouts/plugin.xml
+++ b/examples/org.eclipse.swt.examples.layouts/plugin.xml
@@ -2,7 +2,7 @@
<plugin
id="org.eclipse.swt.examples.layouts"
name="%plugin.SWTLayoutExample.name"
- version="2.1.0"
+ version="3.0.0"
provider-name="%providerName"
class="org.eclipse.swt.examples.layouts.LayoutPlugin">
diff --git a/examples/org.eclipse.swt.examples.ole.win32/.classpath b/examples/org.eclipse.swt.examples.ole.win32/.classpath
index 133b63ffea..4432e107a1 100755
--- a/examples/org.eclipse.swt.examples.ole.win32/.classpath
+++ b/examples/org.eclipse.swt.examples.ole.win32/.classpath
@@ -4,7 +4,7 @@
<classpathentry kind="var" path="JRE_LIB"/>
<classpathentry kind="src" path="/org.eclipse.swt"/>
<classpathentry kind="var" path="ECLIPSE_HOME/plugins/org.eclipse.core.runtime_3.0.0/runtime.jar"/>
- <classpathentry kind="var" path="ECLIPSE_HOME/plugins/org.eclipse.ui.workbench_2.1.0/workbench.jar"/>
- <classpathentry kind="var" path="ECLIPSE_HOME/plugins/org.eclipse.jface_2.1.0/jface.jar"/>
+ <classpathentry kind="var" path="ECLIPSE_HOME/plugins/org.eclipse.ui.workbench_3.0.0/workbench.jar"/>
+ <classpathentry kind="var" path="ECLIPSE_HOME/plugins/org.eclipse.jface_3.0.0/jface.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
diff --git a/examples/org.eclipse.swt.examples.ole.win32/plugin.xml b/examples/org.eclipse.swt.examples.ole.win32/plugin.xml
index 0fdfb5953f..81f70a1157 100755
--- a/examples/org.eclipse.swt.examples.ole.win32/plugin.xml
+++ b/examples/org.eclipse.swt.examples.ole.win32/plugin.xml
@@ -3,7 +3,7 @@
<plugin
id="org.eclipse.swt.examples.ole.win32"
name="%plugin.SWTOLEExample.name"
- version="2.1.0"
+ version="3.0.0"
provider-name="%providerName"
class="org.eclipse.swt.examples.ole.win32.OlePlugin">
<!-- Required plugins -->
diff --git a/examples/org.eclipse.swt.examples.paint/.classpath b/examples/org.eclipse.swt.examples.paint/.classpath
index ba0e7c4c43..d45ae37677 100755
--- a/examples/org.eclipse.swt.examples.paint/.classpath
+++ b/examples/org.eclipse.swt.examples.paint/.classpath
@@ -4,7 +4,7 @@
<classpathentry kind="var" path="JRE_LIB"/>
<classpathentry kind="src" path="/org.eclipse.swt"/>
<classpathentry kind="var" path="ECLIPSE_HOME/plugins/org.eclipse.core.runtime_3.0.0/runtime.jar"/>
- <classpathentry kind="var" path="ECLIPSE_HOME/plugins/org.eclipse.jface_2.1.0/jface.jar"/>
- <classpathentry kind="var" path="ECLIPSE_HOME/plugins/org.eclipse.ui.workbench_2.1.0/workbench.jar"/>
+ <classpathentry kind="var" path="ECLIPSE_HOME/plugins/org.eclipse.jface_3.0.0/jface.jar"/>
+ <classpathentry kind="var" path="ECLIPSE_HOME/plugins/org.eclipse.ui.workbench_3.0.0/workbench.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
diff --git a/examples/org.eclipse.swt.examples.paint/plugin.xml b/examples/org.eclipse.swt.examples.paint/plugin.xml
index 47542615b6..eac5ebcf32 100755
--- a/examples/org.eclipse.swt.examples.paint/plugin.xml
+++ b/examples/org.eclipse.swt.examples.paint/plugin.xml
@@ -2,7 +2,7 @@
<plugin
id="org.eclipse.swt.examples.paint"
name="%plugin.SWTPaintExample.name"
- version="2.1.0"
+ version="3.0.0"
provider-name="%providerName"
class="org.eclipse.swt.examples.paint.PaintPlugin">
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 44b5ca24b3..c25ca8ba85 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
@@ -22,15 +22,15 @@
<li>Select the <strong>File</strong> &gt; <strong>Import</strong> menu, then select <strong>Zip File</strong> from the subsequent dialog and click <strong>Next</strong>.
<li>Locate the source zip file for the SWT examples. For example:
<ul>
- <li><em>win32: </em><code>INSTALLDIR\eclipse\plugins\org.eclipse.swt.examples_2.1.0\swtexamplessrc.zip</code>
- <li><em>*ix: </em><code>INSTALLDIR/eclipse/plugins/org.eclipse.swt.examples_2.1.0/swtexamplessrc.zip</code>
+ <li><em>win32: </em><code>INSTALLDIR\eclipse\plugins\org.eclipse.sdk.examples.source_3.0.0\src\org.eclipse.swt.examples_3.0.0\swtexamplessrc.zip</code>
+ <li><em>*ix: </em><code>INSTALLDIR/eclipse/plugins/org.eclipse.sdk.examples.source_3.0.0/src/org.eclipse.swt.examples_3.0.0/swtexamplessrc.zip</code>
</ul>
<li>Click <strong>Finish</strong>.
<li>Select the <strong>File</strong> &gt; <strong>Import</strong> menu, then select <strong>Zip File</strong> from the subsequent dialog and click <strong>Next</strong>.
<li>Locate the jar file for the SWT examples. For example:
<ul>
- <li><em>win32: </em><code>INSTALLDIR\eclipse\plugins\org.eclipse.swt.examples_2.1.0\swtexamples.jar</code>
- <li><em>*ix: </em><code>INSTALLDIR/eclipse/plugins/org.eclipse.swt.examples_2.1.0/swtexamples.jar</code>
+ <li><em>win32: </em><code>INSTALLDIR\eclipse\plugins\org.eclipse.swt.examples_3.0.0\swtexamples.jar</code>
+ <li><em>*ix: </em><code>INSTALLDIR/eclipse/plugins/org.eclipse.swt.examples_3.0.0/swtexamples.jar</code>
</ul>
<li>Expand the top level directory of the jar file (/), uncheck "META-INF", and click <strong>Finish</strong>.
<li>In the resulting "<em>Overwrite?</em>" prompter click <strong>No To All</strong> so that only non-class resources will be imported.
@@ -44,16 +44,16 @@ 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_3.0.0\ws\win32\swt.jar</code>
+ <li><em>gtk: </em><code>INSTALLDIR/eclipse/plugins/org.eclipse.swt.gtk_3.0.0/ws/gtk/swt.jar</code>
+ <li><em>motif: </em><code>INSTALLDIR/eclipse/plugins/org.eclipse.swt.motif_3.0.0/ws/motif/swt.jar</code>
+ <li><em>photon: </em><code>INSTALLDIR/eclipse/plugins/org.eclipse.swt.photon_3.0.0/ws/photon/swt.jar</code>
+ <li><em>macosx: </em><code>INSTALLDIR/eclipse/plugins/org.eclipse.swt.carbon_3.0.0/ws/carbon/swt.jar</code>
</ul>
<li>Click on OK.
</ol>
<p><strong>NOTE:</strong> For some platforms, such as GTK, more than one jar is required to run SWT (on
-GTK there is a swt.jar and a swt-pi.jar file). In this case all of the required jars must
+GTK there is a swt.jar and a swt-pi.jar and a swt-mozilla.jar file). In this case all of the required jars must
be added to the class path. This is done by repeating the steps above for each jar file.
All jar files are located in the same directory/folder.</p>
@@ -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 Arguments</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_3.0.0\os\win32\x86</code>
+ <li><em>linux gtk: </em><code>-Djava.library.path=INSTALLDIR/eclipse/plugins/org.eclipse.swt.gtk_3.0.0/os/linux/x86</code>
+ <li><em>linux motif: </em><code>-Djava.library.path=INSTALLDIR/eclipse/plugins/org.eclipse.swt.motif_3.0.0/os/linux/x86</code>
+ <li><em>solaris motif: </em><code>-Djava.library.path=INSTALLDIR/eclipse/plugins/org.eclipse.swt.motif_3.0.0/os/solaris/sparc</code>
+ <li><em>aix motif: </em><code>-Djava.library.path=INSTALLDIR/eclipse/plugins/org.eclipse.swt.motif_3.0.0/os/aix/ppc</code>
+ <li><em>hpux motif: </em><code>-Djava.library.path=INSTALLDIR/eclipse/plugins/org.eclipse.swt.motif_3.0.0/os/hpux/PA_RISC</code>
+ <li><em>photon qnx: </em><code>-Djava.library.path=INSTALLDIR/eclipse/plugins/org.eclipse.swt.photon_3.0.0/os/qnx/x86</code>
+ <li><em>macosx: </em><code>-Djava.library.path=INSTALLDIR/eclipse/plugins/org.eclipse.swt.carbon_3.0.0/os/macosx/ppc</code>
</ul>
<li>Click on the <strong>Run</strong> button.
</ol>
diff --git a/examples/org.eclipse.swt.examples/plugin.xml b/examples/org.eclipse.swt.examples/plugin.xml
index 61e4698358..97371b23dd 100755
--- a/examples/org.eclipse.swt.examples/plugin.xml
+++ b/examples/org.eclipse.swt.examples/plugin.xml
@@ -3,7 +3,7 @@
<plugin
id="org.eclipse.swt.examples"
name="%plugin.SWTStandaloneExampleSet.name"
- version="2.1.0"
+ version="3.0.0"
provider-name="%providerName"
class="">
<!-- Required plugins -->