[netbeans] 01/02: Enabled building with Java 7
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Sun Aug 17 01:19:33 UTC 2014
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository netbeans.
commit a2b634a71ed8145d5c5fd03134c8d1cb0bff6f25
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Sun Aug 17 01:33:01 2014 +0200
Enabled building with Java 7
---
debian/changelog | 1 +
debian/rules | 1 +
2 files changed, 2 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 93cf0e8..2d9e61e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ netbeans (7.0.1+dfsg1-6) UNRELEASED; urgency=medium
[ Emmanuel Bourg ]
* Fixed the build failure with Ant 1.9 (Closes: #713182)
+ * Enabled building with Java 7
* debian/control:
- Standards-Version updated to 3.9.5 (no changes)
* Switch to debhelper level 9
diff --git a/debian/rules b/debian/rules
index 75b436a..9cc353b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -80,6 +80,7 @@ override_dh_auto_build:
# Build the ide. DISPLAY must be unset to avoid build failures.
unset DISPLAY; ant \
-Dpermit.jdk6.builds=true \
+ -Dpermit.jdk7.builds=true \
-Dbuild.compiler.deprecation=false \
-Dbuild.compiler.debug=false \
-Dext.binaries.downloaded=true \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/netbeans.git
More information about the pkg-java-commits
mailing list