blob: 4a4bb0758ca140371344de578bbdfedf074284fc [file] [log] [blame]
<target name="<%=new GenerationHelper().getNameOrGeneratedIdString(cleanStep)%>" >
<%if (cleanStep.getType() == CLEAN_TYPE.WORKSPACE) {%>
<antcall target="clean.workspace" />
<%}%>
<%if (cleanStep.getType() == CLEAN_TYPE.RESULT) {%>
<antcall target="clean.result" />
<%}%>
<%if (cleanStep.getType() == CLEAN_TYPE.TOOLS) {%>
<antcall target="clean.tools" />
<%}%>
<%if (cleanStep.getType() == CLEAN_TYPE.ALL) {%>
<antcall target="clean.all" />
<%}%>
</target>