Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.jface.text.tests/plugin.xml')
-rw-r--r--org.eclipse.jface.text.tests/plugin.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/org.eclipse.jface.text.tests/plugin.xml b/org.eclipse.jface.text.tests/plugin.xml
new file mode 100644
index 00000000000..47e2386d501
--- /dev/null
+++ b/org.eclipse.jface.text.tests/plugin.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.0"?>
+<plugin
+ id="org.eclipse.jface.text.tests"
+ name="%Plugin.name"
+ version="3.0.0"
+ provider-name="%Plugin.providerName"
+ class="">
+
+ <runtime>
+ <library name="jfacetexttests.jar">
+ <export name="*"/>
+ </library>
+ </runtime>
+ <requires>
+ <import plugin="org.eclipse.core.runtime.compatibility"/>
+ <import plugin="org.eclipse.text"/>
+ <import plugin="org.eclipse.jface.text"/>
+ <import plugin="org.eclipse.jface"/>
+ <import plugin="org.junit"/>
+ </requires>
+
+
+</plugin>

Back to the top