Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--features/papyrus-extra-features/org.eclipse.papyrus.revisiontool.feature/feature.properties2
-rw-r--r--releng/extra/site/category.xml3
2 files changed, 4 insertions, 1 deletions
diff --git a/features/papyrus-extra-features/org.eclipse.papyrus.revisiontool.feature/feature.properties b/features/papyrus-extra-features/org.eclipse.papyrus.revisiontool.feature/feature.properties
index 3b7c73c149f..9a285c0915b 100644
--- a/features/papyrus-extra-features/org.eclipse.papyrus.revisiontool.feature/feature.properties
+++ b/features/papyrus-extra-features/org.eclipse.papyrus.revisiontool.feature/feature.properties
@@ -1,7 +1,7 @@
# NLS_MESSAGEFORMAT_VAR
# "featureName" property - name of the feature
-featureName=Revision tool Feature (Incubation)
+featureName=Papyrus Revision tool Feature (Incubation)
# "providerName" property - name of the company that provides the feature
providerName=Eclipse Modeling Project
diff --git a/releng/extra/site/category.xml b/releng/extra/site/category.xml
index 166c84e54ef..5a3132e3290 100644
--- a/releng/extra/site/category.xml
+++ b/releng/extra/site/category.xml
@@ -135,6 +135,9 @@
<feature url="features/org.eclipse.papyrus.bpmn.extra.feature_0.7.0.qualifier.jar" id="org.eclipse.papyrus.bpmn.extra.feature" version="0.7.0.qualifier">
<category name="org.eclipse.papyrus.extra.others.category"/>
</feature>
+ <feature url="features/org.eclipse.papyrus.bpmn.extra.feature.source_0.7.0.qualifier.jar" id="org.eclipse.papyrus.bpmn.extra.feature.source" version="0.7.0.qualifier">
+ <category name="org.eclipse.papyrus.extra.others.category"/>
+ </feature>
<feature url="features/org.eclipse.papyrus.dd.feature_0.7.0.qualifier.jar" id="org.eclipse.papyrus.dd.feature" version="0.7.0.qualifier">
<category name="org.eclipse.papyrus.extra.dd.category"/>
</feature>

Back to the top