Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnsgar Radermacher2016-01-18 11:01:37 +0000
committerAnsgar Radermacher2016-01-18 11:01:37 +0000
commitc9e9e1346fb8e0f947c917634d2dada676f6a9f6 (patch)
tree110fff84679f7796d38b58a45dcbf0bd7566692d /features/papyrus-extra-features
parent396b1028cc6a32b9970d60f1b81408fc98f5affe (diff)
downloadorg.eclipse.papyrus-c9e9e1346fb8e0f947c917634d2dada676f6a9f6.tar.gz
org.eclipse.papyrus-c9e9e1346fb8e0f947c917634d2dada676f6a9f6.tar.xz
org.eclipse.papyrus-c9e9e1346fb8e0f947c917634d2dada676f6a9f6.zip
Bug 484701 - [QDesigner] Refactoring - code generators, architecture exploration and component based design should be organised in common directory
Add missing oep.qompass.ui to codegen feature
Diffstat (limited to 'features/papyrus-extra-features')
-rw-r--r--features/papyrus-extra-features/org.eclipse.papyrus.extra.codegen.feature/feature.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/features/papyrus-extra-features/org.eclipse.papyrus.extra.codegen.feature/feature.xml b/features/papyrus-extra-features/org.eclipse.papyrus.extra.codegen.feature/feature.xml
index b296a9d4189..e76580d1505 100644
--- a/features/papyrus-extra-features/org.eclipse.papyrus.extra.codegen.feature/feature.xml
+++ b/features/papyrus-extra-features/org.eclipse.papyrus.extra.codegen.feature/feature.xml
@@ -53,4 +53,11 @@ http://www.eclipse.org/legal/epl-v10.html
version="0.0.0"
unpack="false"/>
+ <plugin
+ id="org.eclipse.papyrus.qompass.ui"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
</feature>

Back to the top