blob: 28dd2420171596a8bfc137c0a98a3f2eba22cb98 [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]