You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
508 B
15 lines
508 B
6 years ago
|
Manifest-Version: 1.0
|
||
|
Bundle-ManifestVersion: 2
|
||
|
Bundle-Name: fr.irit.fiacre.xtext.ide
|
||
|
Bundle-Vendor: My Company
|
||
|
Bundle-Version: 1.0.0.qualifier
|
||
|
Bundle-SymbolicName: fr.irit.fiacre.xtext.ide; singleton:=true
|
||
|
Bundle-ActivationPolicy: lazy
|
||
|
Require-Bundle: fr.irit.fiacre.xtext,
|
||
|
org.eclipse.xtext.ide,
|
||
|
org.eclipse.xtext.xbase.ide
|
||
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
||
|
Export-Package: fr.irit.fiacre.xtext.ide.contentassist.antlr,
|
||
|
fr.irit.fiacre.xtext.ide.contentassist.antlr.internal
|
||
|
|