Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian W. Damus2017-05-03 15:15:43 +0000
committerChristian W. Damus2017-05-03 16:40:46 +0000
commit57c92f4a450ff31bc7f3769b936b84254a02c5ca (patch)
tree9d02e1eabc55d1cff92a26e023bf058af7d50b72 /features
parent5d497206f4c54227573623f3baddaaf7b359ec2e (diff)
downloadorg.eclipse.papyrus-57c92f4a450ff31bc7f3769b936b84254a02c5ca.tar.gz
org.eclipse.papyrus-57c92f4a450ff31bc7f3769b936b84254a02c5ca.tar.xz
org.eclipse.papyrus-57c92f4a450ff31bc7f3769b936b84254a02c5ca.zip
Bug 516117: [Properties] Properties view feature is missing needed bundles
Include the XWT model bundle in the Properties View feature. https://bugs.eclipse.org/bugs/show_bug.cgi?id=516117 Change-Id: I594040f24203a8f88e868689fe893393edd4c59d
Diffstat (limited to 'features')
-rw-r--r--features/papyrus-main-features/org.eclipse.papyrus.views.properties.feature/feature.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/features/papyrus-main-features/org.eclipse.papyrus.views.properties.feature/feature.xml b/features/papyrus-main-features/org.eclipse.papyrus.views.properties.feature/feature.xml
index c6d666b55e9..668ac7e0030 100644
--- a/features/papyrus-main-features/org.eclipse.papyrus.views.properties.feature/feature.xml
+++ b/features/papyrus-main-features/org.eclipse.papyrus.views.properties.feature/feature.xml
@@ -6,7 +6,7 @@
provider-name="%providerName">
<copyright url="http://www.eclipse.org/legal/epl-v10.html">
- Copyright (c) 2012 CEA LIST.
+ Copyright (c) 2012, 2017 CEA LIST and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License
v1.0
@@ -29,4 +29,11 @@ http://www.eclipse.org/legal/epl-v10.html
version="0.0.0"
unpack="false"/>
+ <plugin
+ id="org.eclipse.papyrus.views.properties.model.xwt"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
</feature>

Back to the top