Browse Source

Fix allclean target in build

master
Jaikiran Pai 7 years ago
parent
commit
ca91b859f1
1 changed files with 4 additions and 2 deletions
  1. +4
    -2
      build.xml

+ 4
- 2
build.xml View File

@@ -1408,8 +1408,10 @@
description="--> cleans up everything">
<delete file="${bootstrap.dir}/bin/antRun"/>
<delete file="${bootstrap.dir}/bin/antRun.bat"/>
<delete file="${bootstrap.dir}/bin/*.pl"/>
<delete file="${bootstrap.dir}/bin/*.py"/>
<delete>
<fileset dir="${bootstrap.dir}/bin" includes="*.pl"/>
<fileset dir="${bootstrap.dir}/bin" includes="*.py"/>
</delete>
</target>

<!--


Loading…
Cancel
Save