Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrschnekenbu2013-06-11 09:53:26 +0000
committerrschnekenbu2013-06-11 09:53:26 +0000
commit3184be29fb385d8cdbfbd9f456c92ad63ccab039 (patch)
tree1f7cd2ab3813c9a02c59fa8d8ebeb853c0f05a1f /features
parentde26afdc6e09407e015f7d29d5b0c6ec7b067fe2 (diff)
downloadorg.eclipse.papyrus-3184be29fb385d8cdbfbd9f456c92ad63ccab039.tar.gz
org.eclipse.papyrus-3184be29fb385d8cdbfbd9f456c92ad63ccab039.tar.xz
org.eclipse.papyrus-3184be29fb385d8cdbfbd9f456c92ad63ccab039.zip
410436: [General] Add uml.common documentation plugin to releng
https://bugs.eclipse.org/bugs/show_bug.cgi?id=410436 added plugin to feature oep.doc.feature
Diffstat (limited to 'features')
-rw-r--r--features/papyrus-main-features/org.eclipse.papyrus.doc.feature/feature.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/features/papyrus-main-features/org.eclipse.papyrus.doc.feature/feature.xml b/features/papyrus-main-features/org.eclipse.papyrus.doc.feature/feature.xml
index eb35bdd130e..bcd1018c727 100644
--- a/features/papyrus-main-features/org.eclipse.papyrus.doc.feature/feature.xml
+++ b/features/papyrus-main-features/org.eclipse.papyrus.doc.feature/feature.xml
@@ -37,5 +37,11 @@ http://www.eclipse.org/legal/epl-v10.html
install-size="0"
version="0.0.0"
unpack="false"/>
-
+
+ <plugin
+ id="org.eclipse.papyrus.uml.diagram.common.doc"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
+
</feature>

Back to the top