xerces-j2/xerces-J2-2.11.0-build_xml.patch

48 lines
1.9 KiB
Diff
Raw Normal View History

--- build.xml 2010-11-26 21:42:11.000000000 +0100
+++ build.xml-gil 2010-12-22 18:35:54.000000000 +0100
@@ -108,7 +108,7 @@
<property name="distsrc.dir" value="${build.dir}/${parser.shortname}-${parser_version}"/>
<property name="disttools.dir" value="${build.dir}/tools"/>
<property name="distbin.dir" value="${build.dir}/${parser.shortname}-${parser_version}"/>
- <property name='src.apis.zip' value="${tools.dir}/xml-commons-external-src.zip"/>
+ <!--property name='src.apis.zip' value="${tools.dir}/xml-commons-external-src.zip"/-->
<filter token="year" value="${year}"/>
<filter token="version" value="${parser.Version}"/>
@@ -247,7 +247,7 @@
<copy file="${src.dir}/org/apache/xerces/impl/xpath/regex/message.properties"
tofile="${build.src}/org/apache/xerces/impl/xpath/regex/message_en.properties"/>
- <!-- now deal with API's: -->
+ <!-- now deal with API's:
<unzip src="${src.apis.zip}" dest="${build.src}">
<patternset
includes="org/xml/sax/**
@@ -269,7 +269,7 @@
org/w3c/dom/views/**
org/w3c/dom/xpath/**"
/>
- </unzip>
+ </unzip-->
<!-- substitute tokens as needed -->
<replace file="${build.dir}/src/org/apache/xerces/impl/Version.java"
@@ -1232,7 +1232,7 @@
<replace file="${build.dir}/src/org/apache/xerces/parsers/AbstractSAXParser.java"
token="return (fConfiguration instanceof XML11Configurable);" value="return false;"/>
- <!-- now deal with API's: -->
+ <!-- now deal with API's:
<unzip src="${src.apis.zip}" dest="${build.src}">
<patternset
includes="org/xml/sax/**
@@ -1254,7 +1254,7 @@
org/w3c/dom/views/**
org/w3c/dom/xpath/**"
/>
- </unzip>
+ </unzip-->
<!-- substitute tokens as needed -->