Tiny clarification to build

git-svn-id: https://zxing.googlecode.com/svn/trunk@1082 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
srowen 2009-10-22 18:55:27 +00:00
parent 7f428a3a9b
commit 0a26db6e5a

View file

@ -185,8 +185,9 @@ limitations under the License.
</classpath>
</javac>
<!-- Optimize with ProGuard -->
<unzip src="../core/core.jar" dest="${out-classes}" overwrite="true"/>
<!-- Optimize with ProGuard; can comment out this section to disable it -->
<mkdir dir="optimized"/>
<property name="libraryjars.path" refid="android.target.classpath"/>
<java jar="${WTK-home}/bin/proguard.jar" fork="true" failonerror="true">
@ -207,6 +208,7 @@ limitations under the License.
</java>
<delete dir="${out-classes}"/>
<move file="optimized" tofile="${out-classes}"/>
<!-- End optimization -->
</target>
<!-- Convert this project's .class files into .dex files. -->