Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrant Gayed2006-11-02 22:07:43 +0000
committerGrant Gayed2006-11-02 22:07:43 +0000
commit357ed77d01515e5400ce675dfa471713fe487d70 (patch)
tree00b7d5c216d3200fe1f0896478b4d9d7a4bfd498
parentc926b275f6526c51c7cdc059e44640fd8fe9862a (diff)
downloadeclipse.platform.swt-IES_3_2_1.tar.gz
eclipse.platform.swt-IES_3_2_1.tar.xz
eclipse.platform.swt-IES_3_2_1.zip
*** empty log message ***v3235hIES_3_2_1
-rw-r--r--bundles/org.eclipse.swt/META-INF/MANIFEST.MF2
-rw-r--r--bundles/org.eclipse.swt/build.xml2
-rwxr-xr-xbundles/org.eclipse.swt/buildnotes_swt.html7
3 files changed, 9 insertions, 2 deletions
diff --git a/bundles/org.eclipse.swt/META-INF/MANIFEST.MF b/bundles/org.eclipse.swt/META-INF/MANIFEST.MF
index afcabb2853..f4c7c0972c 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.2.1.qualifier
+Bundle-Version: 3.2.2.qualifier
Bundle-ManifestVersion: 2
Bundle-Localization: plugin
Export-Package:
diff --git a/bundles/org.eclipse.swt/build.xml b/bundles/org.eclipse.swt/build.xml
index 4f3c051a13..17d56d3408 100644
--- a/bundles/org.eclipse.swt/build.xml
+++ b/bundles/org.eclipse.swt/build.xml
@@ -3,7 +3,7 @@
<target name="init">
<property name="plugin" value="org.eclipse.swt"/>
- <property name="version.suffix" value="3.2.1"/>
+ <property name="version.suffix" value="3.2.2"/>
<property name="full.name" value="${plugin}_${version.suffix}"/>
<property name="temp.folder" value="${basedir}/temp.folder"/>
<property name="plugin.destination" value="${basedir}"/>
diff --git a/bundles/org.eclipse.swt/buildnotes_swt.html b/bundles/org.eclipse.swt/buildnotes_swt.html
index d49e8b83f1..3fbe7e69f0 100755
--- a/bundles/org.eclipse.swt/buildnotes_swt.html
+++ b/bundles/org.eclipse.swt/buildnotes_swt.html
@@ -10,6 +10,13 @@
<h1>
Eclipse Platform Build Notes<br>
SWT</h1>
+<h2> SWT Build 3.2 035h - Friday November 3, 2006 </h2>
+<h3><a NAME="Problem reports fixed"></a>Problem reports fixed</h3>
+<blockquote>
+162146 - [Browser] Appending to stream hangs the SWT Browser
+<br>162598 - Multiple JVM terminations
+</blockquote>
+
<h2> SWT Build 3.2 035e - Tuesday September 18, 2006 </h2>
<h3><a NAME="Problem reports fixed"></a>Problem reports fixed</h3>
<blockquote>

Back to the top