Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2006-07-06 09:44:02 +0000
committerDani Megert2006-07-06 09:44:02 +0000
commit148b71b326e443a2218bc20613469d01b87efc14 (patch)
tree4469e57e1880ac74baddca132e558bc3446a8486 /org.eclipse.ui.workbench.texteditor.tests
parent69d25e13ceb1b5b04260579a8b459af24638338e (diff)
downloadeclipse.platform.text-148b71b326e443a2218bc20613469d01b87efc14.tar.gz
eclipse.platform.text-148b71b326e443a2218bc20613469d01b87efc14.tar.xz
eclipse.platform.text-148b71b326e443a2218bc20613469d01b87efc14.zip
Updated manifests.
Diffstat (limited to 'org.eclipse.ui.workbench.texteditor.tests')
-rw-r--r--org.eclipse.ui.workbench.texteditor.tests/plugin.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/org.eclipse.ui.workbench.texteditor.tests/plugin.xml b/org.eclipse.ui.workbench.texteditor.tests/plugin.xml
index cd609f715a9..b29ea4394b3 100644
--- a/org.eclipse.ui.workbench.texteditor.tests/plugin.xml
+++ b/org.eclipse.ui.workbench.texteditor.tests/plugin.xml
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.0"?>
<plugin
id="org.eclipse.ui.workbench.texteditor.tests"
name="%Plugin.name"
@@ -13,6 +14,7 @@
<requires>
<import plugin="org.eclipse.core.runtime.compatibility"/>
+ <import plugin="org.eclipse.core.runtime.compatibility"/>
<import plugin="org.junit"/>
<import plugin="org.eclipse.text.tests"/>
<import plugin="org.eclipse.jface.text"/>

Back to the top