Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenrik Rentz-Reichert2011-09-15 15:55:47 +0000
committerHenrik Rentz-Reichert2011-09-15 15:55:47 +0000
commit2932338bdd7e31bd29f9f10e9934d3a2f161c988 (patch)
tree84d7782f9105598725b3c214eeb8f38f555d2291 /examples/org.eclipse.etrice.tutorials/META-INF
parent5af148b9e0d41764ef5aa8efc4a10b02e22cb692 (diff)
downloadorg.eclipse.etrice-2932338bdd7e31bd29f9f10e9934d3a2f161c988.tar.gz
org.eclipse.etrice-2932338bdd7e31bd29f9f10e9934d3a2f161c988.tar.xz
org.eclipse.etrice-2932338bdd7e31bd29f9f10e9934d3a2f161c988.zip
[tutorials, integration.tests] removed mwe related stuff
Diffstat (limited to 'examples/org.eclipse.etrice.tutorials/META-INF')
-rw-r--r--examples/org.eclipse.etrice.tutorials/META-INF/MANIFEST.MF5
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/org.eclipse.etrice.tutorials/META-INF/MANIFEST.MF b/examples/org.eclipse.etrice.tutorials/META-INF/MANIFEST.MF
index fb587f647..f92677694 100644
--- a/examples/org.eclipse.etrice.tutorials/META-INF/MANIFEST.MF
+++ b/examples/org.eclipse.etrice.tutorials/META-INF/MANIFEST.MF
@@ -3,14 +3,9 @@ Bundle-ManifestVersion: 2
Bundle-Name: Tutorials
Bundle-SymbolicName: org.eclipse.etrice.tutorials
Bundle-Version: 0.1.0.qualifier
-Export-Package: workflow
Require-Bundle: org.eclipse.etrice.generator.java;bundle-version="0.1.0",
org.eclipse.etrice.generator;bundle-version="0.1.0",
org.eclipse.etrice.modellib;bundle-version="0.1.0",
- org.eclipse.emf.mwe2.launch;bundle-version="1.0.1";resolution:=optional,
- org.eclipse.emf.mwe.utils;bundle-version="1.0.0";visibility:=reexport,
- org.apache.log4j;bundle-version="1.2.15",
- org.apache.commons.logging;bundle-version="1.0.4",
org.eclipse.jface.text;bundle-version="3.6.0",
org.eclipse.jdt.core;bundle-version="3.6.0",
org.eclipse.xtend.util.stdlib;bundle-version="1.0.0",

Back to the top