mirror of https://github.com/Minres/RDL-Editor.git
31 lines
899 B
Plaintext
31 lines
899 B
Plaintext
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: com.minres.rdl
|
|
Bundle-Vendor: My Company
|
|
Bundle-Version: 1.0.0.qualifier
|
|
Bundle-SymbolicName: com.minres.rdl; singleton:=true
|
|
Bundle-ActivationPolicy: lazy
|
|
Require-Bundle: org.eclipse.xtext,
|
|
org.eclipse.xtext.xbase,
|
|
org.eclipse.equinox.common;bundle-version="3.5.0",
|
|
org.eclipse.emf.ecore,
|
|
org.eclipse.xtext.xbase.lib,
|
|
org.antlr.runtime,
|
|
org.eclipse.xtext.util,
|
|
org.eclipse.xtend.lib,
|
|
org.eclipse.emf.common,
|
|
org.eclipse.equinox.preferences
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
|
Export-Package: com.minres.rdl.parser.antlr,
|
|
com.minres.rdl,
|
|
com.minres.rdl.rdl.util,
|
|
com.minres.rdl.rdl,
|
|
com.minres.rdl.serializer,
|
|
com.minres.rdl.parser.antlr.internal,
|
|
com.minres.rdl.scoping,
|
|
com.minres.rdl.rdl.impl,
|
|
com.minres.rdl.validation,
|
|
com.minres.rdl.services,
|
|
com.minres.rdl.generator
|
|
Import-Package: org.apache.log4j
|