blob: 58600f8d5bc2ca727f2ac0ca181ffa8b47b94d51 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: com.agfa.hap.sdo
Bundle-SymbolicName: com.agfa.hap.sdo;singleton:=true
Bundle-Version: 1.0.5
Bundle-Localization: plugin
Export-Package: com.agfa.hap.sdo,
com.agfa.hap.sdo.core,
com.agfa.hap.sdo.helper,
com.agfa.hap.sdo.impl,
com.agfa.hap.sdo.implementation,
com.agfa.hap.sdo.mapper,
com.agfa.hap.sdo.model,
com.agfa.hap.sdo.osgi,
com.agfa.hap.sdo.test,
com.agfa.hap.sdo.util,
commonj.sdo,
commonj.sdo.helper,
commonj.sdo.impl
Import-Package: org.apache.log4j,
org.junit;version="4.1.0";resolution:=optional
Eclipse-LazyStart: true
Agfa-RemoteServices: true
Require-Bundle: org.eclipse.core.runtime;resolution:=optional
Bundle-Activator: com.agfa.hap.sdo.osgi.SdoActivator
|