Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmisinco2011-04-06 21:02:14 +0000
committerRyan D. Brooks2011-04-06 21:02:14 +0000
commitc945a0c871ca0e233f6a91123f486c6cddba1040 (patch)
treefa42395f49b48e7e9335b0c1a012fa6fe1a0b676 /plugins/org.eclipse.osee.framework.logging.test/META-INF
parent9f1485b3770d5eb37a47a7cd6ec9f5d55f9715fc (diff)
downloadorg.eclipse.osee-c945a0c871ca0e233f6a91123f486c6cddba1040.tar.gz
org.eclipse.osee-c945a0c871ca0e233f6a91123f486c6cddba1040.tar.xz
org.eclipse.osee-c945a0c871ca0e233f6a91123f486c6cddba1040.zip
refactor[bgz_342089]: Restructure framework.skynet.core.test to mirror the corresponding bundle
Diffstat (limited to 'plugins/org.eclipse.osee.framework.logging.test/META-INF')
-rw-r--r--plugins/org.eclipse.osee.framework.logging.test/META-INF/MANIFEST.MF8
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/org.eclipse.osee.framework.logging.test/META-INF/MANIFEST.MF b/plugins/org.eclipse.osee.framework.logging.test/META-INF/MANIFEST.MF
new file mode 100644
index 00000000000..4752718050f
--- /dev/null
+++ b/plugins/org.eclipse.osee.framework.logging.test/META-INF/MANIFEST.MF
@@ -0,0 +1,8 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Logging Test
+Bundle-SymbolicName: org.eclipse.osee.framework.logging.test
+Bundle-Version: 0.9.9.qualifier
+Bundle-Vendor: Eclipse Opne System Engineering Environment
+Fragment-Host: org.eclipse.osee.framework.logging;bundle-version="0.9.9"
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6

Back to the top