From f8d76ba5e1059aa41ec68ac5bfecf0023aed1367 Mon Sep 17 00:00:00 2001
From: Satoshi Kobayashi <satoshi-k@iij.ad.jp>
Date: Thu, 11 Apr 2013 11:49:02 +0900
Subject: [PATCH] To solve #400

---
 build.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/build.xml b/build.xml
index 0a3eb4bcd..78e84f76d 100644
--- a/build.xml
+++ b/build.xml
@@ -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"/>
-- 
GitLab