blob: 658b4f80f4e8f7849c32bfe0660ccf6a3782e698 [file] [log] [blame]
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"
}