[aspectj] 02/05: Build with source/target set to 1.7
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Sun Jan 31 20:54:21 UTC 2016
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository aspectj.
commit d4911a13672be8e6141ccb26d9e9844b6b7129a7
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Sun Jan 31 21:43:44 2016 +0100
Build with source/target set to 1.7
---
debian/bootstrap.xml | 4 ++--
debian/changelog | 8 ++++++++
2 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/debian/bootstrap.xml b/debian/bootstrap.xml
index 06f7e68..237edca 100644
--- a/debian/bootstrap.xml
+++ b/debian/bootstrap.xml
@@ -20,8 +20,8 @@
<property name="module.dir" value="org.eclipse.jdt.core"/>
<mkdir dir="${module.dir}/classes"/>
<iajc sourceroots="${module.dir}/src"
- source="1.6"
- target="1.6"
+ source="1.7"
+ target="1.7"
destDir="${module.dir}/classes">
<classpath>
<path id="classpath.jdtcore">
diff --git a/debian/changelog b/debian/changelog
index 6d26084..62ea5c6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+aspectj (1.8.8-1) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * New upstream release:
+ - Build with source/target set to 1.7
+
+ -- Emmanuel Bourg <ebourg at apache.org> Sun, 31 Jan 2016 21:24:11 +0100
+
aspectj (1.8.5-1) unstable; urgency=medium
* Team upload.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/aspectj.git
More information about the pkg-java-commits
mailing list