blob: b8b883dbac80f8e9af057067abf744cc96929f59 [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('a'))][myParam.name/]
[/if] AFTER_TEXT
last line
[/file]
[/template]