diff options
author | Camille Letavernier | 2018-04-18 14:19:03 +0000 |
---|---|---|
committer | Nicolas FAUVERGUE | 2018-05-22 15:59:19 +0000 |
commit | 9714b7607b138a564456b44221a927faeece9b6e (patch) | |
tree | 24baf74e72ae28f54feeccd99f161749910ca76c /plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/build.properties | |
parent | 35f5a0c41fc41805277fbebfc3a090077e9fd562 (diff) | |
download | org.eclipse.papyrus-9714b7607b138a564456b44221a927faeece9b6e.tar.gz org.eclipse.papyrus-9714b7607b138a564456b44221a927faeece9b6e.tar.xz org.eclipse.papyrus-9714b7607b138a564456b44221a927faeece9b6e.zip |
Bug 533701: [Sequence Diagram] Stereotype or Shape Compartments should
not
be displayed in CombinedFragments
https://bugs.eclipse.org/bugs/show_bug.cgi?id=533701
Add 2 services, to support filtering generic Papyrus IViewProviders and
IEditPolicyProviders. Also add a simple contribution for the Sequence
Diagram, to disable Symbols compartments.
Change-Id: I0d6e1af0ad4395daf3170409b5735df36dd02d46
Signed-off-by: Camille Letavernier <cletavernier@eclipsesource.com>
Diffstat (limited to 'plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/build.properties')
-rw-r--r-- | plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/build.properties | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/build.properties b/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/build.properties index a1b5cb5e1a2..b9f2a05f653 100644 --- a/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/build.properties +++ b/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/build.properties @@ -8,7 +8,8 @@ bin.includes = .options,\ plugin.xml,\ schema/,\ icons/,\ - model/ + model/,\ + OSGI-INF/ output.. = bin/ jars.compile.order=. src.includes = about.html |