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

41 lines
1,022 B
Plaintext
Raw Normal View History

2021-11-29 19:29:53 +00:00
Manifest-Version: 1.0
Automatic-Module-Name: fr.n7.game
2021-11-29 19:29:53 +00:00
Bundle-ManifestVersion: 2
Bundle-Name: fr.n7.game
2021-11-29 19:29:53 +00:00
Bundle-Vendor: My Company
Bundle-Version: 1.0.0.qualifier
Bundle-SymbolicName: fr.n7.game; singleton:=true
2021-11-29 19:29:53 +00:00
Bundle-ActivationPolicy: lazy
Require-Bundle: org.eclipse.xtext,
org.eclipse.xtext.xbase,
2021-11-30 17:25:45 +00:00
org.eclipse.equinox.common;bundle-version="3.5.0",
org.eclipse.emf.ecore,
org.eclipse.xtext.xbase.lib;bundle-version="2.14.0",
org.eclipse.xtext.util,
org.eclipse.emf.common,
org.antlr.runtime;bundle-version="[3.2.0,3.2.1)"
2021-11-29 19:29:53 +00:00
Bundle-RequiredExecutionEnvironment: JavaSE-11
2021-11-30 17:25:45 +00:00
Export-Package: xtext.services,
xtext.serializer,
xtext.parser.antlr,
xtext,
xtext.parser.antlr.internal,
xtext.validation,
xtext.generator,
xtext.game,
xtext.game.impl,
xtext.game.util,
2021-12-03 07:37:31 +00:00
xtext.scoping,
fr.n7.services,
fr.n7.game.impl,
fr.n7.parser.antlr.internal,
fr.n7.scoping,
fr.n7.game.util,
fr.n7.game,
fr.n7.validation,
fr.n7,
fr.n7.serializer,
fr.n7.parser.antlr,
fr.n7.generator
2021-11-30 17:25:45 +00:00
Import-Package: org.apache.log4j