mirror of
https://github.com/zxing/zxing.git
synced 2025-03-05 20:48:51 -08:00
Added include-sources field to ant build script
git-svn-id: https://zxing.googlecode.com/svn/trunk@2643 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
e13b8546a1
commit
44f46dee34
|
@ -61,6 +61,7 @@
|
|||
</pathconvert>
|
||||
<compc output="${dist}/${libraryName}" include-classes="${classes}">
|
||||
<source-path path-element="${src}"/>
|
||||
<include-sources dir="${basedir}/core/src" includes="*" />
|
||||
</compc>
|
||||
</target>
|
||||
|
||||
|
|
Loading…
Reference in a new issue