Tiny clarification to build
authorsrowen <srowen@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Thu, 22 Oct 2009 18:55:27 +0000 (18:55 +0000)
committersrowen <srowen@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Thu, 22 Oct 2009 18:55:27 +0000 (18:55 +0000)
git-svn-id: http://zxing.googlecode.com/svn/trunk@1082 59b500cc-1b3d-0410-9834-0bbf25fbcc57

android/build.xml

index 0454357..c07d858 100644 (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. -->