To create a text template:
The GenerateSQL text template is created and shows up in a template editor:
[#package tutorial.uml2relational] [#template public GenerateSQL()] [#file]file.txt[/#file] generated text [/#template]
This template uses a file directive to determine the file path in which the generated contents must be written out (e.g. file.txt). The code between the template directive start tag and end tag describes the text to be generated (e.g. generated text).