diff options
| author | Pascal Rapicault | 2015-11-03 17:43:05 +0000 |
|---|---|---|
| committer | David Williams | 2015-11-07 01:33:55 +0000 |
| commit | 5218f67be6fcbcfb52636c4dd4c4367526036a16 (patch) | |
| tree | 4a4b06c9a8a851db1ccaa9cad7fd01e8cbe912b8 | |
| parent | 15e93abe7acf2f448c795d40ae92b7fafe2185b7 (diff) | |
| download | org.eclipse.simrel.build-5218f67be6fcbcfb52636c4dd4c4367526036a16.tar.gz org.eclipse.simrel.build-5218f67be6fcbcfb52636c4dd4c4367526036a16.tar.xz org.eclipse.simrel.build-5218f67be6fcbcfb52636c4dd4c4367526036a16.zip | |
Bug 481441 - Contribute EGerrit
Change-Id: I9b6fdcfc55f19e3f63df5fb0708eb00fb180b7e1
Signed-off-by: Pascal Rapicault <pascal@rapicorp.com>
| -rw-r--r-- | egerrit.b3aggrcon | 10 | ||||
| -rw-r--r-- | simrel.b3aggr | 4 |
2 files changed, 14 insertions, 0 deletions
diff --git a/egerrit.b3aggrcon b/egerrit.b3aggrcon new file mode 100644 index 000000000..2abf0175c --- /dev/null +++ b/egerrit.b3aggrcon @@ -0,0 +1,10 @@ +<?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="EGerrit" label="EGerrit"> + <repositories location="http://download.eclipse.org/egerrit/updates/milestone"> + <features name="org.eclipse.egerrit.feature.feature.group"> + <categories href="simrel.b3aggr#//@customCategories[identifier='Collaboration']"/> + </features> + </repositories> + <contacts href="simrel.b3aggr#//@contacts[email='pascal@rapicorp.com']"/> + <contacts href="simrel.b3aggr#//@contacts[email='lmcbout@gmail.com']"/> +</aggregator:Contribution> diff --git a/simrel.b3aggr b/simrel.b3aggr index 85339b43d..4bbb39734 100644 --- a/simrel.b3aggr +++ b/simrel.b3aggr @@ -77,6 +77,7 @@ <contributions href="thym.b3aggrcon#/"/> <contributions href="rcptt.b3aggrcon#/"/> <contributions href="buildship.b3aggrcon#/"/> + <contributions href="egerrit.b3aggrcon#/"/> </validationSets> <validationSets description="EclipseRT Project RAP" label="runtime"> <contributions href="emf-emf-rap.b3aggrcon#/"/> @@ -165,6 +166,7 @@ <features href="dltk.b3aggrcon#//@repositories.0/@features.6"/> <features href="pdt.b3aggrcon#//@repositories.0/@features.1"/> <features href="egit.b3aggrcon#//@repositories.0/@features.8"/> + <features href="egerrit.b3aggrcon#//@repositories.0/@features.0"/> </customCategories> <customCategories identifier="Database Development" label="Database Development" description="Tools to define and access a wide variety of databases."> <features href="dtp.b3aggrcon#//@repositories.0/@features.0"/> @@ -530,6 +532,7 @@ <contacts name="Igor Burilo" email="igor.burilo@polarion.org"/> <contacts name="Igor Fedorenko" email="igor@ifedorenko.com"/> <contacts name="Jacek Pospychela" email="jacek.pospychala@gmail.com"/> + <contacts name="Jacques Bouthillier" email="lmcbout@gmail.com"/> <contacts name="Jeff Johnston" email="jjohnstn@redhat.com"/> <contacts name="Johannes Lerch" email="lerch@cs.tu-darmstadt.de"/> <contacts name="Judith Gull" email="judith.gull@bsiag.com"/> @@ -566,6 +569,7 @@ <contacts name="Nicolas Bros" email="nbros.mia@gmail.com"/> <contacts name="Oisin Hurley" email="oisin.hurley@gmail.com"/> <contacts name="Olivier Constant" email="olivier.constant@thalesgroup.com"/> + <contacts name="Pascal Rapicault" email="pascal@rapicorp.com"/> <contacts name="Pierre-Charles David" email="pierre-charles.david@obeo.fr"/> <contacts name="Radek Dvorak" email="dvorak.radek@gmail.com"/> <contacts name="Ralf Sternberg" email="rsternberg@eclipsesource.com"/> |
