2010-01-05 18:41:32 +00:00
|
|
|
--- build.xml 2006-11-22 23:37:02.000000000 +0000
|
|
|
|
+++ build.xml 2010-01-05 12:54:48.867006272 +0000
|
|
|
|
@@ -101,7 +101,6 @@
|
2005-01-12 10:24:24 +00:00
|
|
|
<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}"/>
|
2006-02-22 23:24:57 +00:00
|
|
|
- <property name='src.apis.zip' value="${tools.dir}/xml-commons-external-src.zip"/>
|
2005-01-12 10:24:24 +00:00
|
|
|
|
|
|
|
<filter token="year" value="${year}"/>
|
|
|
|
<filter token="version" value="${parser.Version}"/>
|
2010-01-05 18:41:32 +00:00
|
|
|
@@ -214,28 +213,6 @@
|
2005-06-14 09:43:46 +00:00
|
|
|
</fileset>
|
|
|
|
</copy>
|
2010-01-05 18:41:32 +00:00
|
|
|
|
2005-06-14 09:43:46 +00:00
|
|
|
- <!-- now deal with API's: -->
|
|
|
|
- <unzip src="${src.apis.zip}" dest="${build.src}">
|
|
|
|
- <patternset
|
|
|
|
- includes="org/xml/sax/**
|
2010-01-05 18:41:32 +00:00
|
|
|
- javax/xml/**
|
|
|
|
- javax/xml/datatype/**
|
|
|
|
- javax/xml/namespace/**
|
2005-06-14 09:43:46 +00:00
|
|
|
- javax/xml/parsers/**
|
2010-01-05 18:41:32 +00:00
|
|
|
- javax/xml/transform/**
|
|
|
|
- javax/xml/validation/**
|
|
|
|
- javax/xml/xpath/**
|
2005-06-14 09:43:46 +00:00
|
|
|
- org/w3c/dom/*
|
2010-01-05 18:41:32 +00:00
|
|
|
- org/w3c/dom/bootstrap/**
|
2005-06-14 09:43:46 +00:00
|
|
|
- org/w3c/dom/events/**
|
|
|
|
- org/w3c/dom/html/**
|
2006-02-22 23:24:57 +00:00
|
|
|
- org/w3c/dom/ls/**
|
2005-06-14 09:43:46 +00:00
|
|
|
- org/w3c/dom/ranges/**
|
2006-02-22 23:24:57 +00:00
|
|
|
- org/w3c/dom/traversal/**
|
|
|
|
- org/w3c/dom/xpath/**"
|
2005-06-14 09:43:46 +00:00
|
|
|
- />
|
|
|
|
- </unzip>
|
2010-01-05 18:41:32 +00:00
|
|
|
-
|
2005-06-14 09:43:46 +00:00
|
|
|
<!-- substitute tokens as needed -->
|
|
|
|
<replace file="${build.dir}/src/org/apache/xerces/impl/Version.java"
|
2010-01-05 18:41:32 +00:00
|
|
|
token="@@VERSION@@" value="${parser.Name} ${parser.Version}"/>
|
|
|
|
@@ -1181,28 +1158,6 @@
|
2006-02-22 23:24:57 +00:00
|
|
|
<replace file="${build.dir}/src/org/apache/xerces/parsers/AbstractSAXParser.java"
|
|
|
|
token="return (fConfiguration instanceof XML11Configurable);" value="return false;"/>
|
2005-06-14 09:43:46 +00:00
|
|
|
|
|
|
|
- <!-- now deal with API's: -->
|
|
|
|
- <unzip src="${src.apis.zip}" dest="${build.src}">
|
|
|
|
- <patternset
|
|
|
|
- includes="org/xml/sax/**
|
2010-01-05 18:41:32 +00:00
|
|
|
- javax/xml/**
|
|
|
|
- javax/xml/datatype/**
|
|
|
|
- javax/xml/namespace/**
|
2005-06-14 09:43:46 +00:00
|
|
|
- javax/xml/parsers/**
|
2010-01-05 18:41:32 +00:00
|
|
|
- javax/xml/transform/**
|
|
|
|
- javax/xml/validation/**
|
|
|
|
- javax/xml/xpath/**
|
2005-06-14 09:43:46 +00:00
|
|
|
- org/w3c/dom/*
|
2010-01-05 18:41:32 +00:00
|
|
|
- org/w3c/dom/bootstrap/**
|
2005-06-14 09:43:46 +00:00
|
|
|
- org/w3c/dom/events/**
|
|
|
|
- org/w3c/dom/html/**
|
2010-01-05 18:41:32 +00:00
|
|
|
- org/w3c/dom/ls/**
|
2005-06-14 09:43:46 +00:00
|
|
|
- org/w3c/dom/ranges/**
|
2010-01-05 18:41:32 +00:00
|
|
|
- org/w3c/dom/traversal/**
|
|
|
|
- org/w3c/dom/xpath/**"
|
2005-06-14 09:43:46 +00:00
|
|
|
- />
|
|
|
|
- </unzip>
|
|
|
|
-
|
2010-01-05 18:41:32 +00:00
|
|
|
|
2005-06-14 09:43:46 +00:00
|
|
|
<!-- substitute tokens as needed -->
|
|
|
|
<replace file="${build.dir}/src/org/apache/xerces/impl/Version.java"
|