Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrant Gayed2007-09-07 20:23:52 +0000
committerGrant Gayed2007-09-07 20:23:52 +0000
commit373af45ceb281cd9c5838c4ce0b61d0772782df4 (patch)
treef6294506af7438e59d81cea004041c64f2a4d62b
parent7cd005e45a7f6d29a760b4c409a19844013e99cf (diff)
downloadeclipse.platform.swt-373af45ceb281cd9c5838c4ce0b61d0772782df4.tar.gz
eclipse.platform.swt-373af45ceb281cd9c5838c4ce0b61d0772782df4.tar.xz
eclipse.platform.swt-373af45ceb281cd9c5838c4ce0b61d0772782df4.zip
plugin version -> 3.4.0
-rw-r--r--bundles/org.eclipse.swt.tools/plugin.xml2
-rw-r--r--bundles/org.eclipse.swt/META-INF/MANIFEST.MF2
-rwxr-xr-xexamples/org.eclipse.swt.examples/plugin.xml2
-rw-r--r--tests/org.eclipse.swt.tests/plugin.xml2
4 files changed, 4 insertions, 4 deletions
diff --git a/bundles/org.eclipse.swt.tools/plugin.xml b/bundles/org.eclipse.swt.tools/plugin.xml
index 0c414aba25..75c81f1b37 100644
--- a/bundles/org.eclipse.swt.tools/plugin.xml
+++ b/bundles/org.eclipse.swt.tools/plugin.xml
@@ -3,7 +3,7 @@
<plugin
id="org.eclipse.swt.tools"
name="%pluginName"
- version="3.1.0"
+ version="3.4.0"
provider-name="%providerName">
<requires>
diff --git a/bundles/org.eclipse.swt/META-INF/MANIFEST.MF b/bundles/org.eclipse.swt/META-INF/MANIFEST.MF
index 7eab03e7e7..7cca230c28 100644
--- a/bundles/org.eclipse.swt/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.swt/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-Name: %pluginName
Bundle-Vendor: %providerName
Bundle-SymbolicName: org.eclipse.swt; singleton:=true
-Bundle-Version: 3.3.0.qualifier
+Bundle-Version: 3.4.0.qualifier
Bundle-ManifestVersion: 2
Bundle-Localization: plugin
DynamicImport-Package: org.mozilla.xpcom
diff --git a/examples/org.eclipse.swt.examples/plugin.xml b/examples/org.eclipse.swt.examples/plugin.xml
index 2190cf050a..cbb9b7f5b3 100755
--- a/examples/org.eclipse.swt.examples/plugin.xml
+++ b/examples/org.eclipse.swt.examples/plugin.xml
@@ -4,7 +4,7 @@
<plugin
id="org.eclipse.swt.examples"
name="%plugin.SWTStandaloneExampleSet.name"
- version="3.1.100.qualifier"
+ version="3.4.0"
provider-name="%providerName"
>
<!-- Required plugins -->
diff --git a/tests/org.eclipse.swt.tests/plugin.xml b/tests/org.eclipse.swt.tests/plugin.xml
index e81e88f9d0..83d4ec3a87 100644
--- a/tests/org.eclipse.swt.tests/plugin.xml
+++ b/tests/org.eclipse.swt.tests/plugin.xml
@@ -5,7 +5,7 @@
id="org.eclipse.swt.tests"
name="%pluginName"
provider-name="%providerName"
- version="3.1.0">
+ version="3.4.0">
<requires>
<import plugin="org.junit"/>

Back to the top