Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCamille Letavernier2014-04-24 17:17:41 +0000
committerCamille Letavernier2014-04-24 17:17:41 +0000
commit5c90a3a83bd25a45bb38585ccfacfdcade428647 (patch)
treeb567fdf33fcc5212658a1a4f9b744e8eccb7af7f
parent4aa9a42b72f2739e5a336b32822afb5298be301c (diff)
downloadorg.eclipse.papyrus-5c90a3a83bd25a45bb38585ccfacfdcade428647.tar.gz
org.eclipse.papyrus-5c90a3a83bd25a45bb38585ccfacfdcade428647.tar.xz
org.eclipse.papyrus-5c90a3a83bd25a45bb38585ccfacfdcade428647.zip
[Trivial] Export package to be available in tests
-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 4a309eabfe4..704b715edfa 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
@@ -1,6 +1,7 @@
Manifest-Version: 1.0
Export-Package: org.eclipse.papyrus.infra.emf,
org.eclipse.papyrus.infra.emf.adapters,
+ org.eclipse.papyrus.infra.emf.advice,
org.eclipse.papyrus.infra.emf.commands,
org.eclipse.papyrus.infra.emf.databinding,
org.eclipse.papyrus.infra.emf.dialog,

Back to the top