Skip to main content
summaryrefslogtreecommitdiffstats
blob: 9e7d7c80fc64ffd6bf9ab120116db02b33ec36b7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Osee Lifecycle
Bundle-SymbolicName: org.eclipse.osee.framework.lifecycle;singleton:=true
Bundle-Version: 0.9.7.qualifier
Bundle-Activator: org.eclipse.osee.framework.lifecycle.internal.Activator
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.lifecycle,
 org.osgi.framework
Eclipse-ExtensibleAPI: true
Bundle-ActivationPolicy: lazy
Export-Package: org.eclipse.osee.framework.lifecycle

Back to the top