21 lines
681 B
Plaintext
21 lines
681 B
Plaintext
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: %pluginName
|
|
Bundle-SymbolicName: fr.tpt.mem4csd.loss;singleton:=true
|
|
Automatic-Module-Name: fr.tpt.mem4csd.loss
|
|
Bundle-Version: 0.1.0.qualifier
|
|
Bundle-ClassPath: .
|
|
Bundle-Vendor: %providerName
|
|
Bundle-Localization: plugin
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-17
|
|
Export-Package: fr.tpt.mem4csd.loss,
|
|
fr.tpt.mem4csd.loss.impl,
|
|
fr.tpt.mem4csd.loss.util,
|
|
fr.tpt.mem4csd.lossTransform,
|
|
fr.tpt.mem4csd.lossTransform.impl,
|
|
fr.tpt.mem4csd.lossTransform.util
|
|
Require-Bundle: org.eclipse.emf.ecore;visibility:=reexport,
|
|
fr.tpt.mem4csd.loss;visibility:=reexport,
|
|
org.eclipse.core.runtime
|
|
Bundle-ActivationPolicy: lazy
|