Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormoberhuber2012-08-22 21:19:03 +0000
committermoberhuber2012-08-22 21:19:03 +0000
commitbb2f4defdec5eda63895589adcb585acad8a3e4b (patch)
tree485c9c4612353d1f77445b53ab04e9ea267ecc07 /tcf.b3aggrcon
parent7f2d7001ef4b323c0a75da5189141c8d62e776fd (diff)
downloadorg.eclipse.simrel.build-bb2f4defdec5eda63895589adcb585acad8a3e4b.tar.gz
org.eclipse.simrel.build-bb2f4defdec5eda63895589adcb585acad8a3e4b.tar.xz
org.eclipse.simrel.build-bb2f4defdec5eda63895589adcb585acad8a3e4b.zip
Enable TCF and TM for Kepler M1
Diffstat (limited to 'tcf.b3aggrcon')
-rw-r--r--tcf.b3aggrcon30
1 files changed, 15 insertions, 15 deletions
diff --git a/tcf.b3aggrcon b/tcf.b3aggrcon
index 52233c164..cfc6bf4f8 100644
--- a/tcf.b3aggrcon
+++ b/tcf.b3aggrcon
@@ -1,15 +1,15 @@
-<?xml version="1.0" encoding="ASCII"?>
-<aggregator:Contribution xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:aggregator="http://www.eclipse.org/b3/2011/aggregator/1.1.0" enabled="false" label="TCF">
- <repositories location="http://download.eclipse.org/tools/tcf/builds/1.0/milestones" description="TCF 1.0 Milestones">
- <features name="org.eclipse.tcf.cdt.feature.feature.group" versionRange="1.0.0">
- <categories href="simrel.b3aggr#//@customCategories[identifier='Mobile%20and%20Device%20Development']"/>
- </features>
- <features name="org.eclipse.tcf.rse.feature.feature.group" versionRange="1.0.0">
- <categories href="simrel.b3aggr#//@customCategories[identifier='Mobile%20and%20Device%20Development']"/>
- </features>
- <features name="org.eclipse.tcf.te.tcf.feature.feature.group" versionRange="1.0.0">
- <categories href="simrel.b3aggr#//@customCategories[identifier='Mobile%20and%20Device%20Development']"/>
- </features>
- </repositories>
- <contacts href="simrel.b3aggr#//@contacts[email='martin.oberhuber@windriver.com']"/>
-</aggregator:Contribution>
+<?xml version="1.0" encoding="ASCII"?>
+<aggregator:Contribution xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:aggregator="http://www.eclipse.org/b3/2011/aggregator/1.1.0" label="TCF">
+ <repositories location="http://download.eclipse.org/tcf/releases/1.0" description="TCF 1.0 Milestones">
+ <features name="org.eclipse.tcf.cdt.feature.feature.group" versionRange="1.0.0" enabled="false">
+ <categories href="simrel.b3aggr#//@customCategories[identifier='Mobile%20and%20Device%20Development']"/>
+ </features>
+ <features name="org.eclipse.tcf.rse.feature.feature.group" versionRange="1.0.0">
+ <categories href="simrel.b3aggr#//@customCategories[identifier='Mobile%20and%20Device%20Development']"/>
+ </features>
+ <features name="org.eclipse.tcf.te.tcf.feature.feature.group" versionRange="1.0.0" enabled="false">
+ <categories href="simrel.b3aggr#//@customCategories[identifier='Mobile%20and%20Device%20Development']"/>
+ </features>
+ </repositories>
+ <contacts href="simrel.b3aggr#//@contacts[email='martin.oberhuber@windriver.com']"/>
+</aggregator:Contribution>

Back to the top