Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian W. Damus2016-01-23 15:26:29 +0000
committerChristian W. Damus2016-01-23 15:26:29 +0000
commit5f12efaeef7553898c40e609f51c1d916b7d27ab (patch)
tree2fbb7f6638feda37989ea039c88a84ab27bc4a0e /plugins/infra/emf/org.eclipse.papyrus.infra.emf/META-INF/MANIFEST.MF
parentec43819bbffda033798f6c5e29099092516c7d51 (diff)
downloadorg.eclipse.papyrus-5f12efaeef7553898c40e609f51c1d916b7d27ab.tar.gz
org.eclipse.papyrus-5f12efaeef7553898c40e609f51c1d916b7d27ab.tar.xz
org.eclipse.papyrus-5f12efaeef7553898c40e609f51c1d916b7d27ab.zip
Bug 485220: [Architecture] Provide a more modular architecture
https://bugs.eclipse.org/bugs/show_bug.cgi?id=485220 Fix regression caused by removal of the EMF Facet content-provider handling in the EMFHelper::getEObject API. The facet tree nodes don't provide the object that we need as their EObject adapter, so we introduce a new generalized service for resolving EObjects. Also fix the failure to run the Profile Drafter tests in the build, which aren't in a fragment bundle but actually a plug-in bundle.
Diffstat (limited to 'plugins/infra/emf/org.eclipse.papyrus.infra.emf/META-INF/MANIFEST.MF')
-rw-r--r--plugins/infra/emf/org.eclipse.papyrus.infra.emf/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/infra/emf/org.eclipse.papyrus.infra.emf/META-INF/MANIFEST.MF b/plugins/infra/emf/org.eclipse.papyrus.infra.emf/META-INF/MANIFEST.MF
index a12f69a073d..f79d3178a14 100644
--- a/plugins/infra/emf/org.eclipse.papyrus.infra.emf/META-INF/MANIFEST.MF
+++ b/plugins/infra/emf/org.eclipse.papyrus.infra.emf/META-INF/MANIFEST.MF
@@ -7,6 +7,7 @@ Export-Package: org.eclipse.papyrus.infra.emf,
org.eclipse.papyrus.infra.emf.requests,
org.eclipse.papyrus.infra.emf.resource,
org.eclipse.papyrus.infra.emf.resource.index,
+ org.eclipse.papyrus.infra.emf.spi.resolver,
org.eclipse.papyrus.infra.emf.utils
Require-Bundle: org.eclipse.papyrus.infra.core.log;bundle-version="1.2.0",
org.eclipse.papyrus.infra.tools;bundle-version="1.2.0",

Back to the top