Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrescobar2009-02-25 22:37:59 +0000
committerrescobar2009-02-25 22:37:59 +0000
commita0f9e00f3655f0b67fca4f53a765479b82e69885 (patch)
tree6611c2ffabebb34d485ac71b8cd539f6e90dbcaf /org.eclipse.osee.framework.messaging/META-INF/MANIFEST.MF
parent84cc4d119b2ae2f41b5e50332fff6ef7a85636d3 (diff)
downloadorg.eclipse.osee-a0f9e00f3655f0b67fca4f53a765479b82e69885.tar.gz
org.eclipse.osee-a0f9e00f3655f0b67fca4f53a765479b82e69885.tar.xz
org.eclipse.osee-a0f9e00f3655f0b67fca4f53a765479b82e69885.zip
Initial commit
Diffstat (limited to 'org.eclipse.osee.framework.messaging/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.osee.framework.messaging/META-INF/MANIFEST.MF10
1 files changed, 10 insertions, 0 deletions
diff --git a/org.eclipse.osee.framework.messaging/META-INF/MANIFEST.MF b/org.eclipse.osee.framework.messaging/META-INF/MANIFEST.MF
new file mode 100644
index 00000000000..a5b9c59eabc
--- /dev/null
+++ b/org.eclipse.osee.framework.messaging/META-INF/MANIFEST.MF
@@ -0,0 +1,10 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: OSEE Messaging Plug-in
+Bundle-SymbolicName: org.eclipse.osee.framework.messaging
+Bundle-Version: 0.4.0.qualifier
+Bundle-Activator: org.eclipse.osee.framework.messaging.Activator
+Bundle-Vendor: Eclipse.org
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6
+Import-Package: org.osgi.framework;version="1.3.0"
+Bundle-ActivationPolicy: lazy

Back to the top