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: Parameterfirst
Bundle-SymbolicName: de.vogella.rcp.commands.parameterfirst; singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-Activator: de.vogella.rcp.commands.parameterfirst.Activator
Require-Bundle: org.eclipse.ui,
 org.eclipse.core.runtime
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.6