Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.osee.framework.core.model.test/META-INF/MANIFEST.MF')
-rw-r--r--plugins/org.eclipse.osee.framework.core.model.test/META-INF/MANIFEST.MF8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/org.eclipse.osee.framework.core.model.test/META-INF/MANIFEST.MF b/plugins/org.eclipse.osee.framework.core.model.test/META-INF/MANIFEST.MF
index 6df786c47a9..453a830b7ae 100644
--- a/plugins/org.eclipse.osee.framework.core.model.test/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.osee.framework.core.model.test/META-INF/MANIFEST.MF
@@ -7,7 +7,7 @@ Bundle-Vendor: Eclipse Open System Engineering Environment
Fragment-Host: org.eclipse.osee.framework.core.model;bundle-version="0.9.5"
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Require-Bundle: org.junit
-Export-Package: org.eclipse.osee.framework.core.model.test,
- org.eclipse.osee.framework.core.model.test.cache,
- org.eclipse.osee.framework.core.model.test.mocks,
- org.eclipse.osee.framework.core.model.test.type
+Export-Package: org.eclipse.osee.framework.core.model,
+ org.eclipse.osee.framework.core.model.cache,
+ org.eclipse.osee.framework.core.model.mocks,
+ org.eclipse.osee.framework.core.model.type

Back to the top