Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcletavernie2012-01-31 08:11:16 +0000
committercletavernie2012-01-31 08:11:16 +0000
commit029a9f8c4ffa180778f6210cccf375bdfd377569 (patch)
treeb7af2acadc210ae04ddd87c0d4c421d761018507 /plugins/infra/emf/org.eclipse.papyrus.infra.emf/META-INF
parent77fd392144cd5350afc283444b1ed132a2088830 (diff)
downloadorg.eclipse.papyrus-029a9f8c4ffa180778f6210cccf375bdfd377569.tar.gz
org.eclipse.papyrus-029a9f8c4ffa180778f6210cccf375bdfd377569.tar.xz
org.eclipse.papyrus-029a9f8c4ffa180778f6210cccf375bdfd377569.zip
370129: [Core] ServicesRegistry should be accessible from any EObject attached to a Papyrus ResourceSet
https://bugs.eclipse.org/bugs/show_bug.cgi?id=370129
Diffstat (limited to 'plugins/infra/emf/org.eclipse.papyrus.infra.emf/META-INF')
-rw-r--r--plugins/infra/emf/org.eclipse.papyrus.infra.emf/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 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 9ccf80dd1ab..d7a58c6da8b 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
@@ -30,4 +30,5 @@ Export-Package: org.eclipse.papyrus.infra.emf,
org.eclipse.papyrus.infra.emf.commands,
org.eclipse.papyrus.infra.emf.databinding,
org.eclipse.papyrus.infra.emf.providers,
- org.eclipse.papyrus.infra.emf.providers.strategy
+ org.eclipse.papyrus.infra.emf.providers.strategy,
+ org.eclipse.papyrus.infra.emf.utils

Back to the top