diff build.xml @ 6:01cdbc95142f default tip

update build.xml
author Yu Taninari <you@cr.ie.u-ryukyu.ac.jp>
date Mon, 30 Apr 2012 16:04:44 +0900
parents 756bfaf731f3
children
line wrap: on
line diff
--- a/build.xml	Mon Apr 23 21:10:23 2012 +0900
+++ b/build.xml	Mon Apr 30 16:04:44 2012 +0900
@@ -12,6 +12,9 @@
         <mkdir dir="${dir}" />
         <javac encoding="UTF-8" srcdir="src" destdir="${dir}" fork="yes" includeantruntime="false">
             <compilerarg value="-J-Dfile.encoding=UTF8"/>
+	    <classpath>
+	      <pathelement path = "lib/junit.jar"/>
+	    </classpath>
             <sourcepath>
              <pathelement path="src"/>
             </sourcepath>