Skip to main content
summaryrefslogtreecommitdiffstats
blob: 36b5aa4414a7fce829e09f25f4e7d80b070958ea (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.modisco.workflow;singleton:=true
Bundle-Version: 0.11.0.qualifier
Bundle-ClassPath: .
Bundle-Vendor: %Bundle-Vendor
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Export-Package: org.eclipse.modisco.workflow.modiscoworkflow,
 org.eclipse.modisco.workflow.modiscoworkflow.impl;x-friends:="org.eclipse.modisco.workflow.core"
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.emf.ecore;visibility:=reexport
Bundle-ActivationPolicy: lazy
Bundle-Activator: org.eclipse.modisco.workflow.Activator

Back to the top