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

ebourg-guest pushed a commit to branch master
in repository xml-commons-external.

commit 58cda934cc37487e0b3bfcaef4b093d82428598d
Author: Emmanuel Bourg <ebo...@apache.org>
Date:   Sun Mar 11 23:31:59 2018 +0100

    Changed the source/target level to 1.7 to build with Java 9
---
 debian/changelog | 1 +
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index aac56c6..0498686 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ xml-commons-external (1.4.01-3) UNRELEASED; urgency=low
   * Add OSGi metadata to JAR manifest.
 
   [ Emmanuel Bourg ]
+  * Changed the source/target level to 1.7 to build with Java 9
   * Removed Damien Raude-Morvan from the uploaders (Closes: #889354)
   * Moved the package to Git
   * Standards-Version updated to 4.1.3
diff --git a/debian/rules b/debian/rules
index d033d1c..6f12f2a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,7 +14,7 @@ clean::
 build-indep:
        # Build all classes
        mkdir classes
-       javac -source 1.4 -d classes `find org/ javax/ -name '*.java'`
+       javac -source 1.7 -d classes `find org/ javax/ -name '*.java'`
 
        # Build xml-apis-ext and xml-apis jar
        (cd classes/; jar -cvfm ../xml-apis-ext.jar ../manifest.commons \

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

_______________________________________________
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to