Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMickael ADAM2016-04-25 09:00:08 +0000
committerMickael ADAM2016-05-03 15:37:09 +0000
commit5fd08f0df30ff6ead65ff15898839ab8ec9d29a3 (patch)
treea1b6fe8955128cb4d5d69aff395ee3ce88dabfd9 /features/papyrus-main-features/org.eclipse.papyrus.infra.ui.feature
parentad36682d1ea37d37b4189b3dec6e989c4de3e967 (diff)
downloadorg.eclipse.papyrus-5fd08f0df30ff6ead65ff15898839ab8ec9d29a3.tar.gz
org.eclipse.papyrus-5fd08f0df30ff6ead65ff15898839ab8ec9d29a3.tar.xz
org.eclipse.papyrus-5fd08f0df30ff6ead65ff15898839ab8ec9d29a3.zip
Bug 492194 - [NewChild] it should be possible to hide NewChild
contribution https://bugs.eclipse.org/bugs/show_bug.cgi?id=492194 Conflicts: features/papyrus-main-features/org.eclipse.papyrus.infra.ui.feature/feature.xml Change-Id: I8ff8a6324a1d3cd92b774e0cca3c3d21f52591fb Signed-off-by: Mickael ADAM <mickael.adam@ALL4TEC.net>
Diffstat (limited to 'features/papyrus-main-features/org.eclipse.papyrus.infra.ui.feature')
-rw-r--r--features/papyrus-main-features/org.eclipse.papyrus.infra.ui.feature/feature.xml4
1 files changed, 3 insertions, 1 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 8c6188f6d2f..f692c1f6d3f 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
@@ -35,6 +35,8 @@ http://www.eclipse.org/legal/epl-v10.html
<plugin download-size="0" id="org.eclipse.papyrus.infra.editor.welcome" install-size="0" unpack="false" version="0.0.0"/>
- <plugin download-size="0" id="org.eclipse.papyrus.infra.editor.welcome.nattable" install-size="0" unpack="false" version="0.0.0"/>
+ <plugin download-size="0" id="org.eclipse.papyrus.infra.editor.welcome.nattable" install-size="0" unpack="false" version="0.0.0"/>
+
+ <plugin download-size="0" id="org.eclipse.papyrus.infra.newchild.ui" install-size="0" unpack="false" version="0.0.0"/>
</feature>

Back to the top