Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Noyrit2016-05-19 16:21:40 +0000
committerGerrit Code Review @ Eclipse.org2016-08-04 11:45:27 +0000
commit1de8a09c355ba2a4ef37f547c9f33692a2e21ebc (patch)
treeb85b7d7c89d384b9fe79688cde3dd1f09479195a /plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/META-INF
parent4dff83585552fbbed4fb1433e694a3006fd8cca1 (diff)
downloadorg.eclipse.papyrus-1de8a09c355ba2a4ef37f547c9f33692a2e21ebc.tar.gz
org.eclipse.papyrus-1de8a09c355ba2a4ef37f547c9f33692a2e21ebc.tar.xz
org.eclipse.papyrus-1de8a09c355ba2a4ef37f547c9f33692a2e21ebc.zip
Bug 491783 - Change the ElementTypeConfiguration metamodel to make the
before and after reference directly AdviceConfigurations. Change the interpretation accordingly. Bug 497481 - Change the ElementTypeConfiguration metamodel to replace string-based references to specialization by Ereferences in SpecializationTypeConfiguration. Change the interpretation accordingly. Update oep.infra.types.doc accordingly. Change-Id: I13284a6a74fe3d86427b19424a9b8c4caed01d89
Diffstat (limited to 'plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/META-INF')
-rw-r--r--plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/META-INF/MANIFEST.MF b/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/META-INF/MANIFEST.MF
index 3d900ab09a8..7b6296634c0 100644
--- a/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/META-INF/MANIFEST.MF
+++ b/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/META-INF/MANIFEST.MF
@@ -63,7 +63,7 @@ Require-Bundle: org.eclipse.gmf.runtime.emf.type.core;bundle-version="[1.9.0,2.0
org.eclipse.papyrus.infra.ui.emf;bundle-version="[1.2.0,2.0.0)";visibility:=reexport,
org.eclipse.papyrus.infra.viewpoints.configuration;bundle-version="[2.0.0,3.0.0)";visibility:=reexport,
org.eclipse.papyrus.infra.viewpoints.policy;bundle-version="[1.2.0,2.0.0)",
- org.eclipse.papyrus.infra.types.core;bundle-version="[2.0.0,3.0.0)"
+ org.eclipse.papyrus.infra.types.core;bundle-version="[3.0.0,4.0.0)"
Bundle-Vendor: %Bundle-Vendor
Bundle-ActivationPolicy: lazy
Bundle-Version: 2.0.0.qualifier

Back to the top