The template.properties file is a standard Java property file (key = value syntax)
that can be used to supply a template name, a template description,
and other information.
Recognized property file keys:
templateName
templateDescription
templateCategory
templateImage
supportedWizardTypes
nedfile, simplemodule, project, inifile) that
this template supports. If not specified, the wizard will support
all known wizard types.
ignoreResources
template.properties file and custom wizard page files
automatically count as non-templates, so they do not have to be listed.
Wildcards (*, **, ?) are accepted. Note that *.foo
is interpreted as ./*.foo; write **/*.foo to mean foo files
anywhere.
verbatimFiles
.ftl extension. Wildcards (*, **, ?) are accepted.
Note that *.foo is interpreted as ./*.foo; write **/*.foo
to mean foo files anywhere.
The New OMNeT++ Project wizard also recognizes the following options (these options can be overridden from custom wizard pages):
addProjectReference
sourceFolders
nedSourceFolders
makemakeOptions
There are additional options for adding custom pages into the wizard, as described in the next section.