Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Swanson2003-10-03 03:30:53 +0000
committerDarin Swanson2003-10-03 03:30:53 +0000
commitc955065c7bfbc2b8d1a69e1313f9129d1f73f06e (patch)
treeced9d932180c6f216c90826c0b0fe69e89f48d25 /org.eclipse.core.variables/plugin.xml
parent23c4fae63ac31f11d60c1e7f9bdc2dba1c881df4 (diff)
downloadeclipse.platform.debug-c955065c7bfbc2b8d1a69e1313f9129d1f73f06e.tar.gz
eclipse.platform.debug-c955065c7bfbc2b8d1a69e1313f9129d1f73f06e.tar.xz
eclipse.platform.debug-c955065c7bfbc2b8d1a69e1313f9129d1f73f06e.zip
Bug 43332 - Re-work launch variable API
Diffstat (limited to 'org.eclipse.core.variables/plugin.xml')
-rw-r--r--org.eclipse.core.variables/plugin.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.core.variables/plugin.xml b/org.eclipse.core.variables/plugin.xml
index e8f049149..46996ca7c 100644
--- a/org.eclipse.core.variables/plugin.xml
+++ b/org.eclipse.core.variables/plugin.xml
@@ -3,7 +3,8 @@
name="%pluginName"
version="3.0.0"
provider-name="%providerName"
- id="org.eclipse.core.variables">
+ id="org.eclipse.core.variables"
+ class= "org.eclipse.core.variables.VariablesPlugin">
<runtime>
</runtime>

Back to the top