This is an automated email from the git hooks/post-receive script. ben pushed a commit to branch master in repository autocomplete.
commit 1ae390fdb9d75e8cc0435875b510423c3245d4b0 Author: bobbylight <[email protected]> Date: Thu Jul 26 04:03:01 2012 +0000 Remove extraneous build warning when using Ant 1.8.x. Allow IconGroups to work with paths specified both with and without trailing '/' chars. --- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.xml b/build.xml index 6c22da0..2c5f8cf 100644 --- a/build.xml +++ b/build.xml @@ -40,7 +40,7 @@ <javac srcdir="${source-dir}" destdir="${class-dir}" classpath="../RSyntaxTextArea/dist/rsyntaxtextarea.jar" deprecation="yes" debug="${debug}" debuglevel="${debuglevel}" - source="${java-level}" target="${java-level}"/> + source="${java-level}" target="${java-level}" includeantruntime="false"/> </target> -- 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

