Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Tessier2015-11-03 15:07:16 +0000
committerGerrit Code Review @ Eclipse.org2015-11-06 14:51:49 +0000
commitefbbd8cca60713d73019744381df9d477a3f814f (patch)
treeb3d1904c5a1a713080299d86bc7603e418e77aa6
parente8824e4caf8d630a27344ddc2ce5664b33819b50 (diff)
downloadorg.eclipse.papyrus-efbbd8cca60713d73019744381df9d477a3f814f.tar.gz
org.eclipse.papyrus-efbbd8cca60713d73019744381df9d477a3f814f.tar.xz
org.eclipse.papyrus-efbbd8cca60713d73019744381df9d477a3f814f.zip
Bug 447667: [Revision module] a module about revision model shall be
integrated to Papyrus https://bugs.eclipse.org/bugs/show_bug.cgi?id=447667 make it accessible in the update site of papyrus Change-Id: I4ad5d7da466b23f59a808bbf2482d2f9506caefd
-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