MANIFEST.MF 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. Manifest-Version: 1.0
  2. Bundle-ManifestVersion: 2
  3. Bundle-Name: YAKINDU SText Model
  4. Bundle-Vendor: statecharts.org
  5. Bundle-Version: 3.2.0.qualifier
  6. Bundle-SymbolicName: org.yakindu.sct.model.stext;singleton:=true
  7. Bundle-ActivationPolicy: lazy
  8. Require-Bundle: org.eclipse.xtext;visibility:=reexport,
  9. org.apache.commons.logging;resolution:=optional;visibility:=reexport,
  10. org.eclipse.xtext.generator;resolution:=optional,
  11. org.eclipse.emf.codegen.ecore;resolution:=optional,
  12. org.eclipse.emf.mwe.utils;resolution:=optional,
  13. org.eclipse.emf.mwe2.launch;resolution:=optional,
  14. org.eclipse.xtext.util,
  15. org.eclipse.emf.ecore,
  16. org.eclipse.emf.common,
  17. org.antlr.runtime,
  18. org.yakindu.sct.model.sgraph;visibility:=reexport,
  19. org.yakindu.base.types,
  20. org.yakindu.base.expressions;visibility:=reexport,
  21. org.yakindu.sct.domain,
  22. org.eclipse.emf.workspace,
  23. org.yakindu.sct.model.stext.lib,
  24. org.eclipse.gmf.runtime.diagram.core
  25. Import-Package: org.apache.commons.logging,
  26. org.apache.log4j;visibility:=reexport,
  27. org.eclipse.xtext.xbase.lib
  28. Bundle-RequiredExecutionEnvironment: JavaSE-1.8
  29. Export-Package: org.yakindu.sct.model.stext,
  30. org.yakindu.sct.model.stext.expressions,
  31. org.yakindu.sct.model.stext.formatting,
  32. org.yakindu.sct.model.stext.inferrer,
  33. org.yakindu.sct.model.stext.naming,
  34. org.yakindu.sct.model.stext.parseTreeConstruction,
  35. org.yakindu.sct.model.stext.parser,
  36. org.yakindu.sct.model.stext.parser.antlr,
  37. org.yakindu.sct.model.stext.parser.antlr.internal,
  38. org.yakindu.sct.model.stext.resource,
  39. org.yakindu.sct.model.stext.scoping,
  40. org.yakindu.sct.model.stext.services,
  41. org.yakindu.sct.model.stext.stext,
  42. org.yakindu.sct.model.stext.stext.impl,
  43. org.yakindu.sct.model.stext.stext.util,
  44. org.yakindu.sct.model.stext.tasks,
  45. org.yakindu.sct.model.stext.terminals,
  46. org.yakindu.sct.model.stext.validation
  47. Bundle-ClassPath: .