Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Camelon2003-06-17 20:58:41 +0000
committerJohn Camelon2003-06-17 20:58:41 +0000
commitd45de32ff5fcec052d8908b93f9c7324897b3185 (patch)
tree0c3e9686bbf1cb28b6e6f3febaa535859991c658 /core/org.eclipse.cdt.ui.tests/plugin.xml
parentb73e87b69b4732dc9a92dee576fa746ed546cbec (diff)
downloadorg.eclipse.cdt-d45de32ff5fcec052d8908b93f9c7324897b3185.tar.gz
org.eclipse.cdt-d45de32ff5fcec052d8908b93f9c7324897b3185.tar.xz
org.eclipse.cdt-d45de32ff5fcec052d8908b93f9c7324897b3185.zip
Patch for Vladimir Hirsl.
This patch adds some missing source folders to the ui.tests library.
Diffstat (limited to 'core/org.eclipse.cdt.ui.tests/plugin.xml')
-rw-r--r--core/org.eclipse.cdt.ui.tests/plugin.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/core/org.eclipse.cdt.ui.tests/plugin.xml b/core/org.eclipse.cdt.ui.tests/plugin.xml
index bc7e3259c98..eb641992693 100644
--- a/core/org.eclipse.cdt.ui.tests/plugin.xml
+++ b/core/org.eclipse.cdt.ui.tests/plugin.xml
@@ -2,7 +2,7 @@
<plugin
id="org.eclipse.cdt.ui.tests"
name="org.eclipse.cdt.ui.tests"
- version="1.1.0"
+ version="1.2.0.5"
class="org.eclipse.cdt.testplugin.CTestPlugin">
<runtime>
@@ -12,7 +12,6 @@
</runtime>
<requires>
<import plugin="org.apache.xerces"/>
- <import plugin="org.eclipse.core.boot"/>
<import plugin="org.eclipse.core.resources"/>
<import plugin="org.eclipse.core.runtime"/>
<import plugin="org.eclipse.cdt.core"/>
@@ -20,7 +19,6 @@
<import plugin="org.eclipse.swt"/>
<import plugin="org.eclipse.ui"/>
<import plugin="org.junit"/>
- <import plugin="org.eclipse.update.core"/>
</requires>

Back to the top