[autocomplete] 101/143: Remove extraneous build warning when using Ant 1.8.x. Allow IconGroups to work with paths specified both with and without trailing '/' chars.

Benjamin Mesing ben at alioth.debian.org
Sat Oct 19 12:53:25 UTC 2013


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 <robert at fifesoft.com>
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



More information about the pkg-java-commits mailing list