Add some quotes on preverify command line to fix build issues on Windows, where paths may have spaces

git-svn-id: https://zxing.googlecode.com/svn/trunk@253 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
srowen 2008-03-06 21:48:34 +00:00
parent 024c46b18e
commit d6fbe7504b

View file

@ -116,7 +116,7 @@
<mkdir dir="build-j2me"/>
<exec executable="${WTK-home}/bin/preverify1.1" failonerror="true">
<arg line="-classpath ${preverify-classpath} -d build-j2me build"/>
<arg line="-classpath '${preverify-classpath}' -d build-j2me build"/>
</exec>
<copy todir="build-j2me">