Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Schaefer2003-04-09 15:14:56 +0000
committerDoug Schaefer2003-04-09 15:14:56 +0000
commit9e35ee6963b0f865483894c97ca74f10095277cf (patch)
treebcec0421372ed0c68ef936d47bd9f8aeb3a516ea /core/org.eclipse.cdt.ui.tests/plugin.xml
parentef5944b36b683e2216312067484cc5f92526c3bc (diff)
downloadorg.eclipse.cdt-9e35ee6963b0f865483894c97ca74f10095277cf.tar.gz
org.eclipse.cdt-9e35ee6963b0f865483894c97ca74f10095277cf.tar.xz
org.eclipse.cdt-9e35ee6963b0f865483894c97ca74f10095277cf.zip
A little more sanity to the new build model.
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, 4 insertions, 0 deletions
diff --git a/core/org.eclipse.cdt.ui.tests/plugin.xml b/core/org.eclipse.cdt.ui.tests/plugin.xml
index dc93b91ed01..ebc14a6db37 100644
--- a/core/org.eclipse.cdt.ui.tests/plugin.xml
+++ b/core/org.eclipse.cdt.ui.tests/plugin.xml
@@ -91,6 +91,10 @@
id="org.eclipse.cdt.ui.tests.tool.linux.ar">
</tool>
</target>
+ <target
+ name="Test Root"
+ id="test.root">
+ </target>
</extension>
</plugin>

Back to the top