This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository bnd.
commit b6f8e34ed25cac518a93422990c2e93521902945 Author: Markus Koschany <[email protected]> Date: Mon May 18 14:58:13 2015 +0200 Drop build_excludes.patch --- debian/patches/build_excludes.patch | 22 ---------------------- debian/patches/series | 1 - 2 files changed, 23 deletions(-) diff --git a/debian/patches/build_excludes.patch b/debian/patches/build_excludes.patch deleted file mode 100644 index 20b1798..0000000 --- a/debian/patches/build_excludes.patch +++ /dev/null @@ -1,22 +0,0 @@ -From: Debian Java Maintainers <[email protected]> -Date: Thu, 14 May 2015 13:17:37 +0200 -Subject: build_excludes - -=================================================================== ---- - cnf/build.xml | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/cnf/build.xml b/cnf/build.xml -index 87d9b4e..9bca47d 100644 ---- a/cnf/build.xml -+++ b/cnf/build.xml -@@ -75,7 +75,7 @@ - --> - <target name="compile" depends="dependencies" if="project.sourcepath"> - <mkdir dir="${project.output}" /> -- <javac fork="yes" executable="${javac}" srcdir="${project.sourcepath}" destdir="${project.output}" classpath="${project.buildpath}" bootclasspath="${project.bootclasspath}" deprecation="true" listfiles="true" target="${javac.target}" source="${javac.source}" debug="${javac.debug}" includeAntRuntime="no" verbose="${verbose}" /> -+ <javac fork="yes" executable="${javac}" srcdir="${project.sourcepath}" destdir="${project.output}" classpath="${project.buildpath}" bootclasspath="${project.bootclasspath}" deprecation="true" listfiles="true" target="${javac.target}" source="${javac.source}" debug="${javac.debug}" includeAntRuntime="no" verbose="${verbose}" excludes="${javac.excludes}" /> - <!-- - The eclipse compiler copies resources but the Javac compiler does not - If ${src} == ${bin} then this is not necessary, but unfortunately, now diff --git a/debian/patches/series b/debian/patches/series index 0b5d915..cd0332c 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,4 +1,3 @@ -build_excludes.patch no_ee_minimum.patch no_felix.patch no_git_during_build.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/bnd.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

