16 lines
521 B
Plaintext
16 lines
521 B
Plaintext
|
Manifest-Version: 1.0
|
||
|
Automatic-Module-Name: fr.n7.pdl2.ide
|
||
|
Bundle-ManifestVersion: 2
|
||
|
Bundle-Name: fr.n7.pdl2.ide
|
||
|
Bundle-Vendor: My Company
|
||
|
Bundle-Version: 1.0.0.qualifier
|
||
|
Bundle-SymbolicName: fr.n7.pdl2.ide; singleton:=true
|
||
|
Bundle-ActivationPolicy: lazy
|
||
|
Require-Bundle: fr.n7.pdl2,
|
||
|
org.eclipse.xtext.ide,
|
||
|
org.eclipse.xtext.xbase.ide,
|
||
|
org.antlr.runtime;bundle-version="[3.2.0,3.2.1)"
|
||
|
Bundle-RequiredExecutionEnvironment: JavaSE-11
|
||
|
Export-Package: fr.n7.ide.contentassist.antlr.internal,
|
||
|
fr.n7.ide.contentassist.antlr
|