Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Swanson2003-10-02 23:30:39 +0000
committerDarin Swanson2003-10-02 23:30:39 +0000
commit23c4fae63ac31f11d60c1e7f9bdc2dba1c881df4 (patch)
treed84fab5993bbcc097a9e66f8412f9431eeff11c4 /org.eclipse.core.variables/plugin.xml
parent0fba863492c92a84a60de9f82f0e5f6a189f486e (diff)
downloadeclipse.platform.debug-23c4fae63ac31f11d60c1e7f9bdc2dba1c881df4.tar.gz
eclipse.platform.debug-23c4fae63ac31f11d60c1e7f9bdc2dba1c881df4.tar.xz
eclipse.platform.debug-23c4fae63ac31f11d60c1e7f9bdc2dba1c881df4.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.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/org.eclipse.core.variables/plugin.xml b/org.eclipse.core.variables/plugin.xml
new file mode 100644
index 000000000..e8f049149
--- /dev/null
+++ b/org.eclipse.core.variables/plugin.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<plugin
+ name="%pluginName"
+ version="3.0.0"
+ provider-name="%providerName"
+ id="org.eclipse.core.variables">
+
+ <runtime>
+ </runtime>
+
+</plugin>

Back to the top