MANIFEST.MF 874 B

12345678910111213141516171819202122232425
  1. Manifest-Version: 1.0
  2. Bundle-ManifestVersion: 2
  3. Bundle-Name: Yakindu SCT SGraph Model
  4. Bundle-SymbolicName: org.yakindu.sct.model.sgraph;singleton:=true
  5. Bundle-Version: 1.0.0.qualifier
  6. Bundle-ClassPath: .,
  7. org.yakindu.sct.model.sgraph.jar
  8. Bundle-Vendor: YAKINDU
  9. Bundle-RequiredExecutionEnvironment: J2SE-1.5
  10. Export-Package: org.yakindu.sct.model.sgraph,
  11. org.yakindu.sct.model.sgraph.impl,
  12. org.yakindu.sct.model.sgraph.naming,
  13. org.yakindu.sct.model.sgraph.resource,
  14. org.yakindu.sct.model.sgraph.resource.provider,
  15. org.yakindu.sct.model.sgraph.util
  16. Require-Bundle: org.eclipse.core.runtime,
  17. org.eclipse.emf.ecore;visibility:=reexport,
  18. org.eclipse.emf.ecore.xmi,
  19. org.eclipse.xtext,
  20. de.itemis.xtext.utils.gmf,
  21. org.eclipse.gmf.runtime.emf.core,
  22. org.yakindu.base.types;visibility:=reexport
  23. Bundle-ActivationPolicy: lazy
  24. Eclipse-BundleShape: dir