mirror of
https://github.com/zxing/zxing.git
synced 2025-03-05 20:48:51 -08:00
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:
parent
60f3af2607
commit
8666ac2f8f
|
@ -41,7 +41,10 @@
|
||||||
optimize="true"
|
optimize="true"
|
||||||
debug="${generate-debug}"
|
debug="${generate-debug}"
|
||||||
deprecation="true"
|
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">
|
<jar jarfile="core.jar" basedir="build">
|
||||||
<!-- These entries allow core.jar to function as an OSGi bundle, and also specifices
|
<!-- These entries allow core.jar to function as an OSGi bundle, and also specifices
|
||||||
additional attributes for compatibility with BugLabs's BUG platform.
|
additional attributes for compatibility with BugLabs's BUG platform.
|
||||||
|
|
Loading…
Reference in a new issue