Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--releng/extra/site/category.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/releng/extra/site/category.xml b/releng/extra/site/category.xml
index b8c541b815e..6f5bff8be42 100644
--- a/releng/extra/site/category.xml
+++ b/releng/extra/site/category.xml
@@ -165,6 +165,9 @@
<feature url="features/org.eclipse.papyrus.bmm.extra.feature_0.7.0.qualifier.jar" id="org.eclipse.papyrus.bmm.extra.feature" version="0.7.0.qualifier">
<category name="org.eclipse.papyrus.extra.bmm"/>
</feature>
+ <feature url="features/org.eclipse.papyrus.revisiontool.feature_0.7.0.qualifier.jar" id="org.eclipse.papyrus.revisiontool.feature" version="0.7.0.qualifier">
+ <category name="org.eclipse.papyrus.extra.revision"/>
+ </feature>
<bundle id="org.eclipse.papyrusrt.umlrt.profile" version="0.7.0.qualifier">
<category name="org.eclipse.papyrus.extra.others.category"/>
</bundle>
@@ -209,4 +212,9 @@
Papyrus BMM is a module to manage bussiness concepts based on the OMG Bussiness Motivation Model standard (http://www.omg.org/spec/BMM/1.3/).
</description>
</category-def>
+ <category-def name="org.eclipse.papyrus.extra.revision" label="Papyrus revision">
+ <description>
+ This module add the mode revision inside Papyrus.
+ </description>
+ </category-def>
</site>

Back to the top