projet-genie-logiciel-systeme/workspace/game.tests/META-INF/MANIFEST.MF

16 lines
526 B
Plaintext
Raw Normal View History

2021-11-29 19:29:53 +00:00
Manifest-Version: 1.0
Automatic-Module-Name: game.tests
Bundle-ManifestVersion: 2
Bundle-Name: game.tests
Bundle-Vendor: My Company
Bundle-Version: 1.0.0.qualifier
Bundle-SymbolicName: game.tests; singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: game,
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-11-30 17:25:45 +00:00
Export-Package: xtext.tests;x-internal=true