Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcbrun2013-10-25 09:27:44 +0000
committercbrun2013-10-25 09:27:44 +0000
commit28c56fb97754af56c75a5f3753a5971ca50fd32d (patch)
treed419704692b26b992053a25875ed2c3b260b102d
parent14a77832fa242f7912ba06e8ead5792cdd10b882 (diff)
downloadorg.eclipse.simrel.build-28c56fb97754af56c75a5f3753a5971ca50fd32d.tar.gz
org.eclipse.simrel.build-28c56fb97754af56c75a5f3753a5971ca50fd32d.tar.xz
org.eclipse.simrel.build-28c56fb97754af56c75a5f3753a5971ca50fd32d.zip
Add Eclipse Sirius in the aggregation build
-rw-r--r--simrel.b3aggr10
-rw-r--r--sirius.b3aggrcon30
2 files changed, 40 insertions, 0 deletions
diff --git a/simrel.b3aggr b/simrel.b3aggr
index 50d433e56..7a4199b80 100644
--- a/simrel.b3aggr
+++ b/simrel.b3aggr
@@ -68,6 +68,7 @@
<contributions href="m2e-wtp.b3aggrcon#/"/>
<contributions href="stardust.b3aggrcon#/"/>
<contributions href="sphinx.b3aggrcon#/"/>
+ <contributions href="sirius.b3aggrcon#/"/>
</validationSets>
<validationSets description="EclipseRT Project RAP" label="runtime">
<contributions href="emf-emf-rap.b3aggrcon#/"/>
@@ -153,6 +154,13 @@
<features href="sphinx.b3aggrcon#//@repositories.0/@features.0"/>
<features href="sphinx.b3aggrcon#//@repositories.0/@features.1"/>
<features href="emf-compare.b3aggrcon#//@repositories.0/@features.5"/>
+ <features href="sirius.b3aggrcon#//@repositories.0/@features.0"/>
+ <features href="sirius.b3aggrcon#//@repositories.0/@features.1"/>
+ <features href="sirius.b3aggrcon#//@repositories.0/@features.2"/>
+ <features href="sirius.b3aggrcon#//@repositories.0/@features.3"/>
+ <features href="sirius.b3aggrcon#//@repositories.0/@features.4"/>
+ <features href="sirius.b3aggrcon#//@repositories.0/@features.5"/>
+ <features href="sirius.b3aggrcon#//@repositories.0/@features.6"/>
</customCategories>
<customCategories identifier="Programming Languages" label="Programming Languages" description="Tools to allow development with specific languages, such as Java and C++">
<features href="ep.b3aggrcon#//@repositories.0/@features.3"/>
@@ -526,4 +534,6 @@
<contacts name="Tomasz Zarna" email="tomasz.zarna@tasktop.com"/>
<contacts name="Idrissa Dieng" email="idydieng@gmail.com"/>
<contacts name="Stephan Eberle" email="stephaneberle9@gmail.com"/>
+ <contacts name="Pierre-Charles David" email="pierre-charles.david@obeo.fr"/>
+ <contacts name="Laurent Redor" email="laurent.redor@obeo.fr"/>
</aggregator:Aggregation>
diff --git a/sirius.b3aggrcon b/sirius.b3aggrcon
new file mode 100644
index 000000000..85085d44c
--- /dev/null
+++ b/sirius.b3aggrcon
@@ -0,0 +1,30 @@
+<?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" description="Eclipse Sirius" label="Sirius">
+ <repositories location="http://download.eclipse.org/sirius/updates/nightly/0.9">
+ <features name="org.eclipse.sirius.runtime.feature.group" versionRange="[0.9.0,1.0.0]">
+ <categories href="simrel.b3aggr#//@customCategories[identifier='Modeling']"/>
+ </features>
+ <features name="org.eclipse.sirius.runtime.acceleo.feature.group" versionRange="[0.9.0,1.0.0]">
+ <categories href="simrel.b3aggr#//@customCategories[identifier='Modeling']"/>
+ </features>
+ <features name="org.eclipse.sirius.doc.feature.feature.group" versionRange="[0.9.0,1.0.0]">
+ <categories href="simrel.b3aggr#//@customCategories[identifier='Modeling']"/>
+ </features>
+ <features name="org.eclipse.sirius.runtime.ide.ui.acceleo.feature.group" versionRange="[0.9.0,1.0.0]">
+ <categories href="simrel.b3aggr#//@customCategories[identifier='Modeling']"/>
+ </features>
+ <features name="org.eclipse.sirius.runtime.ide.ui.feature.group" versionRange="[0.9.0,1.0.0]">
+ <categories href="simrel.b3aggr#//@customCategories[identifier='Modeling']"/>
+ </features>
+ <features name="org.eclipse.sirius.specifier.ide.ui.acceleo.feature.group" versionRange="[0.9.0,1.0.0]">
+ <categories href="simrel.b3aggr#//@customCategories[identifier='Modeling']"/>
+ </features>
+ <features name="org.eclipse.sirius.specifier.ide.ui.feature.group" versionRange="[0.9.0,1.0.0]">
+ <categories href="simrel.b3aggr#//@customCategories[identifier='Modeling']"/>
+ </features>
+ </repositories>
+ <contacts href="simrel.b3aggr#//@contacts[email='pierre-charles.david@obeo.fr']"/>
+ <contacts href="simrel.b3aggr#//@contacts[email='laurent.redor@obeo.fr']"/>
+ <contacts href="simrel.b3aggr#//@contacts[email='alex.lagarde@obeo.fr']"/>
+ <contacts href="simrel.b3aggr#//@contacts[email='cedric.brun@obeo.fr']"/>
+</aggregator:Contribution>

Back to the top