Comment out QR code encoder package for the moment

git-svn-id: https://zxing.googlecode.com/svn/trunk@696 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
srowen 2008-11-13 19:08:25 +00:00
parent 60f3af2607
commit 8666ac2f8f

View file

@ -41,7 +41,10 @@
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.