The following block of source code shows how to include create ordered and unordered lists.
/* * Build information: ! ** @Author Fred McGuirk ! ** Sample class to show how to perform an action for each file updated by the ! ** build process. ! ** ! ** This class will be registered as a PostProcess observer and will monitor the ! ** following events: ! ** @OList ! ** Full Build Start ! ** Incremental build for a single file ! ** Full Build End ! ** @OLIst_End ! ** These events are triggered when: ! ** @UList ! ** A file is saved in the editor ! ** The build action is selected from the pop-up menu in the editor ! ** The build action is selected against one or more selected files in the Navigator View ! ** @UList_End */ DEF CLASS "execModifiedFiles"