This is an automated email from the git hooks/post-receive script. henrich pushed a commit to branch master in repository pleiades.
commit aa667119f194d19bd408202158fdd96e7358a8fe Author: Hideki Yamane <[email protected]> Date: Sun Jul 2 08:26:59 2017 +0900 add includeantruntime="false" to avoid build warning --- debian/patches/build.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/patches/build.xml b/debian/patches/build.xml index bf98c3c..51db768 100644 --- a/debian/patches/build.xml +++ b/debian/patches/build.xml @@ -46,7 +46,7 @@ Subject: build.xml <exclude name=".settings/*" /> <exclude name="about/" /> <exclude name="bin/" /> -@@ -284,18 +293,11 @@ +@@ -284,18 +293,12 @@ <target name="javac" depends=""> <mkdir dir="${bin.dir}" /> @@ -62,7 +62,8 @@ Subject: build.xml - > - <compilerarg value="-Xlint:none" /> - </javac> -+ <javac srcdir="src" destdir="${bin.dir}" classpathref="project.classpath" encoding="UTF-8" debug="on"> ++ <javac srcdir="src" destdir="${bin.dir}" classpathref="project.classpath" ++ encoding="UTF-8" debug="on" includeantruntime="false"> + <compilerarg value="-Xlint:deprecation" /> + <compilerarg value="-Xlint:-options" /> + </javac> -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/pleiades.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

