blob: 87c29811597ddf818b30e72810c3b8be24103d7d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
diff -urpN xerces-2_6_2.old/build.sh xerces-2_6_2/build.sh
--- xerces-2_6_2.old/build.sh 2004-02-20 19:58:14.000000000 +0100
+++ xerces-2_6_2/build.sh 2005-01-15 14:41:31.437507680 +0100
@@ -28,8 +28,8 @@ LIBDIR=./tools
ANT_HOME="$LIBDIR"
LOCALCLASSPATH="$JAVA_HOME/lib/tools.jar:$JAVA_HOME/lib/classes.zip"
LOCALCLASSPATH="$LOCALCLASSPATH:$LIBDIR/ant.jar"
+LOCALCLASSPATH="$LOCALCLASSPATH:$LIBDIR/ant-launcher.jar"
LOCALCLASSPATH="$LOCALCLASSPATH:$LIBDIR/xml-apis.jar"
-LOCALCLASSPATH="$LOCALCLASSPATH:$LIBDIR/xercesImpl.jar"
LOCALCLASSPATH="$LOCALCLASSPATH:$LIBDIR/bin/xjavac.jar"
diff -urpN xerces-2_6_2.old/build.xml xerces-2_6_2/build.xml
--- xerces-2_6_2.old/build.xml 2004-02-20 19:58:14.000000000 +0100
+++ xerces-2_6_2/build.xml 2005-01-15 14:41:08.603978904 +0100
@@ -190,7 +190,7 @@ Copyright:
</fileset>
</copy>
- <!-- now deal with API's: -->
+ <!-- now deal with API's:
<unzip src="${src.apis.zip}" dest="${build.src}">
<patternset
includes="org/xml/sax/**
@@ -202,7 +202,7 @@ Copyright:
org/w3c/dom/traversal/**"
/>
</unzip>
-
+ -->
<!-- substitute tokens as needed -->
<replace file="${build.dir}/src/org/apache/xerces/impl/Version.java"
token="@@VERSION@@" value="${parser.Name} ${parser.Version}"/>
|