This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository bnd.
commit 367a3920ff7336eb31b329b4a46033ad6df40516 Author: Emmanuel Bourg <[email protected]> Date: Tue May 10 09:03:42 2016 +0200 Fixed the build failure caused by the swicth from groovy2 to groovy --- debian/bootstrap.xml | 2 +- debian/changelog | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/bootstrap.xml b/debian/bootstrap.xml index 2f66de0..b136d1c 100644 --- a/debian/bootstrap.xml +++ b/debian/bootstrap.xml @@ -30,7 +30,7 @@ file="biz.aQute.bnd/src/aQute/bnd/ant/taskdef.properties" /> <!-- Build the Gradle plugin --> - <taskdef name="groovyc" classname="org.codehaus.groovy.ant.Groovyc" classpath="/usr/share/java/groovy-all-2.x.jar"/> + <taskdef name="groovyc" classname="org.codehaus.groovy.ant.Groovyc" classpath="/usr/share/java/groovy-all.jar"/> <groovyc srcdir="biz.aQute.bnd.gradle/src" destdir="bootstrap/build" classpath="bootstrap/build:/usr/share/java/gradle-core.jar"></groovyc> <jar destfile="bootstrap/bnd.jar"> diff --git a/debian/changelog b/debian/changelog index 16aa8f2..62926f2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ bnd (2.4.1-4) UNRELEASED; urgency=medium * Team upload. + * Fixed the build failure caused by the swicth from groovy2 to groovy * Standards-Version updated to 3.9.8 (no changes) * Use a secure Vcs-Git URL -- 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

