12345678910111213141516171819 |
- Manifest-Version: 1.0
- Bundle-ManifestVersion: 2
- Bundle-Name: Yakindu SCT SGraph Model
- Bundle-SymbolicName: org.yakindu.sct.model.sgraph;singleton:=true
- Bundle-Version: 1.0.0.qualifier
- Bundle-ClassPath: .
- Bundle-Vendor: YAKINDU
- Bundle-RequiredExecutionEnvironment: J2SE-1.5
- Export-Package: org.yakindu.sct.model.sgraph,
- org.yakindu.sct.model.sgraph.impl,
- org.yakindu.sct.model.sgraph.naming,
- org.yakindu.sct.model.sgraph.resource.provider,
- org.yakindu.sct.model.sgraph.util
- Require-Bundle: org.eclipse.core.runtime,
- org.eclipse.emf.ecore;visibility:=reexport,
- org.eclipse.emf.ecore.xmi,
- org.eclipse.xtext
- Bundle-ActivationPolicy: lazy
|