12345678910111213141516 |
- Manifest-Version: 1.0
- Bundle-ManifestVersion: 2
- Bundle-Name: sgraph model
- Bundle-SymbolicName: org.yakindu.sct.model.sgraph;singleton:=true
- Bundle-Version: 1.0.0
- Bundle-ClassPath: .
- Bundle-Vendor: YAKINDU
- Bundle-RequiredExecutionEnvironment: JavaSE-1.6
- Export-Package: org.yakindu.sct.model.sgraph,
- org.yakindu.sct.model.sgraph.impl,
- org.yakindu.sct.model.sgraph.util
- Require-Bundle: org.eclipse.core.runtime,
- org.eclipse.emf.ecore;visibility:=reexport,
- org.eclipse.emf.ecore.xmi;bundle-version="2.7.0"
- Bundle-ActivationPolicy: lazy
|