Skip to main content
summaryrefslogtreecommitdiffstats
blob: 0123852c267b37968533c4d8e1f68c93402ea6c9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Osee Lifecycle
Bundle-SymbolicName: org.eclipse.osee.framework.lifecycle;singleton:=true
Bundle-Version: 0.20.1.qualifier
Bundle-Vendor: Eclipse Open System Engineering Environment
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Import-Package: org.eclipse.core.runtime,
 org.eclipse.osee.framework.core.exception,
 org.eclipse.osee.framework.core.model,
 org.eclipse.osee.framework.core.operation,
 org.eclipse.osee.framework.core.util,
 org.eclipse.osee.framework.jdk.core.type,
 org.eclipse.osee.framework.jdk.core.util,
 org.eclipse.osee.framework.lifecycle,
 org.osgi.framework
Eclipse-ExtensibleAPI: true
Bundle-ActivationPolicy: lazy
Export-Package: org.eclipse.osee.framework.lifecycle
Service-Component: OSGI-INF/lifecycle.service.xml

Back to the top