Skip to content

Commit

Permalink
ignore test suite when copying
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@9835 ee4ac58c-ac51-4696-9907-e4b3aa274f04
  • Loading branch information
tjc committed Feb 19, 2009
1 parent c7d40b3 commit 5a98f03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.xml
Expand Up @@ -73,6 +73,7 @@
<copy todir="${build.src.main}">
<fileset dir="${src.dir}">
<exclude name="**/CVS/**" />
<exclude name="test/**" />
</fileset>
</copy>

Expand Down

0 comments on commit 5a98f03

Please sign in to comment.