mirror of
https://github.com/zxing/zxing.git
synced 2025-03-05 20:48:51 -08:00
Make sure to clean up generated web.xml with password!
git-svn-id: https://zxing.googlecode.com/svn/trunk@434 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
0f7a4e936f
commit
83e8ca4eca
|
@ -73,7 +73,8 @@
|
|||
</target>
|
||||
|
||||
<target name="clean">
|
||||
<delete dir="web/WEB-INF/classes"/>
|
||||
<delete dir="web/WEB-INF/web.xml"/>
|
||||
<delete dir="web/WEB-INF/classes"/>
|
||||
<delete file="web/WEB-INF/lib/core.jar"/>
|
||||
<delete file="web/WEB-INF/lib/javase.jar"/>
|
||||
<delete file="zxingorg.war"/>
|
||||
|
|
Loading…
Reference in a new issue