Author: glen                         Date: Sun Dec  2 21:48:35 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- force target/source 1.3

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

---- Diffs:

================================================================
Index: SOURCES/jakarta-commons-collections-target.patch
diff -u /dev/null SOURCES/jakarta-commons-collections-target.patch:1.1
--- /dev/null   Sun Dec  2 22:48:35 2007
+++ SOURCES/jakarta-commons-collections-target.patch    Sun Dec  2 22:48:30 2007
@@ -0,0 +1,29 @@
+--- SOURCES/../BUILD/commons-collections-3.1/build.xml~        2004-06-23 
02:17:14.000000000 +0300
++++ SOURCES/../BUILD/commons-collections-3.1/build.xml 2007-12-02 
23:42:09.251354528 +0200
+@@ -118,6 +118,8 @@
+            destdir="${build.classes}"
+              debug="${compile.debug}"
+        deprecation="${compile.deprecation}"
++            source="1.3"
++            target="1.3"
+           optimize="${compile.optimize}">
+     </javac>
+   </target>
+@@ -290,6 +292,8 @@
+            destdir="${build.tests}"
+              debug="true"
+        deprecation="false"
++            source="1.3"
++            target="1.3"
+           optimize="false">
+       <classpath>
+         <pathelement location="${build.classes}"/>
+@@ -414,6 +418,8 @@
+            destdir="${tf.build.tf}"
+              debug="true"
+        deprecation="false"
++            source="1.3"
++            target="1.3"
+           optimize="false">
+       <patternset refid="tf.patternset.validate" />
+       <classpath>
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to