[glassfish] 01/05: No longer build the common-util module to remain buildable with Java 8 (Closes: #750747)

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Thu May 21 15:47:33 UTC 2015


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

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

commit 78b72acb6941023098974dc97759c598f721a6aa
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Thu May 21 15:28:29 2015 +0200

    No longer build the common-util module to remain buildable with Java 8 (Closes: #750747)
---
 debian/build.xml | 4 ++--
 debian/changelog | 7 +++++++
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/debian/build.xml b/debian/build.xml
index 3cd044d..e340d3b 100644
--- a/debian/build.xml
+++ b/debian/build.xml
@@ -16,7 +16,7 @@
     <ant dir="../jms-api" target="clean"/>
     <ant dir="../jmac-api" target="clean"/>
     <ant dir="../jacc-api" target="clean"/>
-    <ant dir="../common-util" target="clean"/>
+    <!--<ant dir="../common-util" target="clean"/>-->
     <ant dir="../annotation-framework" target="clean"/>
     <ant dir="../appserv-commons" target="clean"/>
     <ant dir="../entity-persistence" target="clean"/>
@@ -67,7 +67,7 @@
     <ant dir="../jmac-api" target="all"/>
     <ant dir="../appserv-api" target="all"/>
     <ant dir="../jacc-api" target="all"/>
-    <ant dir="../common-util" target="all"/>
+    <!--<ant dir="../common-util" target="all"/>-->
     <ant dir="../annotation-framework" target="all"/>
     <!-- <ant dir="../appserv-commons" target="all"/> -->
     <ant dir="../entity-persistence" target="all"/>
diff --git a/debian/changelog b/debian/changelog
index 2d54be7..a3cba1e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+glassfish (1:2.1.1-b31g+dfsg1-3) UNRELEASED; urgency=medium
+
+  * No longer build the unused common-util module to remain buildable
+    with Java 8 (Closes: #750747)
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Thu, 21 May 2015 15:27:19 +0200
+
 glassfish (1:2.1.1-b31g+dfsg1-2) unstable; urgency=medium
 
   * Team upload.

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



More information about the pkg-java-commits mailing list