MANIFEST.MF 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. Manifest-Version: 1.0
  2. Bundle-ManifestVersion: 2
  3. Bundle-Name: YAKINDU SText Model
  4. Bundle-Vendor: statecharts.org
  5. Bundle-Version: 2.9.3.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.log4j;visibility:=reexport,
  10. org.apache.commons.logging;resolution:=optional;visibility:=reexport,
  11. org.eclipse.xtext.generator;resolution:=optional,
  12. org.eclipse.emf.codegen.ecore;resolution:=optional,
  13. org.eclipse.emf.mwe.utils;resolution:=optional,
  14. org.eclipse.emf.mwe2.launch;resolution:=optional,
  15. org.eclipse.xtext.util,
  16. org.eclipse.emf.ecore,
  17. org.eclipse.emf.common,
  18. org.antlr.runtime,
  19. org.yakindu.sct.model.sgraph;visibility:=reexport,
  20. org.yakindu.base.types,
  21. org.yakindu.base.expressions;visibility:=reexport,
  22. org.yakindu.sct.domain
  23. Import-Package: org.apache.commons.logging,
  24. org.apache.log4j,
  25. org.eclipse.xtext.xbase.lib
  26. Bundle-RequiredExecutionEnvironment: JavaSE-1.7
  27. Export-Package: org.yakindu.sct.model.stext,
  28. org.yakindu.sct.model.stext.expressions,
  29. org.yakindu.sct.model.stext.formatting,
  30. org.yakindu.sct.model.stext.inferrer,
  31. org.yakindu.sct.model.stext.naming,
  32. org.yakindu.sct.model.stext.parseTreeConstruction,
  33. org.yakindu.sct.model.stext.parser,
  34. org.yakindu.sct.model.stext.parser.antlr,
  35. org.yakindu.sct.model.stext.parser.antlr.internal,
  36. org.yakindu.sct.model.stext.resource,
  37. org.yakindu.sct.model.stext.scoping,
  38. org.yakindu.sct.model.stext.services,
  39. org.yakindu.sct.model.stext.stext,
  40. org.yakindu.sct.model.stext.stext.impl,
  41. org.yakindu.sct.model.stext.stext.util,
  42. org.yakindu.sct.model.stext.util,
  43. org.yakindu.sct.model.stext.validation
  44. Bundle-ClassPath: .