Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--emf-parsley.aggrcon2
-rw-r--r--simrel.aggr3
-rw-r--r--tmf-xtext.aggrcon7
3 files changed, 6 insertions, 6 deletions
diff --git a/emf-parsley.aggrcon b/emf-parsley.aggrcon
index 34e4b622c..2b6d07dfa 100644
--- a/emf-parsley.aggrcon
+++ b/emf-parsley.aggrcon
@@ -1,5 +1,5 @@
<?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/cbi/p2repo/2011/aggregator/1.1.0" label="EMF Parsley">
+<aggregator:Contribution xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:aggregator="http://www.eclipse.org/cbi/p2repo/2011/aggregator/1.1.0" enabled="false" label="EMF Parsley">
<repositories location="http://download.eclipse.org/emf-parsley/milestones/" description="EMF Parsley">
<features name="org.eclipse.emf.parsley.sdk.feature.group" versionRange="[1.3.0,2.0.0)">
<categories href="simrel.aggr#//@customCategories[identifier='Modeling']"/>
diff --git a/simrel.aggr b/simrel.aggr
index c67a03f59..afa180bd8 100644
--- a/simrel.aggr
+++ b/simrel.aggr
@@ -461,7 +461,6 @@
<features href="pdt.aggrcon#//@repositories.0/@features.0"/>
<features href="pdt.aggrcon#//@repositories.0/@features.1"/>
<features href="rap-tools.aggrcon#//@repositories.0/@features.0"/>
-
<features href="webtools.aggrcon#//@repositories.0/@features.0"/>
<features href="webtools.aggrcon#//@repositories.0/@features.1"/>
<features href="webtools.aggrcon#//@repositories.0/@features.2"/>
@@ -488,7 +487,6 @@
<features href="webtools.aggrcon#//@repositories.0/@features.23"/>
<features href="webtools.aggrcon#//@repositories.0/@features.24"/>
<features href="webtools.aggrcon#//@repositories.0/@features.25"/>
-
<features href="webtools.aggrcon#//@repositories.2/@features.0"/>
<features href="webtools.aggrcon#//@repositories.2/@features.1"/>
<features href="webtools.aggrcon#//@repositories.2/@features.2"/>
@@ -663,4 +661,5 @@
<contacts name="Ed Merks" email="ed.merks@gmail.com"/>
<contacts name="Jonah Graham" email="jonah@kichwacoders.com"/>
<contacts name="Lucas Bullen" email="lbullen@redhat.com"/>
+ <contacts name="Karsten Thoms" email="karsten.thoms@itemis.de"/>
</aggregator:Aggregation>
diff --git a/tmf-xtext.aggrcon b/tmf-xtext.aggrcon
index 17044e76e..9930f61fc 100644
--- a/tmf-xtext.aggrcon
+++ b/tmf-xtext.aggrcon
@@ -1,14 +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/cbi/p2repo/2011/aggregator/1.1.0" label="Xtext, Xtend">
- <repositories location="http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.13.0/" description="Xtext p2 repository">
- <features name="org.eclipse.xtext.sdk.feature.group" versionRange="2.13.0">
+ <repositories location="http://download.eclipse.org/modeling/tmf/xtext/updates/milestones/head/S201804242303" description="Xtext p2 repository">
+ <features name="org.eclipse.xtext.sdk.feature.group" versionRange="[2.14.0.v20180424-2303]">
<categories href="simrel.aggr#//@customCategories[identifier='Modeling']"/>
<categories href="simrel.aggr#//@customCategories[identifier='General%20Purpose%20Tools']"/>
</features>
- <features name="org.eclipse.xtend.sdk.feature.group" versionRange="2.13.0">
+ <features name="org.eclipse.xtend.sdk.feature.group" versionRange="[2.14.0.v20180424-2303]">
<categories href="simrel.aggr#//@customCategories[identifier='Programming%20Languages']"/>
</features>
</repositories>
<contacts href="simrel.aggr#//@contacts[email='dennis.huebner@typefox.io']"/>
<contacts href="simrel.aggr#//@contacts[email='eclipse@typefox.io']"/>
+ <contacts href="simrel.aggr#//@contacts[email='karsten.thoms@itemis.de']"/>
</aggregator:Contribution>

Back to the top