diff options
author | eutarass | 2010-06-04 03:20:06 +0000 |
---|---|---|
committer | eutarass | 2010-06-04 03:20:06 +0000 |
commit | 8217215f8715949a124995632605640710f8a4e6 (patch) | |
tree | ca94dbe7c959b3d07797d764d9e21615efb8daf3 /features/org.eclipse.tm.tcf.feature | |
parent | 06404aab0366e64902d74e86035dc94bfe2199bc (diff) | |
download | org.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/org.eclipse.tm.tcf.feature')
-rw-r--r-- | features/org.eclipse.tm.tcf.feature/feature.xml | 7 |
1 files changed, 4 insertions, 3 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>
|