Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--emf-compare.b3aggrcon6
-rw-r--r--simrel.b3aggr2
2 files changed, 8 insertions, 0 deletions
diff --git a/emf-compare.b3aggrcon b/emf-compare.b3aggrcon
index de821d91b..d51717edf 100644
--- a/emf-compare.b3aggrcon
+++ b/emf-compare.b3aggrcon
@@ -4,9 +4,15 @@
<features name="org.eclipse.emf.compare.feature.group" versionRange="[2.0.0,3.0.0)">
<categories href="simrel.b3aggr#//@customCategories[identifier='Modeling']"/>
</features>
+ <features name="org.eclipse.emf.compare.source.feature.group" versionRange="[2.0.0,3.0.0)">
+ <categories href="simrel.b3aggr#//@customCategories[identifier='Modeling']"/>
+ </features>
<features name="org.eclipse.emf.compare.ide.ui.feature.group" versionRange="[2.0.0,3.0.0)">
<categories href="simrel.b3aggr#//@customCategories[identifier='Modeling']"/>
</features>
+ <features name="org.eclipse.emf.compare.ide.ui.source.feature.group" versionRange="[2.0.0,3.0.0)">
+ <categories href="simrel.b3aggr#//@customCategories[identifier='Modeling']"/>
+ </features>
</repositories>
<contacts href="simrel.b3aggr#//@contacts[email='stephane.bouchet@obeo.fr']"/>
<contacts href="simrel.b3aggr#//@contacts[email='cedric.brun@obeo.fr']"/>
diff --git a/simrel.b3aggr b/simrel.b3aggr
index 5eb4351a4..cfc993ed6 100644
--- a/simrel.b3aggr
+++ b/simrel.b3aggr
@@ -139,6 +139,8 @@
<features href="gmp-graphiti.b3aggrcon#//@repositories.0/@features.5"/>
<features href="emf-compare.b3aggrcon#//@repositories.0/@features.0"/>
<features href="emf-compare.b3aggrcon#//@repositories.0/@features.1"/>
+ <features href="emf-compare.b3aggrcon#//@repositories.0/@features.2"/>
+ <features href="emf-compare.b3aggrcon#//@repositories.0/@features.3"/>
</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"/>

Back to the top