Modify pom file
[nemo.git] / nemo-tools / eclipse-plugin-project / nemo-editor / org.opendaylight.nemo.tool.eclipse.plugin.editor / META-INF / MANIFEST.MF
1 Manifest-Version: 1.0\r
2 Bundle-ManifestVersion: 2\r
3 Bundle-Name: org.opendaylight.nemo.tool.eclipse.plugin.editor\r
4 Bundle-Vendor: My Company\r
5 Bundle-Version: 1.0.0.qualifier\r
6 Bundle-SymbolicName: org.opendaylight.nemo.tool.eclipse.plugin.editor; singleton:=true\r
7 Bundle-ActivationPolicy: lazy\r
8 Require-Bundle: org.eclipse.xtext;visibility:=reexport,\r
9  org.eclipse.equinox.common;bundle-version="3.5.0",\r
10  org.eclipse.xtext.util,\r
11  org.eclipse.emf.ecore,\r
12  org.eclipse.emf.common,\r
13  org.eclipse.xtext.xbase.lib,\r
14  org.antlr.runtime,\r
15  org.eclipse.xtext.common.types,\r
16  org.objectweb.asm;bundle-version="[5.0.1,6.0.0)";resolution:=optional\r
17 Import-Package: org.apache.log4j\r
18 Bundle-RequiredExecutionEnvironment: JavaSE-1.8\r
19 Export-Package: org.opendaylight.nemo.tool.eclipse.plugin,\r
20  org.opendaylight.nemo.tool.eclipse.plugin.services,\r
21  org.opendaylight.nemo.tool.eclipse.plugin.editor,\r
22  org.opendaylight.nemo.tool.eclipse.plugin.editor.impl,\r
23  org.opendaylight.nemo.tool.eclipse.plugin.editor.util,\r
24  org.opendaylight.nemo.tool.eclipse.plugin.serializer,\r
25  org.opendaylight.nemo.tool.eclipse.plugin.parser.antlr,\r
26  org.opendaylight.nemo.tool.eclipse.plugin.parser.antlr.internal,\r
27  org.opendaylight.nemo.tool.eclipse.plugin.validation,\r
28  org.opendaylight.nemo.tool.eclipse.plugin.scoping,\r
29  org.opendaylight.nemo.tool.eclipse.plugin.generator,\r
30  org.opendaylight.nemo.tool.eclipse.plugin.formatting\r
31 \r