mirror of https://github.com/jlizier/jidt
Deleting auto generated AutoAnalysis files in the ant clean target
This commit is contained in:
parent
3f3c737ddd
commit
4f88161873
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue