[ant] 04/16: Added activation.jar to the build classpath to fix the empty ant-javamail jar with Java 9

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Thu Mar 29 08:42:54 BST 2018


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository ant.

commit 407042d6943bd03073ef1ab878f8a7fb8a1ad940
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Wed Mar 28 00:52:33 2018 +0200

    Added activation.jar to the build classpath to fix the empty ant-javamail jar with Java 9
---
 debian/changelog | 2 ++
 debian/control   | 2 ++
 debian/rules     | 2 +-
 3 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 776578a..86e7498 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ ant (1.9.10-3) UNRELEASED; urgency=medium
 
   * Adjust the source/target level to 1.7 in anticipation of the 1.6 removal
     in Java 11
+  * Added activation.jar to the build classpath to fix the empty ant-javamail
+    jar with Java 9
 
  -- Emmanuel Bourg <ebourg at apache.org>  Wed, 28 Mar 2018 00:36:12 +0200
 
diff --git a/debian/control b/debian/control
index cbd14c0..34a747c 100644
--- a/debian/control
+++ b/debian/control
@@ -10,6 +10,7 @@ Build-Depends: antlr,
                default-jdk,
                junit,
                junit4 (>= 4.11),
+               libactivation-java,
                libbcel-java (>= 5.0),
                libbsf-java (>= 2.3.0rc1),
                libcommons-logging-java,
@@ -54,6 +55,7 @@ Suggests: antlr,
           junit,
           junit4,
           jython,
+          libactivation-java,
           libbcel-java (>= 5.0),
           libbsf-java,
           libcommons-logging-java,
diff --git a/debian/rules b/debian/rules
index 1fd9e4e..8a1cc16 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-DEPENDENCIES := antlr bcel bsf commons-logging javax.mail jdepend junit junit4 hamcrest-core log4j-1.2 oro regexp xalan2 serializer xml-resolver-1.2 commons-net jsch
+DEPENDENCIES := antlr bcel bsf commons-logging javax.activation javax.mail jdepend junit junit4 hamcrest-core log4j-1.2 oro regexp xalan2 serializer xml-resolver-1.2 commons-net jsch
 
 %:
 	dh $@ --with maven-repo-helper

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/ant.git



More information about the pkg-java-commits mailing list