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: Tinyurl
Bundle-SymbolicName: de.vogella.osgi.url.tinyurl
Bundle-Version: 1.0.2
Bundle-Activator: de.vogella.osgi.url.tinyurl.Activator
Import-Package: de.vogella.osgi.url.shorten,
org.osgi.framework;version="1.3.0"
Bundle-RequiredExecutionEnvironment: JavaSE-1.6