MANIFEST.MF 507 B

123456789101112
  1. Manifest-Version: 1.0
  2. Bundle-ManifestVersion: 2
  3. Bundle-Name: be.uantwerpen.ansymo.semanticadaptation.log
  4. Bundle-Vendor: University of Antwerp, Ansymo Lab
  5. Bundle-Version: 1.0.0.qualifier
  6. Bundle-SymbolicName: be.uantwerpen.ansymo.semanticadaptation.log; singleton:=true
  7. Bundle-ActivationPolicy: lazy
  8. Bundle-RequiredExecutionEnvironment: JavaSE-1.8
  9. Import-Package: org.apache.log4j
  10. Export-Package: be.uantwerpen.ansymo.semanticadaptation.log
  11. Require-Bundle: org.eclipse.xtext.xbase.lib;bundle-version="2.11.0"