Mercurial > hg > Members > you > BroadCastTreeVNC
changeset 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 | 970d5ac80256 |
children | |
files | build.xml lib/junit.jar |
diffstat | 2 files changed, 3 insertions(+), 0 deletions(-) [+] |
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>