MANIFEST.MF 996 B

1234567891011121314151617181920212223242526272829
  1. Manifest-Version: 1.0
  2. Bundle-ManifestVersion: 2
  3. Bundle-Name: YAKINDU Simulation Execution
  4. Bundle-SymbolicName: org.yakindu.sct.simulation.core.sexec;singleton:=true
  5. Bundle-Version: 3.1.0.qualifier
  6. Bundle-Activator: org.yakindu.sct.simulation.core.sexec.SExecCoreActivator
  7. Require-Bundle: org.yakindu.sct.simulation.core,
  8. org.eclipse.core.runtime,
  9. org.yakindu.sct.model.sexec,
  10. com.google.inject,
  11. org.eclipse.xtext,
  12. org.yakindu.sct.model.stext,
  13. org.eclipse.xtend.lib,
  14. com.google.guava,
  15. org.yakindu.sct.commons,
  16. org.eclipse.emf.workspace,
  17. org.yakindu.base.xtext.utils.jface,
  18. org.yakindu.sct.domain,
  19. org.yakindu.sct.model.stext.lib,
  20. org.yakindu.base.expressions.interpreter
  21. Bundle-RequiredExecutionEnvironment: JavaSE-1.8
  22. Bundle-ActivationPolicy: lazy
  23. Export-Package: org.yakindu.sct.simulation.core.sexec,
  24. org.yakindu.sct.simulation.core.sexec.container,
  25. org.yakindu.sct.simulation.core.sexec.interpreter,
  26. org.yakindu.sct.simulation.core.sexec.launch
  27. Bundle-Vendor: statecharts.org