Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'features/org.eclipse.tm.tcf.rse.sdk.feature/feature.xml')
-rw-r--r--features/org.eclipse.tm.tcf.rse.sdk.feature/feature.xml45
1 files changed, 45 insertions, 0 deletions
diff --git a/features/org.eclipse.tm.tcf.rse.sdk.feature/feature.xml b/features/org.eclipse.tm.tcf.rse.sdk.feature/feature.xml
new file mode 100644
index 000000000..10fa59824
--- /dev/null
+++ b/features/org.eclipse.tm.tcf.rse.sdk.feature/feature.xml
@@ -0,0 +1,45 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (c) 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.rse.sdk.feature"
+ label="%featureName"
+ version="0.4.0.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.0"/>
+ </url>
+
+ <requires>
+ <import feature="org.eclipse.tm.tcf.rse.feature" version="0.4.0.qualifier"/>
+ </requires>
+
+ <plugin
+ id="org.eclipse.tm.tcf.rse.source"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+</feature>

Back to the top