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