Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2012-09-16 17:17:33 +0000
committerDavid Williams2012-09-16 17:17:33 +0000
commit7650d41dcad84672b45046d7f00b03d86b5c1fd7 (patch)
tree73e768198c789c8057f070c29fdfd9857f35364f
parentace124272d5dd384cdfddecbf30044985e198cf7 (diff)
downloadorg.eclipse.simrel.build-7650d41dcad84672b45046d7f00b03d86b5c1fd7.tar.gz
org.eclipse.simrel.build-7650d41dcad84672b45046d7f00b03d86b5c1fd7.tar.xz
org.eclipse.simrel.build-7650d41dcad84672b45046d7f00b03d86b5c1fd7.zip
warm-up contribution from Eclipse Project for Kepler M2
-rw-r--r--ep.b3aggrcon5
-rw-r--r--equinox.b3aggrcon2
-rw-r--r--rap.b3aggrcon2
-rw-r--r--simrel.b3aggr1
4 files changed, 7 insertions, 3 deletions
diff --git a/ep.b3aggrcon b/ep.b3aggrcon
index 18c3d63a7..394758254 100644
--- a/ep.b3aggrcon
+++ b/ep.b3aggrcon
@@ -1,6 +1,6 @@
<?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="Eclipse">
- <repositories location="http://download.eclipse.org/eclipse/updates/4.3milestones/S-4.3M1-201208101300/" description="Eclipse and Equinox 4.2">
+ <repositories location="http://download.eclipse.org/eclipse/updates/4.3-I-builds/I20120911-1000/" description="Eclipse and Equinox 4.2">
<products name="org.eclipse.sdk.ide"/>
<products name="org.eclipse.platform.ide"/>
<products name="org.eclipse.platform.sdk"/>
@@ -14,6 +14,9 @@
<features name="org.eclipse.jdt.feature.group">
<categories href="simrel.b3aggr#//@customCategories[identifier='Programming%20Languages']"/>
</features>
+ <features name="org.eclipse.pde.api.tools.ee.feature.feature.group">
+ <categories href="simrel.b3aggr#//@customCategories[identifier='General%20Purpose%20Tools']"/>
+ </features>
</repositories>
<contacts href="simrel.b3aggr#//@contacts[email='david_williams@us.ibm.com']"/>
</aggregator:Contribution>
diff --git a/equinox.b3aggrcon b/equinox.b3aggrcon
index 3bf217fa5..f97ccaf1b 100644
--- a/equinox.b3aggrcon
+++ b/equinox.b3aggrcon
@@ -1,6 +1,6 @@
<?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="Equinox">
- <repositories location="http://download.eclipse.org/eclipse/updates/4.3milestones/S-4.3M1-201208101300/" description="Eclipse and Equinox">
+ <repositories location="http://download.eclipse.org/eclipse/updates/4.3-I-builds/I20120911-1000/" description="Eclipse and Equinox">
<products name="org.eclipse.rcp.sdk.id"/>
<features name="org.eclipse.equinox.sdk.feature.group">
<categories href="simrel.b3aggr#//@customCategories[identifier='EclipseRT%20Target%20Platform%20Components']"/>
diff --git a/rap.b3aggrcon b/rap.b3aggrcon
index a16703dc4..f4da60dc2 100644
--- a/rap.b3aggrcon
+++ b/rap.b3aggrcon
@@ -5,7 +5,7 @@
<categories href="simrel.b3aggr#//@customCategories[identifier='Web%2C%20XML%2C%20Java%20EE%20and%20OSGi%20Enterprise%20Development']"/>
</features>
</repositories>
- <repositories location="http://download.eclipse.org/rt/rap/2.0/M1-20120821-1934/" description="RAP 2.0 Runtime Repository">
+ <repositories enabled="false" location="http://download.eclipse.org/rt/rap/2.0/M1-20120821-1934/" description="RAP 2.0 Runtime Repository">
<features name="org.eclipse.rap.feature.feature.group" versionRange="[2.0.0,2.1.0)">
<categories href="simrel.b3aggr#//@customCategories[identifier='EclipseRT%20Target%20Platform%20Components']"/>
</features>
diff --git a/simrel.b3aggr b/simrel.b3aggr
index 34fbb3ee4..0036f43da 100644
--- a/simrel.b3aggr
+++ b/simrel.b3aggr
@@ -293,6 +293,7 @@
<features href="windowbuilder.b3aggrcon#//@repositories.0/@features.8"/>
<features href="windowbuilder.b3aggrcon#//@repositories.0/@features.9"/>
<features href="m2e.b3aggrcon#//@repositories.0/@features.1"/>
+ <features href="ep.b3aggrcon#//@repositories.0/@features.4"/>
</customCategories>
<customCategories identifier="SOA Development" label="SOA Development" description="Tools for SOA Developers">
<features href="soa-sca.b3aggrcon#//@repositories.0/@features.0"/>

Back to the top