blob: 62b5bf1e9eb94ec2993d9a924908bf69b01823e9 [file] [log] [blame]
<%if (antStep.isRunInEclipse()) {%>
<target name="<%=new GenerationHelper().getPositionString(antStep)%>" depends="init,install.egf" >
<anteclipse target="<%=antStep.getTargetName()%>" />
</target>
<%} else {%>
<target name="<%=new GenerationHelper().getPositionString(antStep)%>">
<antcall target="<%=antStep.getTargetName()%>"/>
</target>
<%}%>
<%=antStep.getXml() == null?"":antStep.getXml()%>