blob: b5976bfb5768359d6edb9a913e8b0c7a21da0d5f [file] [log] [blame]
[module myModule('http://www.eclipse.org/emf/2002/Ecore')/]
[comment @main /]
[template public myTemplate(myParam : ecore::EPackage)]
[file (myParam.name + '.txt', overwrite)]
first line
BEFORE_TEXT [if (myParam.name.startsWith('z'))][myParam.name/][/if]
last line
[/file]
[/template]