Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Schaefer2003-11-24 18:31:03 +0000
committerDoug Schaefer2003-11-24 18:31:03 +0000
commit9dc3aa63e5fac1f55b1ccb189c5dba8afd039a44 (patch)
tree4cbc420a2fcd22ba347bd1cd50b780071ae50c79 /releng/org.eclipse.cdt.testing
parent7750af19fa4ae3ae0ee47b6200c01581ca0cefe6 (diff)
downloadorg.eclipse.cdt-9dc3aa63e5fac1f55b1ccb189c5dba8afd039a44.tar.gz
org.eclipse.cdt-9dc3aa63e5fac1f55b1ccb189c5dba8afd039a44.tar.xz
org.eclipse.cdt-9dc3aa63e5fac1f55b1ccb189c5dba8afd039a44.zip
Upgrade to Eclipse 3.0. Includes:
- upgrade plugin.xml files - use PDE containers - apply Eclipse 3.0 porting items, in particular openEditor and gotoMarker - remove TestWorkbenches from test plugins
Diffstat (limited to 'releng/org.eclipse.cdt.testing')
-rw-r--r--releng/org.eclipse.cdt.testing/.project11
-rw-r--r--releng/org.eclipse.cdt.testing/plugin.xml1
2 files changed, 12 insertions, 0 deletions
diff --git a/releng/org.eclipse.cdt.testing/.project b/releng/org.eclipse.cdt.testing/.project
index c31e57e455c..162151c68c5 100644
--- a/releng/org.eclipse.cdt.testing/.project
+++ b/releng/org.eclipse.cdt.testing/.project
@@ -5,7 +5,18 @@
<projects>
</projects>
<buildSpec>
+ <buildCommand>
+ <name>org.eclipse.pde.ManifestBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.SchemaBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
</buildSpec>
<natures>
+ <nature>org.eclipse.pde.PluginNature</nature>
</natures>
</projectDescription>
diff --git a/releng/org.eclipse.cdt.testing/plugin.xml b/releng/org.eclipse.cdt.testing/plugin.xml
index f4a973bd113..0b524685bb0 100644
--- a/releng/org.eclipse.cdt.testing/plugin.xml
+++ b/releng/org.eclipse.cdt.testing/plugin.xml
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.0"?>
<plugin
id="org.eclipse.cdt.testing"
name="%pluginName"

Back to the top