Skip to content

Commit

Permalink
Added include-sources field to ant build script
Browse files Browse the repository at this point in the history
git-svn-id: https://zxing.googlecode.com/svn/trunk@2643 59b500cc-1b3d-0410-9834-0bbf25fbcc57
  • Loading branch information
[email protected] committed Apr 9, 2013
1 parent e13b854 commit 44f46de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions actionscript/core/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit 44f46de

Please sign in to comment.