This is an automated email from the git hooks/post-receive script. stuart pushed a commit to branch master in repository latexdraw.
commit 65b3b8dd7fa3825168ab9277ea0d1cd75186ed83 Author: Stuart Prescott <[email protected]> Date: Tue Jul 15 18:57:11 2008 +0000 * specify source code encoding --- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.xml b/build.xml index 0774c8a..4331aed 100644 --- a/build.xml +++ b/build.xml @@ -19,7 +19,7 @@ </target> <target name="compile"> - <javac srcdir="latexDraw" destdir="" classpathref="classpathlib" debug="on" /> + <javac srcdir="latexDraw" destdir="" classpathref="classpathlib" debug="on" encoding="UTF-8" /> </target> <target name="junit" description="Launches the junit tests." depends="junit check"> -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/latexdraw.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

