Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Noyrit2016-02-08 08:54:49 +0000
committerFlorian Noyrit2016-02-08 11:44:57 +0000
commit4cb6a18a38917eb479b89bfa770158f3d7018791 (patch)
treefe3b567a815809af80dfeecf2961d44738fc0ec9 /features
parent42c80a5c823fda32ad4a2f7dd2178297870adbad (diff)
downloadorg.eclipse.papyrus-4cb6a18a38917eb479b89bfa770158f3d7018791.tar.gz
org.eclipse.papyrus-4cb6a18a38917eb479b89bfa770158f3d7018791.tar.xz
org.eclipse.papyrus-4cb6a18a38917eb479b89bfa770158f3d7018791.zip
Bug 487442 - Add profile/stereotype support to the
elementtypeconfiguration framework Change-Id: I40493e2b70490fc2a534b5d45bd848ab8957c1cc
Diffstat (limited to 'features')
-rw-r--r--features/papyrus-main-features/org.eclipse.papyrus.uml.feature/feature.xml2
-rw-r--r--features/papyrus-main-features/org.eclipse.papyrus.uml.tools.feature/feature.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/features/papyrus-main-features/org.eclipse.papyrus.uml.feature/feature.xml b/features/papyrus-main-features/org.eclipse.papyrus.uml.feature/feature.xml
index 270bc34bbc1..d0551b1573d 100644
--- a/features/papyrus-main-features/org.eclipse.papyrus.uml.feature/feature.xml
+++ b/features/papyrus-main-features/org.eclipse.papyrus.uml.feature/feature.xml
@@ -52,5 +52,7 @@ http://www.eclipse.org/legal/epl-v10.html
<plugin download-size="0" id="org.eclipse.papyrus.uml.filters" install-size="0" unpack="false" version="0.0.0"/>
<plugin download-size="0" id="org.eclipse.papyrus.uml.filters.edit" install-size="0" unpack="false" version="0.0.0"/>
+
+ <plugin download-size="0" id="org.eclipse.papyrus.uml.elementtypesconfigurations" install-size="0" unpack="false" version="0.0.0"/>
</feature> \ No newline at end of file
diff --git a/features/papyrus-main-features/org.eclipse.papyrus.uml.tools.feature/feature.xml b/features/papyrus-main-features/org.eclipse.papyrus.uml.tools.feature/feature.xml
index e856ddd7809..6ca7b9fe0c5 100644
--- a/features/papyrus-main-features/org.eclipse.papyrus.uml.tools.feature/feature.xml
+++ b/features/papyrus-main-features/org.eclipse.papyrus.uml.tools.feature/feature.xml
@@ -19,6 +19,4 @@ http://www.eclipse.org/legal/epl-v10.html
<plugin download-size="0" id="org.eclipse.papyrus.uml.tools" install-size="0" unpack="false" version="0.0.0"/>
- <plugin download-size="0" id="org.eclipse.papyrus.uml.tools.elementtypesconfigurations" install-size="0" unpack="false" version="0.0.0"/>
-
</feature> \ No newline at end of file

Back to the top