MANIFEST.MF 838 B

123456789101112131415161718192021222324
  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. Bundle-Vendor: YAKINDU
  8. Bundle-RequiredExecutionEnvironment: J2SE-1.5
  9. Export-Package: org.yakindu.sct.model.sgraph,
  10. org.yakindu.sct.model.sgraph.impl,
  11. org.yakindu.sct.model.sgraph.naming,
  12. org.yakindu.sct.model.sgraph.resource,
  13. org.yakindu.sct.model.sgraph.resource.provider,
  14. org.yakindu.sct.model.sgraph.util
  15. Require-Bundle: org.eclipse.core.runtime,
  16. org.eclipse.emf.ecore;visibility:=reexport,
  17. org.eclipse.emf.ecore.xmi,
  18. org.eclipse.xtext,
  19. de.itemis.xtext.utils.gmf,
  20. org.eclipse.gmf.runtime.emf.core,
  21. org.yakindu.base.types;visibility:=reexport
  22. Bundle-ActivationPolicy: lazy
  23. Eclipse-BundleShape: dir