mirror of
https://github.com/zxing/zxing.git
synced 2025-02-02 05:41:08 -08:00
Fix up release target
git-svn-id: https://zxing.googlecode.com/svn/trunk@67 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
153e4e5035
commit
8a4e518f82
|
@ -17,10 +17,11 @@
|
|||
<ant dir="javase" target="clean"/>
|
||||
</target>
|
||||
|
||||
<target name="release">
|
||||
<target name="release" depends="build,clean">
|
||||
<zip file="ZXing-${version}.zip" basedir=".">
|
||||
<include name="COPYING"/>
|
||||
<include name="README"/>
|
||||
<include name="CHANGES"/>
|
||||
<include name="build.xml"/>
|
||||
<include name="build.properties"/>
|
||||
<include name="core/**"/>
|
||||
|
|
Loading…
Reference in a new issue