Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'examples/org.eclipse.emf.parsley.examples.firstexample/META-INF/MANIFEST.MF')
-rw-r--r--examples/org.eclipse.emf.parsley.examples.firstexample/META-INF/MANIFEST.MF17
1 files changed, 17 insertions, 0 deletions
diff --git a/examples/org.eclipse.emf.parsley.examples.firstexample/META-INF/MANIFEST.MF b/examples/org.eclipse.emf.parsley.examples.firstexample/META-INF/MANIFEST.MF
new file mode 100644
index 000000000..3a164d4a3
--- /dev/null
+++ b/examples/org.eclipse.emf.parsley.examples.firstexample/META-INF/MANIFEST.MF
@@ -0,0 +1,17 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: org.eclipse.emf.parsley.examples.firstexample
+Bundle-Vendor: My Company
+Bundle-Version: 1.0.0.qualifier
+Bundle-SymbolicName: org.eclipse.emf.parsley.examples.firstexample;singleton:=true
+Bundle-Activator: org.eclipse.emf.parsley.examples.firstexample.FirstexampleActivator
+Bundle-ActivationPolicy: lazy
+Require-Bundle: org.eclipse.core.runtime;bundle-version="3.5.0",
+ org.eclipse.ui;bundle-version="3.5.0",
+ org.eclipse.emf.parsley.views,
+ org.eclipse.xtext.xbase.lib;bundle-version="[2.4.2,2.5.0)",
+ org.eclipse.emf.examples.library;bundle-version="2.5.0",
+ org.eclipse.emf.examples.library.edit;bundle-version="2.5.0"
+Import-Package: org.apache.log4j,
+ org.apache.commons.logging
+Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top