diff options
author | Florian Noyrit | 2016-01-29 10:02:50 +0000 |
---|---|---|
committer | Florian Noyrit | 2016-01-29 10:02:50 +0000 |
commit | c33bf090ae301abce757edc6969dbd8326084927 (patch) | |
tree | f6460855b0493b814fad96d7572a0cd89a3b7913 /features | |
parent | ea8ea3da07dd133eed8a6e3f81087c17ad9c5ee5 (diff) | |
download | org.eclipse.papyrus-c33bf090ae301abce757edc6969dbd8326084927.tar.gz org.eclipse.papyrus-c33bf090ae301abce757edc6969dbd8326084927.tar.xz org.eclipse.papyrus-c33bf090ae301abce757edc6969dbd8326084927.zip |
Improve ElementTypeConfiguration Framework to support:
- Advice execution ordering
- Prepare Multiple ClientContext in Papyrus
Change-Id: I00b5d3d5e090de1b8fc9926c9073913c90dda47e
Diffstat (limited to 'features')
-rw-r--r-- | features/papyrus-main-features/org.eclipse.papyrus.infra.feature/feature.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/features/papyrus-main-features/org.eclipse.papyrus.infra.feature/feature.xml b/features/papyrus-main-features/org.eclipse.papyrus.infra.feature/feature.xml index 64016035969..794cff7a53d 100644 --- a/features/papyrus-main-features/org.eclipse.papyrus.infra.feature/feature.xml +++ b/features/papyrus-main-features/org.eclipse.papyrus.infra.feature/feature.xml @@ -48,6 +48,8 @@ http://www.eclipse.org/legal/epl-v10.html <plugin download-size="0" id="org.eclipse.papyrus.infra.elementtypesconfigurations.emf" install-size="0" unpack="false" version="0.0.0"/> <plugin download-size="0" id="org.eclipse.papyrus.infra.elementtypesconfigurations.invarianttypes" install-size="0" unpack="false" version="0.0.0"/> + + <plugin download-size="0" id="org.eclipse.papyrus.infra.elementtypesconfigurations.ui" install-size="0" unpack="false" version="0.0.0"/> <plugin download-size="0" id="org.eclipse.papyrus.infra.filters" install-size="0" unpack="false" version="0.0.0"/> |