Skip to content

Commit

Permalink
Updated the build target to ensure that files in the source tree over…
Browse files Browse the repository at this point in the history
…write files with the same name in imported third-party modules.
  • Loading branch information
Jonathan Wilde committed Jul 21, 2010
1 parent 98d9b30 commit 80309ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Expand Up @@ -118,7 +118,7 @@
</copy>

<!-- Quizzical -->
<copy todir="${build}">
<copy todir="${build}" overwrite="true">
<fileset dir="${source}"
includes="**/*"
excludes="README.txt" />
Expand Down

0 comments on commit 80309ff

Please sign in to comment.