Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/java/apache-commons-beanutils/files/patch-build.xml
16461 views
1
--- build.xml.orig
2
+++ build.xml
3
@@ -42,7 +42,7 @@
4
<property name="component.title" value="Bean Introspection Utilities"/>
5
6
<!-- The current version number of this component -->
7
- <property name="component.version" value="1.9.3-SNAPSHOT"/>
8
+ <property name="component.version" value="1.11.0"/>
9
10
<!-- The base directory for compilation targets -->
11
<property name="build.home" value="target"/>
12
@@ -61,10 +61,10 @@
13
14
15
<!-- Compiler source JDK version -->
16
- <property name="compile.source" value="1.5"/>
17
+ <property name="compile.source" value="1.8"/>
18
19
<!-- Compiler target JDK version -->
20
- <property name="compile.target" value="1.5"/>
21
+ <property name="compile.target" value="1.8"/>
22
23
<!-- Should Java compilations set the 'debug' compiler option? -->
24
<property name="compile.debug" value="true"/>
25
26