Skip to main content
summaryrefslogtreecommitdiffstats
blob: b9908407500456dffea342de2bda5c6d10936873 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Logging Plug-in
Bundle-SymbolicName: org.eclipse.osee.framework.logging;singleton:=true
Bundle-Version: 0.19.0.qualifier
Bundle-Vendor: Eclipse Open System Engineering Environment
Bundle-ActivationPolicy: lazy
Import-Package: org.eclipse.osee.framework.jdk.core.util
Export-Package: org.eclipse.osee.framework.logging
Bundle-RequiredExecutionEnvironment: JavaSE-1.6

Back to the top