Comment out QR code encoder package for the moment
authorsrowen <srowen@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Thu, 13 Nov 2008 19:08:25 +0000 (19:08 +0000)
committersrowen <srowen@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Thu, 13 Nov 2008 19:08:25 +0000 (19:08 +0000)
git-svn-id: http://zxing.googlecode.com/svn/trunk@696 59b500cc-1b3d-0410-9834-0bbf25fbcc57

core/build.xml

index 7a71be8..0f9102f 100644 (file)
            optimize="true"
            debug="${generate-debug}"
            deprecation="true"
-           fork="true"/>
+           fork="true">
+      <!-- TODO re-add this package -->
+      <exclude name="com/google/zxing/qrcode/encoder/**"/>
+    </javac>
     <jar jarfile="core.jar" basedir="build">
       <!-- These entries allow core.jar to function as an OSGi bundle, and also specifices
            additional attributes for compatibility with BugLabs's BUG platform.