Community
Participate
Working Groups
Reformat sources according to the project guidelines: * Copy .settings/ folder from an existing Mylyn project (e.g. o.e.mylyn.tasks.core) and reformat sources. * Classes should have a blank link before the final closing curly brace. The build properties need to have the appropriate entries: * The about.html file needs to be included in binary and source bundles * The compilation environment should be set to: jre.compilation.profile = J2SE-1.5
https://github.com/MilesParker/mylyn.incubator/commit/dfa4e82287316ddd536828bb828919aa1ec4e70e • Classes should have a blank link before the final closing curly brace. Note that the source formatter doesn't enforce that so I had to do it manually. (regexp: }\R}\Z -> }\R\R}\Z )