Skip to content
Snippets Groups Projects
MANIFEST.MF 761 B
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.fortiss.tooling.ext.quality;singleton:=true
Bundle-Version: 1.0.0.qualifier
Automatic-Module-Name: org.fortiss.tooling.ext.quality
Bundle-RequiredExecutionEnvironment: JavaSE-11
Bundle-Vendor: %providerName
Bundle-Activator: org.fortiss.tooling.ext.quality.AF3QualityActivator
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.emf.ecore;visibility:=reexport,
 org.fortiss.tooling.base;visibility:=reexport,
 org.fortiss.tooling.kernel;visibility:=reexport
Export-Package: org.fortiss.tooling.ext.quality.service
Import-Package: org.fortiss.af3.component.model,
 org.fortiss.af3.component.utils,
 org.fortiss.af3.project.model,
 org.fortiss.af3.project.utils