Author: glen                         Date: Sun Dec  2 22:05:57 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- jdk 1.3 source/target

---- Files affected:
SOURCES:
   jakarta-commons-logging-target.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/jakarta-commons-logging-target.patch
diff -u /dev/null SOURCES/jakarta-commons-logging-target.patch:1.1
--- /dev/null   Sun Dec  2 23:05:57 2007
+++ SOURCES/jakarta-commons-logging-target.patch        Sun Dec  2 23:05:51 2007
@@ -0,0 +1,21 @@
+--- commons-logging-1.0.4-src/build.xml~       2004-05-30 13:32:25.000000000 
+0300
++++ commons-logging-1.0.4-src/build.xml        2007-12-02 15:07:29.682825190 
+0200
+@@ -94,6 +94,9 @@
+   <!-- Should Java compilations set the 'optimize' compiler option? -->
+   <property name="compile.optimize"        value="false"/>
+ 
++  <property name="compile.source" value="1.3"/>
++  <property name="compile.target" value="1.3"/>
++
+   <!-- Construct compile classpath -->
+   <path id="compile.classpath">
+     <pathelement location="${build.home}/classes"/>
+@@ -258,6 +261,8 @@
+            destdir="${build.home}/classes"
+            debug="${compile.debug}"
+            deprecation="${compile.deprecation}"
++           source="${compile.source}"
++           target="${compile.target}"
+            optimize="${compile.optimize}">
+       <classpath refid="compile.classpath"/>
+       <exclude 
name="org/apache/commons/logging/impl/Jdk13LumberjackLogger.java"
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to