|
Class Summary |
| ActionAddBuilderToProject |
Implements an action to add the ReadmeBuilder
directly to an existing project. |
| ActionAddCustomNature |
Implements an action to add the CustomNature directly
to an existing project. |
| ActionListBuilders |
Implements an action that lists all the builders associated with the
selected project. |
| ActionRemoveBuilderFromProject |
The ActionRemoveBuilderFromProject implements an action
to remove a builder from an existing project. |
| ActionRemoveCustomNature |
The ActionRemoveCustomNature implements an action
to remove the nature implemented using CustomNature
directly from an existing project. |
| CustomNature |
Simple implementation of a nature that customizes a project by adding the
ReadmeBuilder to the list of builders found in a project description. |
| NewProjectWizard |
Wizard to create a new project with the nature CustomNature. |
| ReadmeBuilder |
Builder for .readme files. |
| ReadmeVisitor |
Processes an IResourceDelta to find .readme files and
create stub .html files. |