git-svn-id: https://zxing.googlecode.com/svn/trunk@40 59b500cc-1b3d-0410-9834-0bbf25fbcc57

This commit is contained in:
srowen 2007-11-15 18:17:20 +00:00
parent bf1d4f984d
commit e66596aac3

View file

@ -45,7 +45,7 @@
<exec executable="sh" outputproperty="jar-size">
<arg line="-c &quot;wc -c ZXingReader.jar | cut -d' ' -f1&quot;"/>
</exec>
<copy file="ZXingReader.jad.template" tofile="ZXingReader.jad">
<copy file="ZXingReader.jad.template" tofile="ZXingReader.jad" overwrite="true">
<filterset>
<filter token="JAR_SIZE" value="${jar-size}"/>
</filterset>