Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian W. Damus2016-02-11 02:48:20 +0000
committerChristian W. Damus2016-02-12 16:24:24 +0000
commitc3854bd27780a28c10f07d31fd287848dd6c0bb5 (patch)
treeca1d2e67e1522997c5bdfcaf23381621697243ec
parentecd4928b327f5561364c5068c9ff5f1668e92d13 (diff)
downloadorg.eclipse.papyrus-c3854bd27780a28c10f07d31fd287848dd6c0bb5.tar.gz
org.eclipse.papyrus-c3854bd27780a28c10f07d31fd287848dd6c0bb5.tar.xz
org.eclipse.papyrus-c3854bd27780a28c10f07d31fd287848dd6c0bb5.zip
Bug 485220: [Architecture] Provide a more modular architecture
https://bugs.eclipse.org/bugs/show_bug.cgi?id=485220 Add the Infra Properties UI to the appropriate packaging feature.
-rw-r--r--features/papyrus-main-features/org.eclipse.papyrus.infra.ui.feature/feature.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/features/papyrus-main-features/org.eclipse.papyrus.infra.ui.feature/feature.xml b/features/papyrus-main-features/org.eclipse.papyrus.infra.ui.feature/feature.xml
index b5981585f5c..d809562187d 100644
--- a/features/papyrus-main-features/org.eclipse.papyrus.infra.ui.feature/feature.xml
+++ b/features/papyrus-main-features/org.eclipse.papyrus.infra.ui.feature/feature.xml
@@ -29,4 +29,6 @@ http://www.eclipse.org/legal/epl-v10.html
<plugin download-size="0" id="org.eclipse.papyrus.infra.services.edit.ui" install-size="0" unpack="false" version="0.0.0"/>
+ <plugin download-size="0" id="org.eclipse.papyrus.infra.properties.ui" install-size="0" unpack="false" version="0.0.0"/>
+
</feature>

Back to the top