Skip to content
Snippets Groups Projects
Commit f8d76ba5 authored by Satoshi Kobayashi's avatar Satoshi Kobayashi
Browse files

To solve #400

parent 2d99f7aa
No related branches found
No related tags found
No related merge requests found
......@@ -119,6 +119,9 @@
srcdir="${source}:${thrift.out.dir}"
destdir="${build}">
</javac>
<copy todir="${build}">
<fileset dir="${resources}" />
</copy>
</target>
<target name="compile-tests" depends="compile-test"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment