Skip to content

Commit

Permalink
Updated Ant build script to include the timeout.txt file
Browse files Browse the repository at this point in the history
  • Loading branch information
Ted authored and Ted committed Oct 19, 2011
1 parent e4fb6d6 commit 97a87c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@
<copy todir="${target.dir}">
<filelist dir="." files="license.txt,readme.txt,todo.txt,contributors.txt"/>
</copy>
<copy todir="${target.dir}" failonerror="false" file="timeout.txt"/>
<copy todir="${target.dir}/skein_engines">
<fileset dir="skein_engines" excludes="*.pyc"/>
</copy>
Expand Down

0 comments on commit 97a87c3

Please sign in to comment.