Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMickael ADAM2016-11-14 09:20:26 +0000
committerMickael ADAM2016-11-14 09:20:26 +0000
commitd77a288c314bd15e32ca2f8f2aa74a831731deaa (patch)
treefa8dae76d5eb46d34a787b3a1a840954b49ce4be /features/papyrus-main-features
parentbde67ad4242a90af68a0e5a53bd47573f04b2c45 (diff)
downloadorg.eclipse.papyrus-d77a288c314bd15e32ca2f8f2aa74a831731deaa.tar.gz
org.eclipse.papyrus-d77a288c314bd15e32ca2f8f2aa74a831731deaa.tar.xz
org.eclipse.papyrus-d77a288c314bd15e32ca2f8f2aa74a831731deaa.zip
Bug 507446 - org.eclipse.papyrus.views.documentation.feature is missing
in sdk feature Change-Id: Ib487bc6ea8a2d6ed8df72c4b69b5805b6c388fcf Signed-off-by: Mickael ADAM <mickael.adam@ALL4TEC.net>
Diffstat (limited to 'features/papyrus-main-features')
-rw-r--r--features/papyrus-main-features/org.eclipse.papyrus.sdk.feature/feature.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/features/papyrus-main-features/org.eclipse.papyrus.sdk.feature/feature.xml b/features/papyrus-main-features/org.eclipse.papyrus.sdk.feature/feature.xml
index a6e07118f37..dca73ff50bd 100644
--- a/features/papyrus-main-features/org.eclipse.papyrus.sdk.feature/feature.xml
+++ b/features/papyrus-main-features/org.eclipse.papyrus.sdk.feature/feature.xml
@@ -153,6 +153,10 @@ http://www.eclipse.org/legal/epl-v10.html
<includes
id="org.eclipse.papyrus.uml.assistants.feature"
version="0.0.0"/>
+
+ <includes
+ id="org.eclipse.papyrus.views.documentation.feature"
+ version="0.0.0"/>
<plugin
id="com.google.guava"

Back to the top