blob: bcbe87d77dadd78f5337b41ca44d883a76982171 [file] [log] [blame]
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-Vendor: %providerName
Bundle-Version: 0.0.1.qualifier
Bundle-SymbolicName: org.eclipse.efm.sew.xtext; singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: org.eclipse.efm.sew.ecore,
org.eclipse.xtext,
org.eclipse.xtext.xbase,
org.eclipse.equinox.common;bundle-version="3.5.0",
org.eclipse.xtext.xbase.lib;bundle-version="2.14.0",
org.antlr.runtime;bundle-version="[3.2.0,3.2.1)",
org.eclipse.xtext.util,
org.eclipse.xtend.lib;bundle-version="2.14.0"
Bundle-RequiredExecutionEnvironment: JavaSE-11
Export-Package: org.eclipse.efm.sew.xtext.services,
org.eclipse.efm.sew.xtext.parser.antlr.internal,
org.eclipse.efm.sew.xtext,
org.eclipse.efm.sew.xtext.parser.antlr,
org.eclipse.efm.sew.xtext.validation,
org.eclipse.efm.sew.xtext.scoping,
org.eclipse.efm.sew.xtext.generator,
org.eclipse.efm.sew.xtext.serializer
Import-Package: org.apache.log4j
Automatic-Module-Name: org.eclipse.efm.sew.xtext