2021-11-29 19:29:53 +00:00
|
|
|
Manifest-Version: 1.0
|
2021-12-03 07:36:23 +00:00
|
|
|
Automatic-Module-Name: fr.n7.game.ide
|
2021-11-29 19:29:53 +00:00
|
|
|
Bundle-ManifestVersion: 2
|
2021-12-03 07:36:23 +00:00
|
|
|
Bundle-Name: fr.n7.game.ide
|
2021-11-29 19:29:53 +00:00
|
|
|
Bundle-Vendor: My Company
|
|
|
|
Bundle-Version: 1.0.0.qualifier
|
2021-12-03 07:36:23 +00:00
|
|
|
Bundle-SymbolicName: fr.n7.game.ide; singleton:=true
|
2021-11-29 19:29:53 +00:00
|
|
|
Bundle-ActivationPolicy: lazy
|
2021-12-03 07:36:23 +00:00
|
|
|
Require-Bundle: fr.n7.game,
|
2021-11-29 19:29:53 +00:00
|
|
|
org.eclipse.xtext.ide,
|
2021-11-30 17:25:45 +00:00
|
|
|
org.eclipse.xtext.xbase.ide,
|
|
|
|
org.antlr.runtime;bundle-version="[3.2.0,3.2.1)"
|
2021-11-29 19:29:53 +00:00
|
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-11
|
2021-12-03 08:38:29 +00:00
|
|
|
Export-Package: fr.n7.ide.contentassist.antlr.internal,
|
2021-12-03 07:37:31 +00:00
|
|
|
fr.n7.ide.contentassist.antlr
|