mirror of
https://github.com/zxing/zxing.git
synced 2025-02-02 05:41:08 -08:00
Made Barcode Scanner builds runs clean first to prevent stale resources and build problems related to the state ProGuard leaves the class files in.
git-svn-id: https://zxing.googlecode.com/svn/trunk@1183 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
719ed5b883
commit
30c41e5182
|
@ -130,8 +130,9 @@ limitations under the License.
|
|||
|
||||
<!-- rules -->
|
||||
|
||||
<!-- Create the output directories if they don't exist yet. -->
|
||||
<target name="dirs">
|
||||
<!-- Create the output directories if they don't exist yet. All builds do a clean first
|
||||
to prevent stale resources and to make ProGuard happy. -->
|
||||
<target name="dirs" depends="clean">
|
||||
<echo>Creating output directories if needed...</echo>
|
||||
<mkdir dir="${resource-folder}" />
|
||||
<mkdir dir="${external-libs-folder}" />
|
||||
|
|
Loading…
Reference in a new issue