SOURCES: jakarta-commons-beanutils-target.patch (NEW) - target/sou...

glen glen at pld-linux.org
Sat Dec 8 00:11:34 CET 2007


Author: glen                         Date: Fri Dec  7 23:11:34 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- target/source 1.3

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

---- Diffs:

================================================================
Index: SOURCES/jakarta-commons-beanutils-target.patch
diff -u /dev/null SOURCES/jakarta-commons-beanutils-target.patch:1.1
--- /dev/null	Sat Dec  8 00:11:34 2007
+++ SOURCES/jakarta-commons-beanutils-target.patch	Sat Dec  8 00:11:29 2007
@@ -0,0 +1,30 @@
+--- commons-beanutils-1.7.0-src/build.xml	2004-07-28 00:59:14.000000000 +0300
++++ commons-beanutils-1.7.0-src/build.xml	2007-12-08 01:04:17.000000000 +0200
+@@ -89,6 +89,9 @@
+   <!-- Should Java compilations set the 'optimize' compiler option? -->
+   <property name="compile.optimize"        value="true"/>
+ 
++  <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"/>
+@@ -164,6 +167,8 @@
+            destdir="${build.home}/classes"
+              debug="${compile.debug}"
+        deprecation="${compile.deprecation}"
++            source="${compile.source}"
++            target="${compile.target}"
+           optimize="${compile.optimize}">
+       <classpath refid="compile.classpath"/>
+     </javac>
+@@ -179,6 +184,8 @@
+            destdir="${build.home}/tests"
+              debug="${compile.debug}"
+        deprecation="${compile.deprecation}"
++            source="${compile.source}"
++            target="${compile.target}"
+           optimize="${compile.optimize}">
+       <classpath refid="test.classpath"/>
+     </javac>
================================================================


More information about the pld-cvs-commit mailing list