1Manifest-Version: 1.0 2Bundle-Name: ClientSupport 3Bundle-Description: Provides SessionService, AuthenticationService. Extends RegistryService. 4Bundle-Activator: com.ibm.ive.eccomm.client.support.ClientSupportActivator 5Import-Package: com.ibm.ive.eccomm.client.services.log, 6 com.ibm.ive.eccomm.client.services.registry, 7 com.ibm.ive.eccomm.service.registry; specification-version=1.0.0, 8 com.ibm.ive.eccomm.service.session; specification-version=1.0.0, 9 com.ibm.ive.eccomm.service.framework; specification-version=1.2.0, 10 org.osgi.framework; specification-version=1.0.0, 11 org.osgi.service.log; specification-version=1.0.0, 12 com.ibm.ive.eccomm.flash; specification-version=1.2.0, 13 com.ibm.ive.eccomm.client.xml, 14 com.ibm.ive.eccomm.client.http.common, 15 com.ibm.ive.eccomm.client.http.client 16Import-Service: org.osgi.service.log.LogReaderService 17 org.osgi.service.log.LogService, 18 com.ibm.ive.eccomm.service.registry.RegistryService 19Export-Package: com.ibm.ive.eccomm.client.services.authentication; specification-version=1.0.0, 20 com.ibm.ive.eccomm.service.authentication; specification-version=1.0.0, 21 com.ibm.ive.eccomm.common; specification-version=1.0.0, 22 com.ibm.ive.eccomm.client.services.registry.store; specification-version=1.0.0 23Export-Service: com.ibm.ive.eccomm.service.authentication.AuthenticationService, 24 com.ibm.ive.eccomm.service.session.SessionService 25Bundle-Vendor: IBM 26Bundle-Version: 1.2.0 27