Skip to main content
summaryrefslogtreecommitdiffstats
blob: fa947e69a0c1cd94b1bd8018dac9b2504485ab5a (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.24.3.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.8

Back to the top