Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrescobar2010-06-19 01:12:32 +0000
committerrescobar2010-06-19 01:12:32 +0000
commitfb85a9381feb60438b58ae7372f8fa5c0ea3931f (patch)
tree9b1b186e13e1a25abe07a1e0592e7a63ef12959f /plugins/org.eclipse.osee.framework.core.model/META-INF/MANIFEST.MF
parent43b01ceb6d945a880d248b7d118bcdcbe9311e20 (diff)
downloadorg.eclipse.osee-fb85a9381feb60438b58ae7372f8fa5c0ea3931f.tar.gz
org.eclipse.osee-fb85a9381feb60438b58ae7372f8fa5c0ea3931f.tar.xz
org.eclipse.osee-fb85a9381feb60438b58ae7372f8fa5c0ea3931f.zip
Diffstat (limited to 'plugins/org.eclipse.osee.framework.core.model/META-INF/MANIFEST.MF')
-rw-r--r--plugins/org.eclipse.osee.framework.core.model/META-INF/MANIFEST.MF27
1 files changed, 27 insertions, 0 deletions
diff --git a/plugins/org.eclipse.osee.framework.core.model/META-INF/MANIFEST.MF b/plugins/org.eclipse.osee.framework.core.model/META-INF/MANIFEST.MF
new file mode 100644
index 00000000000..639cd99b4a6
--- /dev/null
+++ b/plugins/org.eclipse.osee.framework.core.model/META-INF/MANIFEST.MF
@@ -0,0 +1,27 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: OSEE Core Model
+Bundle-SymbolicName: org.eclipse.osee.framework.core.model;singleton:=true
+Bundle-Version: 0.9.5.qualifier
+Bundle-Activator: org.eclipse.osee.framework.core.model.internal.Activator
+Bundle-Vendor: Eclipse.org
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6
+Import-Package: org.eclipse.core.runtime;version="3.4.0",
+ org.eclipse.osee.framework.core.data,
+ org.eclipse.osee.framework.core.enums,
+ org.eclipse.osee.framework.core.exception,
+ org.eclipse.osee.framework.core.services,
+ org.eclipse.osee.framework.core.translation,
+ org.eclipse.osee.framework.core.util,
+ org.eclipse.osee.framework.jdk.core.type,
+ org.eclipse.osee.framework.jdk.core.util,
+ org.eclipse.osee.framework.logging,
+ org.osgi.framework;version="1.3.0",
+ org.osgi.util.tracker
+Bundle-ActivationPolicy: lazy
+Eclipse-ExtensibleAPI: true
+Export-Package: org.eclipse.osee.framework.core.model,
+ org.eclipse.osee.framework.core.model.cache,
+ org.eclipse.osee.framework.core.model.event,
+ org.eclipse.osee.framework.core.model.type,
+ org.eclipse.osee.framework.core.services

Back to the top