Deleting auto generated AutoAnalysis files in the ant clean target

This commit is contained in:
joseph.lizier 2015-07-07 14:58:01 +00:00
parent 3f3c737ddd
commit 4f88161873
1 changed files with 2 additions and 0 deletions

View File

@ -116,6 +116,8 @@
<delete file="${jarversiondistnamezip}"/>
<delete file="${distnamezip}"/>
<delete file="${jarplainname}"/>
<delete file="demos/AutoAnalyser/GeneratedTECalculator.*"/>
<delete file="demos/java/infodynamics/demos/autoanalysis/GeneratedTECalculator.*"/>
<!-- Don't delete the readme and version files - the user may not have the template to recreate them from -->
</target>