Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/java/apache-commons-beanutils/files/patch-build.xml
16124 views
1
--- build.xml.orig 2020-11-17 15:42:56 UTC
2
+++ build.xml
3
@@ -62,10 +62,10 @@
4
5
6
<!-- Compiler source JDK version -->
7
- <property name="compile.source" value="1.5"/>
8
+ <property name="compile.source" value="1.6"/>
9
10
<!-- Compiler target JDK version -->
11
- <property name="compile.target" value="1.5"/>
12
+ <property name="compile.target" value="1.6"/>
13
14
<!-- Should Java compilations set the 'debug' compiler option? -->
15
<property name="compile.debug" value="true"/>
16
17