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

Fix indent

parent f8d76ba5
No related branches found
No related tags found
No related merge requests found
......@@ -119,9 +119,9 @@
srcdir="${source}:${thrift.out.dir}"
destdir="${build}">
</javac>
<copy todir="${build}">
<fileset dir="${resources}" />
</copy>
<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