Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2004-10-10 16:07:36 +0000
committerDarin Wright2004-10-10 16:07:36 +0000
commit9dd973d1c3f3f9a6dafe0d097e5624212589b1c0 (patch)
tree6520cfe9706209e3d60a8d86df8e7231b270639f
parent136a9a435cbefc80076b79770d956341ed674723 (diff)
downloadeclipse.jdt.debug-9dd973d1c3f3f9a6dafe0d097e5624212589b1c0.tar.gz
eclipse.jdt.debug-9dd973d1c3f3f9a6dafe0d097e5624212589b1c0.tar.xz
eclipse.jdt.debug-9dd973d1c3f3f9a6dafe0d097e5624212589b1c0.zip
3.0.1.1 plugin versionsr3011_v20041010
-rw-r--r--org.eclipse.jdt.launching/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jdt.launching/plugin.xml b/org.eclipse.jdt.launching/plugin.xml
index 5e996edc2..229bf539c 100644
--- a/org.eclipse.jdt.launching/plugin.xml
+++ b/org.eclipse.jdt.launching/plugin.xml
@@ -3,7 +3,7 @@
<plugin
id="org.eclipse.jdt.launching"
name="%pluginName"
- version="3.0.1"
+ version="3.0.1.1"
provider-name="%providerName"
class="org.eclipse.jdt.internal.launching.LaunchingPlugin">

Back to the top