Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Schaefer2005-11-10 21:41:23 +0000
committerDoug Schaefer2005-11-10 21:41:23 +0000
commitf1fa62b1851de17434e662710a823c85c8678ea8 (patch)
treeb7564efb617f68c435e58332f300807193570fec /releng/org.eclipse.cdt/plugin.xml
parenta17df8ba39ad631fb8bdabd39bae389dbe927842 (diff)
downloadorg.eclipse.cdt-f1fa62b1851de17434e662710a823c85c8678ea8.tar.gz
org.eclipse.cdt-f1fa62b1851de17434e662710a823c85c8678ea8.tar.xz
org.eclipse.cdt-f1fa62b1851de17434e662710a823c85c8678ea8.zip
Upversioned everything. Changed the features to not unpack the plugins that don't have shared libraries.
Diffstat (limited to 'releng/org.eclipse.cdt/plugin.xml')
-rw-r--r--releng/org.eclipse.cdt/plugin.xml15
1 files changed, 2 insertions, 13 deletions
diff --git a/releng/org.eclipse.cdt/plugin.xml b/releng/org.eclipse.cdt/plugin.xml
index 08203d1e108..f20738b7c95 100644
--- a/releng/org.eclipse.cdt/plugin.xml
+++ b/releng/org.eclipse.cdt/plugin.xml
@@ -1,15 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
-<plugin
- id="org.eclipse.cdt"
- name="%pluginName"
- version="3.0.0"
- provider-name="%providerName">
- <requires>
- <import plugin="org.eclipse.ui.intro"/>
- <import plugin="org.eclipse.ui.cheatsheets"/>
- </requires>
-
+<plugin>
<extension
point="org.eclipse.ui.intro.configExtension">
<configExtension
@@ -39,7 +30,5 @@
</cheatsheet>
</extension-->
- <runtime>
- </runtime>
-
+
</plugin>

Back to the top