summaryrefslogtreecommitdiffstats
path: root/apache-commons/patches/logging.patch
blob: b1c4b6652fa00c476256eaa610cd07cbc4d23053 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
*** misc/build/commons-logging-1.1.1-src/build.xml-old	2008-02-01 13:16:54.000000000 +0100
--- misc/build/commons-logging-1.1.1-src/build.xml	2008-02-01 13:17:09.000000000 +0100
***************
*** 127,136 ****
  <!-- ========== Compiler Defaults ========================================= -->
  
    <!-- Version of java class files to generate. -->
!   <property name="target.version" value="1.1"/>
  
    <!-- Version of java source to accept -->
!   <property name="source.version" value="1.2"/>
  
    <!-- Should Java compilations set the 'debug' compiler option? -->
    <property name="compile.debug"           value="true"/>
--- 127,136 ----
  <!-- ========== Compiler Defaults ========================================= -->
  
    <!-- Version of java class files to generate. -->
!   <property name="target.version" value="1.3"/>
  
    <!-- Version of java source to accept -->
!   <property name="source.version" value="1.3"/>
  
    <!-- Should Java compilations set the 'debug' compiler option? -->
    <property name="compile.debug"           value="true"/>