Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrescobar2011-09-19 22:53:44 +0000
committerRyan D. Brooks2011-09-19 22:53:44 +0000
commitb7a629f9e987e2999cb441b64b0dfaabe704985b (patch)
treeb77e21ca20a44171697553bbdb52ad70165e7302 /plugins/org.eclipse.osee.event/META-INF/MANIFEST.MF
parent5602e21a130facad3991cb981e967af98e07fbff (diff)
downloadorg.eclipse.osee-b7a629f9e987e2999cb441b64b0dfaabe704985b.tar.gz
org.eclipse.osee-b7a629f9e987e2999cb441b64b0dfaabe704985b.tar.xz
org.eclipse.osee-b7a629f9e987e2999cb441b64b0dfaabe704985b.zip
feature: Create wrapper over equinox event admin
Diffstat (limited to 'plugins/org.eclipse.osee.event/META-INF/MANIFEST.MF')
-rw-r--r--plugins/org.eclipse.osee.event/META-INF/MANIFEST.MF7
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/org.eclipse.osee.event/META-INF/MANIFEST.MF b/plugins/org.eclipse.osee.event/META-INF/MANIFEST.MF
new file mode 100644
index 00000000000..ec9d06cc2e7
--- /dev/null
+++ b/plugins/org.eclipse.osee.event/META-INF/MANIFEST.MF
@@ -0,0 +1,7 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: OSEE Event
+Bundle-SymbolicName: org.eclipse.osee.event
+Bundle-Version: 0.9.9.qualifier
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6
+Export-Package: org.eclipse.osee.event

Back to the top