]> git.pld-linux.org Git - packages/java-xerces.git/commitdiff
- source/target 1.3 auto/ac/xerces-j-2_9_0-3 auto/th/xerces-j-2_9_0-3 auto/ti/xerces-j-2_9_0-3
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 2 Dec 2007 22:35:50 +0000 (22:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xerces-j-target.patch -> 1.1

xerces-j-target.patch [new file with mode: 0644]

diff --git a/xerces-j-target.patch b/xerces-j-target.patch
new file mode 100644 (file)
index 0000000..7aea911
--- /dev/null
@@ -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/** 
This page took 0.542919 seconds and 4 git commands to generate.