Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'features/org.eclipse.tcf.cdt.sdk.feature/feature.xml')
-rw-r--r--features/org.eclipse.tcf.cdt.sdk.feature/feature.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/features/org.eclipse.tcf.cdt.sdk.feature/feature.xml b/features/org.eclipse.tcf.cdt.sdk.feature/feature.xml
index fc1ca6825..0d384c0da 100644
--- a/features/org.eclipse.tcf.cdt.sdk.feature/feature.xml
+++ b/features/org.eclipse.tcf.cdt.sdk.feature/feature.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2011, 2012 Wind River Systems, Inc. and others.
+ Copyright (c) 2011, 2013 Wind River Systems, Inc. and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
@@ -12,7 +12,7 @@
<feature
id="org.eclipse.tcf.cdt.sdk.feature"
label="%featureName"
- version="1.1.0.qualifier"
+ version="1.1.1.qualifier"
provider-name="%providerName">
<description url="http://wiki.eclipse.org/TCF">
@@ -28,11 +28,11 @@
</license>
<url>
- <update label="%updateSiteName" url="http://download.eclipse.org/releases/juno"/>
+ <update label="%updateSiteName" url="http://download.eclipse.org/releases/kepler"/>
</url>
<requires>
- <import feature="org.eclipse.tcf.cdt.feature" version="1.1.0.qualifier"/>
+ <import feature="org.eclipse.tcf.cdt.feature" version="1.1.1.qualifier"/>
</requires>
<plugin

Back to the top