Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2013-03-18 06:10:34 +0000
committerMarkus Knauer2013-03-18 06:10:34 +0000
commit6b8aedb9748c176e0521a3178185cd0dbc093496 (patch)
tree671ccabbdab1394de16f9c5ef939c279f83fd3b6 /rap.b3aggrcon
parent1e1aae852b46ee834457da50d34e2598cb7b7e16 (diff)
downloadorg.eclipse.simrel.build-6b8aedb9748c176e0521a3178185cd0dbc093496.tar.gz
org.eclipse.simrel.build-6b8aedb9748c176e0521a3178185cd0dbc093496.tar.xz
org.eclipse.simrel.build-6b8aedb9748c176e0521a3178185cd0dbc093496.zip
Contribute RAP Runtime and Tools 2.1 M1, add new RAP SDK feature
Diffstat (limited to 'rap.b3aggrcon')
-rw-r--r--rap.b3aggrcon11
1 files changed, 7 insertions, 4 deletions
diff --git a/rap.b3aggrcon b/rap.b3aggrcon
index 38811059d..cf1808a9c 100644
--- a/rap.b3aggrcon
+++ b/rap.b3aggrcon
@@ -1,13 +1,16 @@
<?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="RAP Runtime">
- <repositories location="http://download.eclipse.org/rt/rap/2.0/RC3-20130205-1849.kepler/" description="RAP 2.0 Runtime Repository">
- <features name="org.eclipse.rap.feature.feature.group" versionRange="[2.0.0,2.1.0)">
+ <repositories location="http://download.eclipse.org/rt/rap/2.1/M1-20130317-1823/" description="RAP 2.1 Runtime Repository">
+ <features name="org.eclipse.rap.feature.feature.group" versionRange="[2.1.0,2.2.0)">
<categories href="simrel.b3aggr#//@customCategories[identifier='EclipseRT%20Target%20Platform%20Components']"/>
</features>
- <features name="org.eclipse.rap.equinox.target.feature.feature.group" versionRange="[2.0.0,2.1.0)">
+ <features name="org.eclipse.rap.sdk.feature.feature.group" versionRange="2.1.0.20130317-1851">
<categories href="simrel.b3aggr#//@customCategories[identifier='EclipseRT%20Target%20Platform%20Components']"/>
</features>
- <features name="org.eclipse.rap.examples.feature.feature.group" versionRange="[2.0.0,2.1.0)">
+ <features name="org.eclipse.rap.equinox.target.feature.feature.group" versionRange="[2.1.0,2.2.0)">
+ <categories href="simrel.b3aggr#//@customCategories[identifier='EclipseRT%20Target%20Platform%20Components']"/>
+ </features>
+ <features name="org.eclipse.rap.examples.feature.feature.group" versionRange="[2.1.0,2.2.0)">
<categories href="simrel.b3aggr#//@customCategories[identifier='EclipseRT%20Target%20Platform%20Components']"/>
</features>
</repositories>

Back to the top