Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--eclemma.b3aggrcon9
-rw-r--r--simrel.b3aggr3
2 files changed, 12 insertions, 0 deletions
diff --git a/eclemma.b3aggrcon b/eclemma.b3aggrcon
new file mode 100644
index 000000000..40bd43049
--- /dev/null
+++ b/eclemma.b3aggrcon
@@ -0,0 +1,9 @@
+<?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="EclEmma">
+ <repositories location="http://download.eclipse.org/eclemma/milestones/3.0.0-m1/">
+ <features name="org.eclipse.eclemma.feature.feature.group" versionRange="[3.0.0.201611032301]">
+ <categories href="simrel.b3aggr#//@customCategories[identifier='Testing']"/>
+ </features>
+ </repositories>
+ <contacts href="simrel.b3aggr#//@contacts[email='mandrikov@gmail.com']"/>
+</aggregator:Contribution>
diff --git a/simrel.b3aggr b/simrel.b3aggr
index 0626843ac..23bb6ae87 100644
--- a/simrel.b3aggr
+++ b/simrel.b3aggr
@@ -81,6 +81,7 @@
<contributions href="andmore.b3aggrcon#/"/>
<contributions href="emf-parsley.b3aggrcon#/"/>
<contributions href="viatra.b3aggrcon#/"/>
+ <contributions href="eclemma.b3aggrcon#/"/>
</validationSets>
<validationSets description="EclipseRT Project RAP" label="runtime">
<contributions href="emf-emf-rap.b3aggrcon#/"/>
@@ -432,6 +433,7 @@
<features href="swtbot.b3aggrcon#//@repositories.0/@features.1"/>
<features href="swtbot.b3aggrcon#//@repositories.0/@features.2"/>
<features href="swtbot.b3aggrcon#//@repositories.0/@features.3"/>
+ <features href="eclemma.b3aggrcon#//@repositories.0/@features.0"/>
</customCategories>
<customCategories identifier="Web, XML, Java EE and OSGi Enterprise Development" label="Web, XML, Java EE and OSGi Enterprise Development" description="Tools to help create web applications, including JavaScript, XML, XSL, XSD, HTML, XHTML, CSS, JSP, EJBs, Webservices, JPA tand OSGi Enterprise Applications">
<features href="webtools.b3aggrcon#//@repositories.0/@features.0"/>
@@ -630,4 +632,5 @@
<contacts name="Sravan Kumar Lakkimsetti" email="sravankumarl@in.ibm.com"/>
<contacts name="Abel Hegedus" email="abel.hegedus@incquerylabs.com"/>
<contacts name="Zoltan Ujhelyi" email="ujhelyiz@incquerylabs.com"/>
+ <contacts name="Evgeny Mandrikov" email="mandrikov@gmail.com"/>
</aggregator:Aggregation>

Back to the top