mirror of https://github.com/Minres/RDL-Editor.git
16 lines
484 B
Plaintext
16 lines
484 B
Plaintext
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: com.minres.rdl.ide
|
|
Bundle-Vendor: My Company
|
|
Bundle-Version: 1.0.0.qualifier
|
|
Bundle-SymbolicName: com.minres.rdl.ide; singleton:=true
|
|
Bundle-ActivationPolicy: lazy
|
|
Require-Bundle: com.minres.rdl,
|
|
org.eclipse.xtext.ide,
|
|
org.eclipse.xtext.xbase.ide,
|
|
org.antlr.runtime
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
|
Export-Package: com.minres.rdl.ide.contentassist.antlr.internal,
|
|
com.minres.rdl.ide.contentassist.antlr
|
|
|