This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository jansi.
commit 76d1c0ce3a7c43f8f017b05d73384ce8f037a04f Author: Markus Koschany <[email protected]> Date: Wed Oct 19 17:03:08 2016 +0200 Remove build.xml file. --- debian/build.xml | 36 ------------------------------------ 1 file changed, 36 deletions(-) diff --git a/debian/build.xml b/debian/build.xml deleted file mode 100644 index 6dd4c13..0000000 --- a/debian/build.xml +++ /dev/null @@ -1,36 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project name="jansi" default="test"> - <property name="src" location="../src/test/java"/> - <property name="reports" location="_jh_build.tests"/> - <path id="classpath"> - <pathelement location="/usr/share/java/jansi-native.jar"/> - <pathelement location="/usr/share/java/hawtjni-runtime.jar"/> - <pathelement location="/usr/share/java/junit4.jar"/> - <pathelement location="../jansi.jar"/> - </path> - - <target name="test"> - <mkdir dir="${reports}/raw"/> - <javac srcdir="${src}" - destdir="${reports}" - classpathref="classpath" - debug="${debug}" - includeantruntime="false"/> - <junit printsummary="yes" haltonfailure="yes" showoutput="yes"> - <classpath> - <path refid="classpath"/> - <pathelement location="${reports}"/> - </classpath> - <batchtest fork="yes" todir="${reports}/raw"> - <formatter type="xml"/> - <fileset dir="${src}"> - <include name="**/*Test*.java"/> - </fileset> - </batchtest> - </junit> - </target> - - <target name="clean"> - <delete dir="${reports}"/> - </target> -</project> -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jansi.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

