Skip to content

Commit

Permalink
Creating .MD5 file for .zip file.
Browse files Browse the repository at this point in the history
  • Loading branch information
opussf committed Oct 4, 2014
1 parent 44e2a82 commit fbe11e2
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 @@ -80,7 +80,7 @@
<delete dir="${package.dir}" verbose="false"/>
<checksum file="${target.dir}/${project.zip}"
property="zip.md5" />
<echo message="${zip.md5}" />
<echo file="${target.dir}/${project.zip}.md5">${zip.md5} ${project.zip}${line.separator}</echo>
</target>

<target name="web.deploy" description="deploys the web site">
Expand Down

0 comments on commit fbe11e2

Please sign in to comment.