diff options
author | Frederic Fusier | 2006-11-03 14:50:48 +0000 |
---|---|---|
committer | Frederic Fusier | 2006-11-03 14:50:48 +0000 |
commit | a21a57d81c37c2a3a0ec0b4599a90c65fcffbf8e (patch) | |
tree | 741733995fc40f1dec4d7e58def87fefde46d09c | |
parent | 7006d6757bb330e10091bab46c5a27530e973f57 (diff) | |
download | eclipse.jdt.core-R3_2_1_patches.tar.gz eclipse.jdt.core-R3_2_1_patches.tar.xz eclipse.jdt.core-R3_2_1_patches.zip |
R3_2_1_patches - Increment plugin ID to 3.2.2v_678_R32xR3_2_1_patches
-rw-r--r-- | org.eclipse.jdt.core/META-INF/MANIFEST.MF | 2 | ||||
-rw-r--r-- | org.eclipse.jdt.core/buildnotes_jdt-core.html | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/org.eclipse.jdt.core/META-INF/MANIFEST.MF b/org.eclipse.jdt.core/META-INF/MANIFEST.MF index af50e848f3..5dea41d508 100644 --- a/org.eclipse.jdt.core/META-INF/MANIFEST.MF +++ b/org.eclipse.jdt.core/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Main-Class: org.eclipse.jdt.internal.compiler.batch.Main Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.jdt.core; singleton:=true -Bundle-Version: 3.2.1.v_678_R32x +Bundle-Version: 3.2.2 Bundle-Activator: org.eclipse.jdt.core.JavaCore Bundle-Vendor: %providerName Bundle-Localization: plugin diff --git a/org.eclipse.jdt.core/buildnotes_jdt-core.html b/org.eclipse.jdt.core/buildnotes_jdt-core.html index 2758843890..f70693206f 100644 --- a/org.eclipse.jdt.core/buildnotes_jdt-core.html +++ b/org.eclipse.jdt.core/buildnotes_jdt-core.html @@ -46,6 +46,9 @@ Eclipse SDK 3.2.1 - 6th October 2006 <br>Project org.eclipse.jdt.core v_678_R32x (<a href="http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.jdt.core/?only_with_tag=v_678_R32x">cvs</a>). <h2>What's new in this drop</h2> +<ul> +<li>Incremented plug-in version ID to "3.2.2"</li> +</ul> <h3>Problem Reports Fixed</h3> <a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=159325">159325</a> |