This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch experimental in repository bnd.
commit 363589d516c52ac0fb52e0d30ab0a9ff144b47d0 Author: Markus Koschany <[email protected]> Date: Thu May 14 15:38:35 2015 +0200 Add ant-contrib.patch --- debian/patches/ant-contrib.patch | 21 +++++++++++++++++++++ debian/patches/series | 1 + 2 files changed, 22 insertions(+) diff --git a/debian/patches/ant-contrib.patch b/debian/patches/ant-contrib.patch new file mode 100644 index 0000000..a4512b2 --- /dev/null +++ b/debian/patches/ant-contrib.patch @@ -0,0 +1,21 @@ +From: Markus Koschany <[email protected]> +Date: Thu, 14 May 2015 15:38:25 +0200 +Subject: ant-contrib + +--- + cnf/build.xml | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/cnf/build.xml b/cnf/build.xml +index 44d9552..17a1761 100644 +--- a/cnf/build.xml ++++ b/cnf/build.xml +@@ -25,7 +25,7 @@ + + <taskdef resource="net/sf/antcontrib/antlib.xml"> + <classpath> +- <pathelement location="${workspacedir}/cnf/ant-contrib/ant-contrib-1.0b3.jar" /> ++ <pathelement location="/usr/share/java/ant-contrib.jar" /> + </classpath> + </taskdef> + diff --git a/debian/patches/series b/debian/patches/series index 5fb8e5b..3779c71 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -6,3 +6,4 @@ display_bsn_on_missing_bundle.patch fix-encoding.patch no-ee.j2se.patch no-osgi.r5.patch +ant-contrib.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

