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.tests
|
2021-11-29 19:29:53 +00:00
|
|
|
Bundle-ManifestVersion: 2
|
2021-12-03 07:36:23 +00:00
|
|
|
Bundle-Name: fr.n7.game.tests
|
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.tests; 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.junit.jupiter.api;bundle-version="[5.0.0,6.0.0)",
|
|
|
|
org.eclipse.xtext.testing,
|
2021-11-30 17:25:45 +00:00
|
|
|
org.eclipse.xtext.xbase.testing,
|
|
|
|
org.eclipse.xtext.xbase.lib;bundle-version="2.14.0"
|
2021-11-29 19:29:53 +00:00
|
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-11
|
2021-12-03 07:37:31 +00:00
|
|
|
Export-Package: xtext.tests;x-internal=true,
|
|
|
|
fr.n7.tests;x-internal=true
|