This is an automated email from the git hooks/post-receive script. ben pushed a commit to branch master in repository autocomplete.
commit 2f56684e9a67a18bcb859e113ab736fb18a13309 Author: bobbylight <[email protected]> Date: Sun Dec 30 04:47:05 2012 +0000 All: Update Ant scripts so javac -source and -target options use "lines,vars,source", not "lines,var,source". --- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.xml b/build.xml index 228d6d5..b7177d8 100644 --- a/build.xml +++ b/build.xml @@ -29,7 +29,7 @@ <property name="dist-dir" location="dist"/> <property name="doc-dir" location="javadoc"/> <property name="debug" value="true"/> - <property name="debuglevel" value="lines,var,source"/> + <property name="debuglevel" value="lines,vars,source"/> <property name="java-level" value="1.4"/> -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/autocomplete.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

