Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBeth Tibbitts2013-05-30 15:01:32 +0000
committerBeth Tibbitts2013-05-30 15:01:32 +0000
commit84c9c33a7d8343405fe81eb273bc2a6a372de121 (patch)
tree19076d25cb56608bcc7bfac46cf9290097f71c77 /ptp.b3aggrcon
parent2e7ae32f5190849cc84879bb413dfaffbf48750f (diff)
downloadorg.eclipse.simrel.build-84c9c33a7d8343405fe81eb273bc2a6a372de121.tar.gz
org.eclipse.simrel.build-84c9c33a7d8343405fe81eb273bc2a6a372de121.tar.xz
org.eclipse.simrel.build-84c9c33a7d8343405fe81eb273bc2a6a372de121.zip
PTP for RC3: add sdm feature, add category to photran feature, remove
GIG feature
Diffstat (limited to 'ptp.b3aggrcon')
-rw-r--r--ptp.b3aggrcon14
1 files changed, 8 insertions, 6 deletions
diff --git a/ptp.b3aggrcon b/ptp.b3aggrcon
index 1f682a4db..c8bd78e27 100644
--- a/ptp.b3aggrcon
+++ b/ptp.b3aggrcon
@@ -1,7 +1,7 @@
<?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="PTP">
- <repositories location="http://download.eclipse.org/tools/ptp/builds/kepler/milestones/RC2" description="PTP updates">
- <features name="org.eclipse.ptp.feature.group" versionRange="7.0.0.201302042153">
+ <repositories location="http://download.eclipse.org/tools/ptp/builds/kepler/milestones/RC3" description="PTP updates">
+ <features name="org.eclipse.ptp.feature.group" versionRange="7.0.0">
<categories href="simrel.b3aggr#//@customCategories[identifier='General%20Purpose%20Tools']"/>
</features>
<features name="org.eclipse.ptp.fortran.feature.group" versionRange="7.0.0">
@@ -10,9 +10,6 @@
<features name="org.eclipse.ptp.gem.feature.group" versionRange="7.0.0">
<categories href="simrel.b3aggr#//@customCategories[identifier='General%20Purpose%20Tools']"/>
</features>
- <features name="org.eclipse.ptp.gig.feature.group">
- <categories href="simrel.b3aggr#//@customCategories[identifier='General%20Purpose%20Tools']"/>
- </features>
<features name="org.eclipse.ptp.pldt.upc.feature.group" versionRange="7.0.0">
<categories href="simrel.b3aggr#//@customCategories[identifier='General%20Purpose%20Tools']"/>
</features>
@@ -28,13 +25,18 @@
<features name="org.eclipse.ptp.rdt.xlc.feature.group" versionRange="7.0.0">
<categories href="simrel.b3aggr#//@customCategories[identifier='General%20Purpose%20Tools']"/>
</features>
- <features name="org.eclipse.photran.feature.group" versionRange="8.1.0"/>
+ <features name="org.eclipse.photran.feature.group" versionRange="8.1.0">
+ <categories href="simrel.b3aggr#//@customCategories[identifier='Programming%20Languages']"/>
+ </features>
<features name="org.eclipse.photran.intel.feature.group" versionRange="8.1.0">
<categories href="simrel.b3aggr#//@customCategories[identifier='Programming%20Languages']"/>
</features>
<features name="org.eclipse.photran.xlf.feature.group" versionRange="8.1.0">
<categories href="simrel.b3aggr#//@customCategories[identifier='Programming%20Languages']"/>
</features>
+ <features name="org.eclipse.ptp.debug.sdm.feature.group">
+ <categories href="simrel.b3aggr#//@customCategories[identifier='General%20Purpose%20Tools']"/>
+ </features>
</repositories>
<contacts href="simrel.b3aggr#//@contacts[email='g.watson@computer.org']"/>
<contacts href="simrel.b3aggr#//@contacts[email='tibbitts@us.ibm.com']"/>

Back to the top