blob: 558375824a5f66a146f34ea0fc032db1bacb8252 [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)]
[myParam.myOtherTemplate()/]
[/file]
[/template]
[template public myOtherTemplate(myParam : ecore::EPackage) post(self.)]
[myParam.name/]
[/template]