Skip to content

Commit

Permalink
remove todo from build
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Nov 21, 2015
1 parent e831aa7 commit ebd1975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<delete dir="${build}/tests" />
<delete file="${build}/.travis.yml" />
<delete file="${build}/phpunit.xml" />
<delete file="${build}/todo.txt" />
<delete file="${build}/TODO.md" />
<delete includeemptydirs="true">
<fileset dir="${build}/cache" includes="*" />
</delete>
Expand Down

0 comments on commit ebd1975

Please sign in to comment.