Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.gastro.business/META-INF/MANIFEST.MF')
-rw-r--r--plugins/org.gastro.business/META-INF/MANIFEST.MF17
1 files changed, 17 insertions, 0 deletions
diff --git a/plugins/org.gastro.business/META-INF/MANIFEST.MF b/plugins/org.gastro.business/META-INF/MANIFEST.MF
new file mode 100644
index 0000000000..beb282e4a8
--- /dev/null
+++ b/plugins/org.gastro.business/META-INF/MANIFEST.MF
@@ -0,0 +1,17 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: %pluginName
+Bundle-SymbolicName: org.gastro.business;singleton:=true
+Bundle-Version: 1.0.0
+Bundle-ClassPath: .
+Bundle-Vendor: %providerName
+Bundle-Localization: plugin
+Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Export-Package: org.gastro.business,
+ org.gastro.business.impl,
+ org.gastro.business.util
+Require-Bundle: org.eclipse.core.runtime,
+ org.eclipse.emf.ecore;visibility:=reexport,
+ org.eclipse.emf.cdo;visibility:=reexport,
+ org.gastro.inventory;visibility:=reexport
+Bundle-ActivationPolicy: lazy

Back to the top