[pkg-java] r18155 - trunk/commons-math/debian
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Fri May 16 10:30:13 UTC 2014
Author: ebourg-guest
Date: 2014-05-16 10:30:13 +0000 (Fri, 16 May 2014)
New Revision: 18155
Modified:
trunk/commons-math/debian/ant.properties
Log:
Restore the ant.build.javac.source/target parameters
Modified: trunk/commons-math/debian/ant.properties
===================================================================
--- trunk/commons-math/debian/ant.properties 2014-05-16 09:57:24 UTC (rev 18154)
+++ trunk/commons-math/debian/ant.properties 2014-05-16 10:30:13 UTC (rev 18155)
@@ -1,5 +1,7 @@
junit.jar=/usr/share/java/junit4.jar
# Ensure that source and target are 1.5
# For backwards compat on Java 7
+ant.build.javac.source=1.5
+ant.build.javac.target=1.5
compile.source=1.5
compile.target=1.5
More information about the pkg-java-commits
mailing list