Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'features/org.eclipse.tm.tcf.cdt.feature/feature.xml')
-rw-r--r--features/org.eclipse.tm.tcf.cdt.feature/feature.xml65
1 files changed, 65 insertions, 0 deletions
diff --git a/features/org.eclipse.tm.tcf.cdt.feature/feature.xml b/features/org.eclipse.tm.tcf.cdt.feature/feature.xml
new file mode 100644
index 000000000..fe5e24604
--- /dev/null
+++ b/features/org.eclipse.tm.tcf.cdt.feature/feature.xml
@@ -0,0 +1,65 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (c) 2010, 2011 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
+ http://www.eclipse.org/legal/epl-v10.html
+
+ Contributors:
+ Wind River Systems - initial API and implementation
+ -->
+<feature
+ id="org.eclipse.tm.tcf.cdt.feature"
+ label="%featureName"
+ version="0.4.1.qualifier"
+ provider-name="%providerName">
+
+ <description url="http://wiki.eclipse.org/TCF">
+ %description
+ </description>
+
+ <copyright>
+ %copyright
+ </copyright>
+
+ <license url="%licenseURL">
+ %license
+ </license>
+
+ <url>
+ <update label="%updateSiteName" url="http://dev.eclipse.org/svnroot/dsdp/org.eclipse.tm.tcf/releases/0.4.1"/>
+ </url>
+
+ <includes
+ id="org.eclipse.tm.tcf.feature"
+ version="0.0.0"/>
+
+ <requires>
+ <import plugin="org.eclipse.core.runtime"/>
+ <import plugin="org.eclipse.core.resources"/>
+ <import plugin="org.eclipse.ui"/>
+ <import plugin="org.eclipse.debug.core"/>
+ <import plugin="org.eclipse.debug.ui"/>
+ <import plugin="org.eclipse.cdt.core"/>
+ <import plugin="org.eclipse.cdt.ui"/>
+ <import plugin="org.eclipse.cdt.debug.core"/>
+ <import plugin="org.eclipse.core.expressions"/>
+ <import feature="org.eclipse.cdt" version="5.0.0" match="greaterOrEqual"/>
+ <import plugin="org.eclipse.text" version="3.5.0" match="greaterOrEqual"/>
+ <import plugin="org.eclipse.cdt.debug.ui"/>
+ <import plugin="org.eclipse.tm.tcf.core" version="0.4.1" match="greaterOrEqual"/>
+ <import plugin="org.eclipse.tm.tcf.debug" version="0.4.0" match="greaterOrEqual"/>
+ <import plugin="org.eclipse.tm.tcf.debug.ui" version="0.4.1" match="greaterOrEqual"/>
+ <import plugin="org.eclipse.jface.text" version="3.5.0" match="greaterOrEqual"/>
+ <import plugin="org.eclipse.cdt.launch" version="6.1.0" match="greaterOrEqual"/>
+ </requires>
+
+ <plugin
+ id="org.eclipse.tm.tcf.cdt.ui"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+</feature>

Back to the top