CrispyClientActivator.java | Class | This class is a example for a client in a OSGi environment.
The client require in the META-INF directory a Manifest.mf with
the follow contents:
Manifest-Version: 1.0
Bundle-Name: CrispyClient
Bundle-ClassPath: ., crispy-with-tests-0.6.2.jar, commons-logging.jar, commons-proxy-0.1-SNAPSHOT.jar
Bundle-Activator: net.sf.crispy.extension.osgi.CrispyClientActivator
Import-Package: org.osgi.framework, test.crispy.example.service
Bundle-SymbolicName: CrispyClient
Bundle-Version: 1.0.0
Importend:
The Bundle-ClassPath must contain all libraries. |