Skip to content

Commit

Permalink
Removed README.md from ZIP
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian committed Jan 25, 2013
1 parent 33922e4 commit 42646f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<target name="zip">
<zip destfile="rm2013.zip">
<zipfileset dir="." prefix="rm2013" excludes=".git,build.xml,rm2013.zip,rm2013-solution.zip,erm.sqs" />
<zipfileset dir="." prefix="rm2013" excludes=".git,build.xml,rm2013.zip,rm2013-solution.zip,erm.sqs,README.md" />
</zip>
</target>

Expand Down

0 comments on commit 42646f0

Please sign in to comment.