Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarsten Thoms2019-02-13 12:45:50 +0000
committerKarsten Thoms2019-02-13 12:45:50 +0000
commit24836dff3763eefc04e92ee2edce3eb5a2e734c1 (patch)
tree1af5699846525d466671c104abe8088dc273d74c
parente6f3cc32ef7764d831bdc50b64f033fc06a5eb70 (diff)
downloadorg.eclipse.simrel.build-24836dff3763eefc04e92ee2edce3eb5a2e734c1.tar.gz
org.eclipse.simrel.build-24836dff3763eefc04e92ee2edce3eb5a2e734c1.tar.xz
org.eclipse.simrel.build-24836dff3763eefc04e92ee2edce3eb5a2e734c1.zip
MWE 2.10.0 contribution for 2019-03
Also update SimRel aggregation name Change-Id: I19672bb09513b6d8d2dfc2fb4ecb0cffc285246f Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
-rw-r--r--emft-mwe.aggrcon2
-rw-r--r--m2t-xpand.aggrcon2
-rw-r--r--simrel.aggr3
3 files changed, 3 insertions, 4 deletions
diff --git a/emft-mwe.aggrcon b/emft-mwe.aggrcon
index f75867a8d..7002bdd66 100644
--- a/emft-mwe.aggrcon
+++ b/emft-mwe.aggrcon
@@ -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/cbi/p2repo/2011/aggregator/1.1.0" label="EMFT MWE">
- <repositories location="http://download.eclipse.org/modeling/emft/mwe/updates/milestones/S201901281525" description="MWE2 Language p2 repository">
+ <repositories location="http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.10.0" description="MWE2 Language p2 repository">
<features name="org.eclipse.emf.mwe2.runtime.sdk.feature.group" versionRange="2.10.0">
<categories href="simrel.aggr#//@customCategories[identifier='Modeling']"/>
</features>
diff --git a/m2t-xpand.aggrcon b/m2t-xpand.aggrcon
index 7686f5d90..fd0ab1904 100644
--- a/m2t-xpand.aggrcon
+++ b/m2t-xpand.aggrcon
@@ -7,4 +7,4 @@
</repositories>
<contacts href="simrel.aggr#//@contacts[email='dennis.huebner@typefox.io']"/>
<contacts href="simrel.aggr#//@contacts[email='eclipse@typefox.io']"/>
-</aggregator:Contribution>
+</aggregator:Contribution>
diff --git a/simrel.aggr b/simrel.aggr
index 0b73b93c4..293fd02aa 100644
--- a/simrel.aggr
+++ b/simrel.aggr
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="ASCII"?>
-<aggregator:Aggregation xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:aggregator="http://www.eclipse.org/cbi/p2repo/2011/aggregator/1.1.0" description="Aggregation files used for Simultaneous Release (yearly &quot;release train&quot;)." buildmaster="//@contacts[email='frederic.gurr@eclipse.org']" label="2018-09" buildRoot="buildresultsPhoton" packedStrategy="UNPACK_AS_SIBLING" sendmail="true" type="I" allowLegacySites="false">
+<aggregator:Aggregation xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:aggregator="http://www.eclipse.org/cbi/p2repo/2011/aggregator/1.1.0" description="Aggregation files used for Simultaneous Release (yearly &quot;release train&quot;)." buildmaster="//@contacts[email='frederic.gurr@eclipse.org']" label="2019-03" buildRoot="buildresultsPhoton" packedStrategy="UNPACK_AS_SIBLING" sendmail="true" type="I" allowLegacySites="false">
<validationSets label="main">
<contributions href="equinox.aggrcon#/"/>
<contributions href="cft.aggrcon#/"/>
@@ -499,7 +499,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"/>
- <!-- https://bugs.eclipse.org/bugs/show_bug.cgi?id=537116 Libra -->
<features href="webtools.aggrcon#//@repositories.2/@features.0"/>
<features href="webtools.aggrcon#//@repositories.2/@features.1"/>
<features href="webtools.aggrcon#//@repositories.2/@features.2"/>

Back to the top