[ivyplusplus] 13/19: Set source target to 1.6.
Markus Koschany
apo-guest at moszumanska.debian.org
Mon Feb 8 20:12:53 UTC 2016
This is an automated email from the git hooks/post-receive script.
apo-guest pushed a commit to branch master
in repository ivyplusplus.
commit 1f575c1ed74b882efb056809f2a8066762a0f9d6
Author: Markus Koschany <apo at debian.org>
Date: Mon Feb 8 20:44:07 2016 +0100
Set source target to 1.6.
---
debian/build.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/build.xml b/debian/build.xml
index e859d5d..91218f3 100644
--- a/debian/build.xml
+++ b/debian/build.xml
@@ -21,7 +21,7 @@
<target name="compile">
<mkdir dir="build/pack" />
- <javac destdir="build/pack" encoding="UTF-8">
+ <javac destdir="build/pack" encoding="UTF-8" source="1.6" target="1.6">
<src path="src" />
<exclude name="com/zwitserloot/ivyplusplus/CachedUnjar.java" />
<exclude name="com/zwitserloot/ivyplusplus/eclipse/**" />
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/ivyplusplus.git
More information about the pkg-java-commits
mailing list