SOURCES: xerces-j-target.patch (NEW) - source/target 1.3

glen glen at pld-linux.org
Sun Dec 2 23:35:55 CET 2007


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

---- Files affected:
SOURCES:
   xerces-j-target.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/xerces-j-target.patch
diff -u /dev/null SOURCES/xerces-j-target.patch:1.1
--- /dev/null	Sun Dec  2 23:35:55 2007
+++ SOURCES/xerces-j-target.patch	Sun Dec  2 23:35:50 2007
@@ -0,0 +1,65 @@
+--- xerces-2_9_0/build.xml~	2006-11-23 01:37:02.000000000 +0200
++++ xerces-2_9_0/build.xml	2007-12-03 00:17:11.145959943 +0200
+@@ -37,6 +37,8 @@
+   <property name="src.dir" value="./src"/>
+   <property name="tests.dir" value="./tests"/>
+   <property name="tools.dir" value="./tools"/>
++  <property name="compile.source" value="1.3"/>
++  <property name="compile.target" value="1.3"/>
+ 
+   <!-- enable compilation under JDK 1.4 and above -->
+   <taskdef name="xjavac" classname="org.apache.xerces.util.XJavac">
+@@ -257,6 +259,8 @@
+            debug="${debug}"
+            deprecation="${deprecation}"
+            optimize="${optimize}"
++           source="${compile.source}"
++           target="${compile.target}"
+            includeAntRuntime="false"
+            includeJavaRuntime="false"
+            excludes="org/xml/sax/** 
+@@ -318,6 +322,8 @@
+            destdir="${build.dest}"
+            classpath="${build.dir}/classes:${tools.dir}/${jar.apis}"
+            debug="${debug}"
++           source="${compile.source}"
++           target="${compile.target}"
+            includeAntRuntime="false"
+            includeJavaRuntime="true"/>
+   </target>
+@@ -335,6 +341,8 @@
+            destdir="${build.dest}"
+            classpath="${tools.dir}/${jar.apis}:${build.dir}/classes:./tools/junit.jar"
+            debug="${debug}"
++           source="${compile.source}"
++           target="${compile.target}"
+            includeAntRuntime="false"
+            includeJavaRuntime="true"/>
+   </target>
+@@ -959,6 +967,8 @@
+            debug="${debug}"
+            deprecation="${deprecation}"
+            optimize="${optimize}"
++           source="${compile.source}"
++           target="${compile.target}"
+            includeAntRuntime="false"
+            includeJavaRuntime="true"
+            classpath="${tools.dir}/${jar.apis}:${tools.dir}/${jar.resolver}:${tools.dir}/${jar.serializer}"/>
+@@ -1249,6 +1259,8 @@
+            debug="${debug}"
+            deprecation="${deprecation}"
+            optimize="${optimize}"
++           source="${compile.source}"
++           target="${compile.target}"
+            includeAntRuntime="false"
+            includeJavaRuntime="true"/>
+   </target>
+@@ -1397,6 +1409,8 @@
+                debug="${debug}"
+                deprecation="${deprecation}"
+                optimize="${optimize}"
++               source="${compile.source}"
++               target="${compile.target}"
+                includeAntRuntime="false"
+                includeJavaRuntime="false"
+                excludes="org/xml/sax/** 
================================================================


More information about the pld-cvs-commit mailing list