summaryrefslogtreecommitdiff
path: root/math/apache-commons-math/files
diff options
context:
space:
mode:
Diffstat (limited to 'math/apache-commons-math/files')
-rw-r--r--math/apache-commons-math/files/patch-build.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/math/apache-commons-math/files/patch-build.xml b/math/apache-commons-math/files/patch-build.xml
index 256c8c63f281..57ce05cc8e36 100644
--- a/math/apache-commons-math/files/patch-build.xml
+++ b/math/apache-commons-math/files/patch-build.xml
@@ -1,5 +1,16 @@
--- build.xml.orig 2016-03-17 12:14:52 UTC
+++ build.xml
+@@ -100,8 +100,8 @@
+ <property name="source.encoding" value="UTF-8"/>
+
+ <!-- JDK level -->
+- <property name="compile.source" value="1.5"/>
+- <property name="compile.target" value="1.5"/>
++ <property name="compile.source" value="8"/>
++ <property name="compile.target" value="8"/>
+
+ <!-- Base compile classpath -->
+ <path id="compile.classpath">
@@ -174,7 +174,7 @@
<!-- ========== Unit Test Targets ========================================= -->