Source Code for Examples


Select a project to browse the source code. I current do not include graphics or other binary artifacts. I include the source code and xml files as well as the ".projects" and the ".classpath" files.

Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Firstbundle
Bundle-SymbolicName: de.vogella.osgi.firstbundle
Bundle-Version: 1.0.0.qualifier
Bundle-Activator: de.vogella.osgi.firstbundle.Activator
Import-Package: org.osgi.framework;version="1.3.0"
Bundle-RequiredExecutionEnvironment: JavaSE-1.6