]> git.pld-linux.org Git - packages/java-xerces.git/blob - xerces-j-target.patch
- fixed Patch0 line
[packages/java-xerces.git] / xerces-j-target.patch
1 --- xerces-2_9_0/build.xml~     2006-11-23 01:37:02.000000000 +0200
2 +++ xerces-2_9_0/build.xml      2007-12-03 00:17:11.145959943 +0200
3 @@ -37,6 +37,8 @@
4    <property name="src.dir" value="./src"/>
5    <property name="tests.dir" value="./tests"/>
6    <property name="tools.dir" value="./tools"/>
7 +  <property name="compile.source" value="1.3"/>
8 +  <property name="compile.target" value="1.3"/>
9  
10    <!-- enable compilation under JDK 1.4 and above -->
11    <taskdef name="xjavac" classname="org.apache.xerces.util.XJavac">
12 @@ -257,6 +259,8 @@
13             debug="${debug}"
14             deprecation="${deprecation}"
15             optimize="${optimize}"
16 +           source="${compile.source}"
17 +           target="${compile.target}"
18             includeAntRuntime="false"
19             includeJavaRuntime="false"
20             excludes="org/xml/sax/** 
21 @@ -318,6 +322,8 @@
22             destdir="${build.dest}"
23             classpath="${build.dir}/classes:${tools.dir}/${jar.apis}"
24             debug="${debug}"
25 +           source="${compile.source}"
26 +           target="${compile.target}"
27             includeAntRuntime="false"
28             includeJavaRuntime="true"/>
29    </target>
30 @@ -335,6 +341,8 @@
31             destdir="${build.dest}"
32             classpath="${tools.dir}/${jar.apis}:${build.dir}/classes:./tools/junit.jar"
33             debug="${debug}"
34 +           source="${compile.source}"
35 +           target="${compile.target}"
36             includeAntRuntime="false"
37             includeJavaRuntime="true"/>
38    </target>
39 @@ -959,6 +967,8 @@
40             debug="${debug}"
41             deprecation="${deprecation}"
42             optimize="${optimize}"
43 +           source="${compile.source}"
44 +           target="${compile.target}"
45             includeAntRuntime="false"
46             includeJavaRuntime="true"
47             classpath="${tools.dir}/${jar.apis}:${tools.dir}/${jar.resolver}:${tools.dir}/${jar.serializer}"/>
48 @@ -1249,6 +1259,8 @@
49             debug="${debug}"
50             deprecation="${deprecation}"
51             optimize="${optimize}"
52 +           source="${compile.source}"
53 +           target="${compile.target}"
54             includeAntRuntime="false"
55             includeJavaRuntime="true"/>
56    </target>
57 @@ -1397,6 +1409,8 @@
58                 debug="${debug}"
59                 deprecation="${deprecation}"
60                 optimize="${optimize}"
61 +               source="${compile.source}"
62 +               target="${compile.target}"
63                 includeAntRuntime="false"
64                 includeJavaRuntime="false"
65                 excludes="org/xml/sax/** 
This page took 0.071784 seconds and 3 git commands to generate.