I’m following the Lars’ book “Contributing to Eclipse Platform”, and these are some synthetic notes on the content. These notes can be exploded into a real-life tutoria on contribution, by adding images, notes and personal experience.
Plugins and Features
create eclipse plugin, no activator, template hello world command
manifest.mf > launch eclipse application
export plugin > current eclipse installation
create feature, initialize from previous plugin
add category.xml, add category and feature
export deployable feature to local repository, install feature from local repo
Git and Eclipse
Most important thing to learn from me, since I’m an experienced Eclipse developer, but I’m not very “fluent” with Git.
0 Comments