Add to result the raw, but parsed, bytes of byte segments in 2D barcodes
[zxing.git] / core / build.xml
index 7a71be8..633d81b 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.
       <batchtest>
         <fileset dir="test/src">
           <include name="**/${subdir}/*BlackBox*TestCase.java"/>
+          <exclude name="**/Abstract*.java"/>            
         </fileset>
       </batchtest>
     </junit>
         <fileset dir="test/src">
           <include name="**/*TestCase.java"/>          
           <exclude name="**/*BlackBox*TestCase.java"/>
+          <exclude name="**/Abstract*.java"/>
         </fileset>
       </batchtest>
     </junit>