Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
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