diff options
author | Philipe Mulet | 2004-10-12 06:46:48 -0400 |
---|---|---|
committer | Philipe Mulet | 2004-10-12 06:46:48 -0400 |
commit | 32386a52d72d7ca2d12ff06e2ab5bcea1ebf157b (patch) | |
tree | 8239288eae87c8255a428bd6ed3631764cccf466 | |
parent | 98b46576d67789b9deda3c72c9db287b4c604cee (diff) | |
download | eclipse.jdt.core-32386a52d72d7ca2d12ff06e2ab5bcea1ebf157b.tar.gz eclipse.jdt.core-32386a52d72d7ca2d12ff06e2ab5bcea1ebf157b.tar.xz eclipse.jdt.core-32386a52d72d7ca2d12ff06e2ab5bcea1ebf157b.zip |
*** empty log message ***
-rw-r--r-- | org.eclipse.jdt.core/buildnotes_jdt-core.html | 1 | ||||
-rw-r--r-- | org.eclipse.jdt.core/plugin.xml | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.jdt.core/buildnotes_jdt-core.html b/org.eclipse.jdt.core/buildnotes_jdt-core.html index aee163029b..2c878d642b 100644 --- a/org.eclipse.jdt.core/buildnotes_jdt-core.html +++ b/org.eclipse.jdt.core/buildnotes_jdt-core.html @@ -45,6 +45,7 @@ Eclipse SDK 3.0.1.1 Build - 12th October 2004 - 3.0.1.1 RELEASE <h2> What's new in this drop</h2> <ul> +<li> Plugin version ID got incremented to 3.0.1.1.</li> </ul> <h3>Problem Reports Fixed</h3> diff --git a/org.eclipse.jdt.core/plugin.xml b/org.eclipse.jdt.core/plugin.xml index 64b1746843..24d983764f 100644 --- a/org.eclipse.jdt.core/plugin.xml +++ b/org.eclipse.jdt.core/plugin.xml @@ -6,7 +6,7 @@ <plugin name = "%pluginName" id = "org.eclipse.jdt.core" - version = "3.0.1" + version = "3.0.1.1" provider-name = "%providerName" class="org.eclipse.jdt.core.JavaCore"> |