File: 01_target13_BuildXml.patch

package info (click to toggle)
libcommons-logging-java 1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 1,228 kB
  • ctags: 880
  • sloc: java: 5,419; xml: 3,915; makefile: 23
file content (17 lines) | stat: -rw-r--r-- 666 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Bumbs the source and target version options for the java compiler.
Forwarded: not-needed
--- a/build.xml
+++ b/build.xml
@@ -130,10 +130,10 @@
 <!-- ========== Compiler Defaults ========================================= -->
 
   <!-- Version of java class files to generate. -->
-  <property name="target.version" value="1.2"/>
+  <property name="target.version" value="1.3"/>
 
   <!-- Version of java source to accept -->
-  <property name="source.version" value="1.2"/>
+  <property name="source.version" value="1.3"/>
 
   <!-- Should Java compilations set the 'debug' compiler option? -->
   <property name="compile.debug"           value="true"/>