Remove name property to silence warning. This didn't work with earlier

version of ant but I'll hope it's ok for everybody now.
This commit is contained in:
Eric House 2015-04-07 07:31:41 -07:00
parent 429d1c1972
commit 07615ff9d7

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project name="XWords4">
<project>
<target name="my-pre-clean">
<exec dir="." executable="../scripts/rm-non-git.sh" output="/dev/null"