Changes

Jump to: navigation, search

OSGi : Develop Simple Apps

28 bytes added, 00:25, 23 January 2011
no edit summary
* Get the Bundle object for a bundle.
<h5>4.2 Define the MANIFEST.MF for the ''cs.ecl.osgi.simple.bookfinderservicebookfinderconsumer'' bundle</h5>
<source lang="xml">
Manifest-Version: 1.0
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Import-Package: cs.ecl.osgi.simple.bookfinder,
org.osgi.framework;version="1.3.0"
Bundle-Vendor: Seneca College - Eclipse Course
Require-Bundle: org.eclipse.osgi;bundle-version="3.6.1"
</source>

Navigation menu