| pre { | |
| for (example in t_example.all) { | |
| example.~index = loopCount; | |
| } | |
| } | |
| rule Examples2PluginXml { | |
| template : "examples2PluginXml.egl" | |
| target : "plugin.xml" | |
| } | |
| rule Example2Wizard | |
| transform example : t_example { | |
| template : "example2ProjectWizard.egl" | |
| target : "src-gen/org/eclipse/epsilon/common/dt/examples/" + | |
| "ExampleProjectWizard" + example.~index + ".java" | |
| } |