16 lines
928 B
Diff
16 lines
928 B
Diff
Index: pentaho-libxml-1.1.6/common_build.xml
|
|
===================================================================
|
|
--- pentaho-libxml-1.1.6.orig/common_build.xml
|
|
+++ pentaho-libxml-1.1.6/common_build.xml
|
|
@@ -136,8 +136,8 @@ TYPICAL TARGET SEQUENCE
|
|
<property name="javac.deprecation"
|
|
value="true"
|
|
description="Indicates whether source should be compiled with deprecation information" />
|
|
- <property name="javac.source" value="1.5" description="Provide source compatibility with specified release" />
|
|
- <property name="javac.target" value="1.5" description="Generate class files for specific VM version" />
|
|
+ <property name="javac.source" value="1.8" description="Provide source compatibility with specified release" />
|
|
+ <property name="javac.target" value="1.8" description="Generate class files for specific VM version" />
|
|
|
|
<!-- Build Cache properties -->
|
|
<property name="build.cache.dir"
|