Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'features/org.eclipse.tcf.feature/feature.xml')
-rw-r--r--features/org.eclipse.tcf.feature/feature.xml21
1 files changed, 3 insertions, 18 deletions
diff --git a/features/org.eclipse.tcf.feature/feature.xml b/features/org.eclipse.tcf.feature/feature.xml
index 8e1ba0a84..0b128351d 100644
--- a/features/org.eclipse.tcf.feature/feature.xml
+++ b/features/org.eclipse.tcf.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
@@ -32,8 +32,8 @@
</url>
<requires>
- <import plugin="org.eclipse.core.runtime" version="3.8.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.core.filesystem" version="1.3.200" match="greaterOrEqual"/>
+ <import plugin="org.eclipse.core.runtime" version="3.8.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.core.resources" version="3.8.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.debug.core" version="3.7.100" match="greaterOrEqual"/>
<import plugin="com.jcraft.jsch" version="0.1.46" match="greaterOrEqual"/>
@@ -49,25 +49,10 @@
<import plugin="org.eclipse.ui.ide" version="3.8.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.ui.views" version="3.6.100" match="greaterOrEqual"/>
<import plugin="org.eclipse.ui.workbench.texteditor" version="3.8.0" match="greaterOrEqual"/>
- <import plugin="org.eclipse.tcf.debug" version="1.1.0" match="greaterOrEqual"/>
- <import plugin="org.eclipse.osgi"/>
+ <import feature="org.eclipse.tcf.core.feature" version="1.1.0" match="greaterOrEqual"/>
</requires>
<plugin
- id="org.eclipse.tcf.core"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
- id="org.eclipse.tcf"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
id="org.eclipse.tcf.debug"
download-size="0"
install-size="0"

Back to the top