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