Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEd.Willink2013-08-12 19:19:00 +0000
committerEd.Willink2013-08-14 13:42:02 +0000
commitf8984d6d8ee451d4256bfcd2a5b0bbc2bf8dd12f (patch)
tree7f26aa798298057718a5b03a8b46ec54a134a9cb /tests/org.eclipse.qvtd.xtext.qvtimperative.tests/META-INF/MANIFEST.MF
parent4efa2e76a701e9ddcc6828007ec927f4abb094f2 (diff)
downloadorg.eclipse.qvtd-f8984d6d8ee451d4256bfcd2a5b0bbc2bf8dd12f.tar.gz
org.eclipse.qvtd-f8984d6d8ee451d4256bfcd2a5b0bbc2bf8dd12f.tar.xz
org.eclipse.qvtd-f8984d6d8ee451d4256bfcd2a5b0bbc2bf8dd12f.zip
[414040] Track CSE for OCL
Diffstat (limited to 'tests/org.eclipse.qvtd.xtext.qvtimperative.tests/META-INF/MANIFEST.MF')
-rw-r--r--tests/org.eclipse.qvtd.xtext.qvtimperative.tests/META-INF/MANIFEST.MF13
1 files changed, 12 insertions, 1 deletions
diff --git a/tests/org.eclipse.qvtd.xtext.qvtimperative.tests/META-INF/MANIFEST.MF b/tests/org.eclipse.qvtd.xtext.qvtimperative.tests/META-INF/MANIFEST.MF
index a38a69295..fba81aa7c 100644
--- a/tests/org.eclipse.qvtd.xtext.qvtimperative.tests/META-INF/MANIFEST.MF
+++ b/tests/org.eclipse.qvtd.xtext.qvtimperative.tests/META-INF/MANIFEST.MF
@@ -10,9 +10,20 @@ Bundle-Vendor: %providerName
Bundle-Localization: plugin
Require-Bundle: org.junit,
org.eclipse.core.runtime,
+ org.eclipse.emf.ecore;visibility:=reexport,
+ org.eclipse.emf.ecore.xmi;visibility:=reexport,
org.eclipse.ocl.examples.codegen.dynamic,
org.eclipse.qvtd.codegen,
org.eclipse.qvtd.xtext.qvtimperative,
org.eclipse.qvtd.xtext.qvtbase.tests,
org.eclipse.ocl.examples.xtext.completeocl
-Export-Package: org.eclipse.qvtd.xtext.qvtimperative.tests
+Export-Package: org.eclipse.qvtd.xtext.qvtimperative.tests,
+ test.simplerdbms,
+ test.simplerdbms.impl,
+ test.simplerdbms.util,
+ test.simpleuml,
+ test.simpleuml.impl,
+ test.simpleuml.util,
+ test.umltordbms,
+ test.umltordbms.impl,
+ test.umltordbms.util

Back to the top