Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'features/org.eclipse.tcf.site/site.xml')
-rw-r--r--features/org.eclipse.tcf.site/site.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/features/org.eclipse.tcf.site/site.xml b/features/org.eclipse.tcf.site/site.xml
new file mode 100644
index 000000000..977ff682c
--- /dev/null
+++ b/features/org.eclipse.tcf.site/site.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (c) 2010 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
+ -->
+
+<site>
+ <description url="http://dev.eclipse.org/svnroot/dsdp/org.eclipse.tm.tcf/releases/0.4.0">
+ TCF update site
+ </description>
+ <feature url="features/org.eclipse.tm.tcf.feature_0.3.0.200910051347.jar" id="org.eclipse.tm.tcf.feature" version="0.3.0.200910051347">
+ <category name="org.eclipse.tm"/>
+ </feature>
+ <category-def name="org.eclipse.tm" label="Remote Access and Device Development"/>
+</site>

Back to the top