blob: 89e3521fabe1fe36544a751a1bdf37bbba3ca1a3 [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]
last line
[/file]
[/template]