Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Oberhuber2006-11-02 11:34:21 +0000
committerMartin Oberhuber2006-11-02 11:34:21 +0000
commit209e468c2603d1b41133ac595e65df76187f8bcc (patch)
tree0aadab6778e0417a6ff5e7c527874bd1b562fdd1 /rse/features/org.eclipse.rse.remotecdt-feature/feature.xml
parentb11ccd6a51f44db579d04c6b521472e5065414ea (diff)
downloadorg.eclipse.tm-209e468c2603d1b41133ac595e65df76187f8bcc.tar.gz
org.eclipse.tm-209e468c2603d1b41133ac595e65df76187f8bcc.tar.xz
org.eclipse.tm-209e468c2603d1b41133ac595e65df76187f8bcc.zip
Add dependencies for remotecdt feature
Diffstat (limited to 'rse/features/org.eclipse.rse.remotecdt-feature/feature.xml')
-rw-r--r--rse/features/org.eclipse.rse.remotecdt-feature/feature.xml16
1 files changed, 15 insertions, 1 deletions
diff --git a/rse/features/org.eclipse.rse.remotecdt-feature/feature.xml b/rse/features/org.eclipse.rse.remotecdt-feature/feature.xml
index 3463a52c5..a274abb9f 100644
--- a/rse/features/org.eclipse.rse.remotecdt-feature/feature.xml
+++ b/rse/features/org.eclipse.rse.remotecdt-feature/feature.xml
@@ -25,7 +25,21 @@
</url>
<requires>
- <import feature="org.eclipse.rse.core"/>
+ <import feature="org.eclipse.rse.core" version="1.0.0" match="equivalent"/>
+ <import feature="org.eclipse.cdt" version="3.0.0" match="greaterOrEqual"/>
+ <import plugin="org.eclipse.cdt.launch" version="3.0.0" match="greaterOrEqual"/>
+ <import plugin="org.eclipse.cdt.debug.mi.core" version="3.0.0" match="greaterOrEqual"/>
+ <import plugin="org.eclipse.cdt.debug.core" version="3.0.0" match="greaterOrEqual"/>
+ <import plugin="org.eclipse.cdt.core" version="3.0.0" match="greaterOrEqual"/>
+ <import plugin="org.eclipse.rse.ui" version="1.0.0" match="equivalent"/>
+ <import plugin="org.eclipse.rse.subsystems.shells.core" version="1.0.0" match="equivalent"/>
+ <import plugin="org.eclipse.rse.subsystems.files.core" version="1.0.0" match="equivalent"/>
+ <import plugin="org.eclipse.rse.services" version="1.0.0" match="equivalent"/>
+ <import plugin="org.eclipse.debug.ui" version=""/>
+ <import plugin="org.eclipse.ui"/>
+ <import plugin="org.eclipse.debug.core" version=""/>
+ <import plugin="org.eclipse.core.resources" version=""/>
+ <import plugin="org.eclipse.core.runtime" version=""/>
</requires>
<plugin

Back to the top