Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreutarass2010-06-04 03:20:06 +0000
committereutarass2010-06-04 03:20:06 +0000
commit8217215f8715949a124995632605640710f8a4e6 (patch)
treeca94dbe7c959b3d07797d764d9e21615efb8daf3 /features
parent06404aab0366e64902d74e86035dc94bfe2199bc (diff)
downloadorg.eclipse.tcf-8217215f8715949a124995632605640710f8a4e6.tar.gz
org.eclipse.tcf-8217215f8715949a124995632605640710f8a4e6.tar.xz
org.eclipse.tcf-8217215f8715949a124995632605640710f8a4e6.zip
TCF version changed to 0.3.0
Diffstat (limited to 'features')
-rw-r--r--features/org.eclipse.tm.tcf.feature/feature.xml7
-rw-r--r--features/org.eclipse.tm.tcf.site/site.xml7
2 files changed, 8 insertions, 6 deletions
diff --git a/features/org.eclipse.tm.tcf.feature/feature.xml b/features/org.eclipse.tm.tcf.feature/feature.xml
index a19cc7e7c..c54de8b7c 100644
--- a/features/org.eclipse.tm.tcf.feature/feature.xml
+++ b/features/org.eclipse.tm.tcf.feature/feature.xml
@@ -1,4 +1,5 @@
-<?xml version="1.0" encoding="UTF-8"?> <!--
+<?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
@@ -12,7 +13,7 @@
<feature
id="org.eclipse.tm.tcf.feature"
label="%featureName"
- version="0.2.0.qualifier"
+ version="0.3.0.qualifier"
provider-name="%providerName">
<description url="http://wiki.eclipse.org/DSDP/TCF">
@@ -28,7 +29,7 @@
</license>
<url>
- <update label="%updateSiteName" url="http://dev.eclipse.org/svnroot/dsdp/org.eclipse.tm.tcf/releases/0.2.0"/>
+ <update label="%updateSiteName" url="http://dev.eclipse.org/svnroot/dsdp/org.eclipse.tm.tcf/releases/0.3.0"/>
</url>
<requires>
diff --git a/features/org.eclipse.tm.tcf.site/site.xml b/features/org.eclipse.tm.tcf.site/site.xml
index 666517ae6..a91d75501 100644
--- a/features/org.eclipse.tm.tcf.site/site.xml
+++ b/features/org.eclipse.tm.tcf.site/site.xml
@@ -1,4 +1,5 @@
-<?xml version="1.0" encoding="UTF-8"?> <!--
+<?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
@@ -10,10 +11,10 @@
-->
<site>
- <description url="http://dev.eclipse.org/svnroot/dsdp/org.eclipse.tm.tcf/releases/0.2.0">
+ <description url="http://dev.eclipse.org/svnroot/dsdp/org.eclipse.tm.tcf/releases/0.3.0">
TCF update site
</description>
- <feature url="features/org.eclipse.tm.tcf.feature_0.2.0.200910051347.jar" id="org.eclipse.tm.tcf.feature" version="0.2.0.200910051347">
+ <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"/>

Back to the top