This is an automated email from the git hooks/post-receive script. gio pushed a commit to branch master in repository freehep-graphics2d.
commit 9adce3f6bbc2ec91c8ff36bbf799cc84b0502526 Author: Giovanni Mascellani <[email protected]> Date: Sun Jun 12 18:27:52 2016 +0200 Enable tests. --- debian/changelog | 1 + debian/maven.properties | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 3ec567e..2a6a525 100644 --- a/debian/changelog +++ b/debian/changelog @@ -17,6 +17,7 @@ freehep-graphics2d (2.1.1-5) UNRELEASED; urgency=medium * Remove trivial information in debian/README.source. * Add classpath to the JAR manifest. + Remove previous mechanism based on javahelper. + * Enable tests. -- Philipp Huebner <[email protected]> Tue, 20 Oct 2015 16:58:34 +0200 diff --git a/debian/maven.properties b/debian/maven.properties index d2f1b82..ab18ddd 100644 --- a/debian/maven.properties +++ b/debian/maven.properties @@ -1 +1 @@ -maven.test.skip=true +maven.test.skip=false -- Alioth's hooks/post-receive on /srv/git.debian.org/git/pkg-java/freehep/freehep-graphics2d.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

