Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.osee.authentication.admin.test/META-INF/MANIFEST.MF')
-rw-r--r--plugins/org.eclipse.osee.authentication.admin.test/META-INF/MANIFEST.MF15
1 files changed, 15 insertions, 0 deletions
diff --git a/plugins/org.eclipse.osee.authentication.admin.test/META-INF/MANIFEST.MF b/plugins/org.eclipse.osee.authentication.admin.test/META-INF/MANIFEST.MF
new file mode 100644
index 00000000000..12ac3486b8c
--- /dev/null
+++ b/plugins/org.eclipse.osee.authentication.admin.test/META-INF/MANIFEST.MF
@@ -0,0 +1,15 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: OSEE Authentication Admin Test (Incubation)
+Bundle-SymbolicName: org.eclipse.osee.authentication.admin.test
+Bundle-Version: 0.17.0.qualifier
+Fragment-Host: org.eclipse.osee.authentication.admin
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6
+Bundle-Vendor: Eclipse Open System Engineering Environment
+Import-Package: org.hamcrest.core,
+ org.junit,
+ org.junit.rules,
+ org.junit.runner,
+ org.junit.runners,
+ org.mockito,
+ org.mockito.stubbing

Back to the top