Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrescobar2011-10-15 02:44:21 +0000
committerRoberto E. Escobar2011-10-15 02:44:21 +0000
commit6e84909cc72b1037d9a71aebe47236f80a998986 (patch)
treed46861b68bdcaeda5822e994db2e61e8d0e950a7 /plugins/org.eclipse.osee.framework.core.dsl.integration.test/META-INF/MANIFEST.MF
parentec64dd05599669815ff8cfab3bb725fae1d8ff87 (diff)
downloadorg.eclipse.osee-6e84909cc72b1037d9a71aebe47236f80a998986.tar.gz
org.eclipse.osee-6e84909cc72b1037d9a71aebe47236f80a998986.tar.xz
org.eclipse.osee-6e84909cc72b1037d9a71aebe47236f80a998986.zip
feature[ats_Q9NLC]: Create type caches in orcs bundles
Diffstat (limited to 'plugins/org.eclipse.osee.framework.core.dsl.integration.test/META-INF/MANIFEST.MF')
-rw-r--r--plugins/org.eclipse.osee.framework.core.dsl.integration.test/META-INF/MANIFEST.MF9
1 files changed, 5 insertions, 4 deletions
diff --git a/plugins/org.eclipse.osee.framework.core.dsl.integration.test/META-INF/MANIFEST.MF b/plugins/org.eclipse.osee.framework.core.dsl.integration.test/META-INF/MANIFEST.MF
index bd8ccea8b93..9b34f586805 100644
--- a/plugins/org.eclipse.osee.framework.core.dsl.integration.test/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.osee.framework.core.dsl.integration.test/META-INF/MANIFEST.MF
@@ -6,8 +6,9 @@ Bundle-Version: 0.9.9.qualifier
Bundle-Vendor: Eclipse Open System Engineering Environment
Fragment-Host: org.eclipse.osee.framework.core.dsl.integration
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
-Require-Bundle: org.junit
-Import-Package: org.eclipse.osee.framework.core.dsl.integration,
- org.eclipse.osee.framework.core.model.mocks,
- org.eclipse.osee.framework.jdk.core.type
Export-Package: org.eclipse.osee.framework.core.dsl.integration
+Import-Package: org.eclipse.osee.framework.jdk.core.type,
+ org.eclipse.osee.framework.jdk.core.util,
+ org.junit;version="4.8.2",
+ org.junit.runner;version="4.8.2",
+ org.junit.runners;version="4.8.2"

Back to the top