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 /core/org.eclipse.cdt.core/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 'core/org.eclipse.cdt.core/plugin.xml')
-rw-r--r--core/org.eclipse.cdt.core/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/org.eclipse.cdt.core/plugin.xml b/core/org.eclipse.cdt.core/plugin.xml
index d65d3ec0b57..0f1420b8960 100644
--- a/core/org.eclipse.cdt.core/plugin.xml
+++ b/core/org.eclipse.cdt.core/plugin.xml
@@ -3,7 +3,7 @@
<plugin
id="org.eclipse.cdt.core"
name="%pluginName"
- version="3.0.0"
+ version="3.1.0"
provider-name="%providerName"
class="org.eclipse.cdt.core.CCorePlugin">

Back to the top