TGG-3.0-Prototype/SoftwareSystem/META-INF/MANIFEST.MF

18 lines
529 B
Plaintext

Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: SoftwareSystem;singleton:=true
Automatic-Module-Name: SoftwareSystem
Bundle-Version: 0.1.0.qualifier
Bundle-ClassPath: .
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: JavaSE-17
Export-Package: softwareSystem,
softwareSystem.impl
Require-Bundle: org.eclipse.emf.ecore;visibility:=reexport,
org.eclipse.core.runtime,
org.emoflon.smartemf
Bundle-ActivationPolicy: lazy