Don't include ArduinoTestSuite in Mac OS X distribution.

This commit is contained in:
David A. Mellis 2010-12-24 11:41:48 -06:00
parent 942435a678
commit a18eb93d81
1 changed files with 3 additions and 1 deletions

View File

@ -222,7 +222,9 @@
</exec> </exec>
<copy todir="macosx/working_dir"> <copy todir="macosx/working_dir">
<fileset dir="macosx/work" /> <fileset dir="macosx/work">
<exclude name="**/ArduinoTestSuite/**" />
</fileset>
</copy> </copy>
<!-- The ant copy command does not preserve permissions. --> <!-- The ant copy command does not preserve permissions. -->