Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.text/plugin.xml')
-rw-r--r--org.eclipse.text/plugin.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/org.eclipse.text/plugin.xml b/org.eclipse.text/plugin.xml
new file mode 100644
index 00000000000..ae9d701e3f1
--- /dev/null
+++ b/org.eclipse.text/plugin.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<plugin
+ id="org.eclipse.text"
+ name="%pluginName"
+ version="2.1.0"
+ provider-name="%providerName">
+
+ <runtime>
+ <library name="text.jar">
+ <export name="*"/>
+ </library>
+ </runtime>
+
+</plugin>

Back to the top