Skip to content

Commit

Permalink
Updated build file to include *.bytes data files for unit tests.
Browse files Browse the repository at this point in the history
git-svn-id: https://metadata-extractor.googlecode.com/svn/trunk@113 7bd79e3c-ab28-1fa5-d007-79fa9fde61af
  • Loading branch information
drewnoakes committed Nov 18, 2011
1 parent 3a6bca2 commit 0af4bd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
<target name="dist-source" depends="clean, compile, test" description="generate source distribution">
<jar destfile="${dist}/metadata-extractor-${version}-src.jar" update="false">
<fileset dir="."
includes="${src}/**/*.java, ${src}/**/*.jpg, ${src}/**/*.metadata, ${src}/**/package.html, ${lib}/junit.jar, build.xml, ChangeLog.txt"/>
includes="${src}/**/*.java, ${src}/**/*.jpg, ${src}/**/*.bytes, ${src}/**/*.metadata, ${src}/**/package.html, ${lib}/junit.jar, build.xml, ChangeLog.txt"/>
<file file="LICENSE-2.0.txt" />
<file file="README.txt" />
</jar>
Expand Down

0 comments on commit 0af4bd9

Please sign in to comment.