Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCamille Letavernier2014-07-03 08:54:29 +0000
committerCamille Letavernier2014-07-03 08:54:29 +0000
commitf2d8155d69628bdca72e7c9546585cce5d76f517 (patch)
tree18909de24e255b44f82f8ee6ae37ae9719bcfcfd /features
parent7d7958ba07dd746edddaafb0c068a5a59c06d243 (diff)
downloadorg.eclipse.papyrus-f2d8155d69628bdca72e7c9546585cce5d76f517.tar.gz
org.eclipse.papyrus-f2d8155d69628bdca72e7c9546585cce5d76f517.tar.xz
org.eclipse.papyrus-f2d8155d69628bdca72e7c9546585cce5d76f517.zip
436837: [Control Mode] The papyrus control mode shall be documented
https://bugs.eclipse.org/bugs/show_bug.cgi?id=436837 - Add about.html - Add the documentation plug-in to the documentation feature
Diffstat (limited to 'features')
-rw-r--r--features/papyrus-extra-features/org.eclipse.papyrus.extra.moka.feature/feature.xml7
-rw-r--r--features/papyrus-main-features/org.eclipse.papyrus.doc.feature/feature.xml14
2 files changed, 14 insertions, 7 deletions
diff --git a/features/papyrus-extra-features/org.eclipse.papyrus.extra.moka.feature/feature.xml b/features/papyrus-extra-features/org.eclipse.papyrus.extra.moka.feature/feature.xml
index 6ffed896030..61e599327fc 100644
--- a/features/papyrus-extra-features/org.eclipse.papyrus.extra.moka.feature/feature.xml
+++ b/features/papyrus-extra-features/org.eclipse.papyrus.extra.moka.feature/feature.xml
@@ -85,13 +85,6 @@
unpack="false"/>
<plugin
- id="org.eclipse.papyrus.moka.doc"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
id="org.eclipse.papyrus.moka.composites.utils"
download-size="0"
install-size="0"
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 08d14a6f847..38bb52ff9ab 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
@@ -81,4 +81,18 @@ http://www.eclipse.org/legal/epl-v10.html
install-size="0"
version="0.0.0"/>
+ <plugin
+ id="org.eclipse.papyrus.moka.doc"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.papyrus.infra.services.controlmode.doc"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
</feature>

Back to the top