Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'features/org.eclipse.tcf.sdk.feature/feature.xml')
-rw-r--r--features/org.eclipse.tcf.sdk.feature/feature.xml19
1 files changed, 3 insertions, 16 deletions
diff --git a/features/org.eclipse.tcf.sdk.feature/feature.xml b/features/org.eclipse.tcf.sdk.feature/feature.xml
index 1e8dc7d6c..f33aadded 100644
--- a/features/org.eclipse.tcf.sdk.feature/feature.xml
+++ b/features/org.eclipse.tcf.sdk.feature/feature.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2010, 2011 Wind River Systems, Inc. and others.
+ Copyright (c) 2010, 2012 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
@@ -28,21 +28,15 @@
</license>
<url>
- <update label="%updateSiteName" url="http://download.eclipse.org/tools/cdt/releases/juno"/>
+ <update label="%updateSiteName" url="http://download.eclipse.org/releases/juno"/>
</url>
<requires>
<import feature="org.eclipse.tcf.feature" version="1.1.0.qualifier"/>
+ <import feature="org.eclipse.tcf.core.sdk.feature" version="1.1.0.qualifier"/>
</requires>
<plugin
- id="org.eclipse.tcf.core.source"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
id="org.eclipse.tcf.debug.source"
download-size="0"
install-size="0"
@@ -56,11 +50,4 @@
version="0.0.0"
unpack="false"/>
- <plugin
- id="org.eclipse.tcf.source"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
</feature>

Back to the top