Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoberto E. Escobar2012-11-19 17:30:39 +0000
committerRoberto E. Escobar2012-11-19 17:30:39 +0000
commit4717be4f002279624ab59a21e25a7a7faad866ba (patch)
treebbbced20450736a4ecf855e2d240a0dd7eefd5f6 /plugins/org.eclipse.osee.framework.core.dsl.ui.integration.test/META-INF/MANIFEST.MF
parente1df8726805281c5c2a8e9a68d2a4ef39b0a8a09 (diff)
downloadorg.eclipse.osee-4717be4f002279624ab59a21e25a7a7faad866ba.tar.gz
org.eclipse.osee-4717be4f002279624ab59a21e25a7a7faad866ba.tar.xz
org.eclipse.osee-4717be4f002279624ab59a21e25a7a7faad866ba.zip
feature[ats_TL5SF]: Move framework integration tests
Diffstat (limited to 'plugins/org.eclipse.osee.framework.core.dsl.ui.integration.test/META-INF/MANIFEST.MF')
-rw-r--r--plugins/org.eclipse.osee.framework.core.dsl.ui.integration.test/META-INF/MANIFEST.MF6
1 files changed, 2 insertions, 4 deletions
diff --git a/plugins/org.eclipse.osee.framework.core.dsl.ui.integration.test/META-INF/MANIFEST.MF b/plugins/org.eclipse.osee.framework.core.dsl.ui.integration.test/META-INF/MANIFEST.MF
index afa4172a5d9..b16e66b6a12 100644
--- a/plugins/org.eclipse.osee.framework.core.dsl.ui.integration.test/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.osee.framework.core.dsl.ui.integration.test/META-INF/MANIFEST.MF
@@ -6,7 +6,5 @@ Bundle-Version: 0.11.0.qualifier
Bundle-Vendor: Eclipse Open System Engineering Environment
Fragment-Host: org.eclipse.osee.framework.core.dsl.ui.integration
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
-Import-Package: org.junit;version="4.8.2",
- org.junit.runner;version="4.8.2",
- org.junit.runners;version="4.8.2"
-Export-Package: org.eclipse.osee.framework.core.dsl.ui.integration.test
+Require-Bundle: org.junit
+Export-Package: org.eclipse.osee.framework.core.dsl.ui.integration

Back to the top