Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'features/org.eclipse.tcf.cdt.feature/feature.xml')
-rw-r--r--features/org.eclipse.tcf.cdt.feature/feature.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/features/org.eclipse.tcf.cdt.feature/feature.xml b/features/org.eclipse.tcf.cdt.feature/feature.xml
index a13a9c530..73a481785 100644
--- a/features/org.eclipse.tcf.cdt.feature/feature.xml
+++ b/features/org.eclipse.tcf.cdt.feature/feature.xml
@@ -12,7 +12,7 @@
<feature
id="org.eclipse.tcf.cdt.feature"
label="%featureName"
- version="1.1.0.qualifier"
+ version="1.1.1.qualifier"
provider-name="%providerName">
<description url="http://wiki.eclipse.org/TCF">
@@ -28,7 +28,7 @@
</license>
<url>
- <update label="%updateSiteName" url="http://download.eclipse.org/releases/juno"/>
+ <update label="%updateSiteName" url="http://download.eclipse.org/releases/kepler"/>
</url>
<includes
@@ -45,7 +45,6 @@
<import plugin="org.eclipse.debug.ui" version="3.8.1" match="greaterOrEqual"/>
<import plugin="org.eclipse.jface.text" version="3.8.1" match="greaterOrEqual"/>
<import plugin="org.eclipse.core.expressions" version="3.4.400" match="greaterOrEqual"/>
- <import feature="org.eclipse.tcf.feature" version="1.1.0" match="greaterOrEqual"/>
</requires>
<plugin

Back to the top