641c27
--- build.xml.orig	2010-11-26 20:42:11.000000000 +0000
641c27
+++ build.xml	2010-12-11 19:20:35.913500731 +0000
641c27
@@ -108,7 +108,6 @@
641c27
     <property name="distsrc.dir" value="${build.dir}/${parser.shortname}-${parser_version}"/>
641c27
     <property name="disttools.dir" value="${build.dir}/tools"/>
641c27
     <property name="distbin.dir" value="${build.dir}/${parser.shortname}-${parser_version}"/>
641c27
-    <property name='src.apis.zip' value="${tools.dir}/xml-commons-external-src.zip"/>
641c27
 
641c27
     <filter token="year" value="${year}"/>
641c27
     <filter token="version" value="${parser.Version}"/>
641c27
@@ -247,30 +246,6 @@
641c27
     
641c27
       tofile="${build.src}/org/apache/xerces/impl/xpath/regex/message_en.properties"/>
641c27
 
641c27
-    
641c27
-    <unzip src="${src.apis.zip}" dest="${build.src}">
641c27
-        
641c27
-            includes="org/xml/sax/** 
641c27
-                javax/xml/**
641c27
-                javax/xml/datatype/**
641c27
-                javax/xml/namespace/**
641c27
-                javax/xml/parsers/**
641c27
-                javax/xml/stream/**
641c27
-                javax/xml/transform/**
641c27
-                javax/xml/validation/**
641c27
-                javax/xml/xpath/**
641c27
-                org/w3c/dom/*
641c27
-                org/w3c/dom/bootstrap/**
641c27
-                org/w3c/dom/events/**
641c27
-                org/w3c/dom/html/**
641c27
-                org/w3c/dom/ls/**
641c27
-                org/w3c/dom/ranges/**
641c27
-                org/w3c/dom/traversal/**
641c27
-                org/w3c/dom/views/**
641c27
-                org/w3c/dom/xpath/**"
641c27
-        />
641c27
-    </unzip>
641c27
-    
641c27
     
641c27
     
641c27
              token="@@VERSION@@" value="${parser.Name} ${parser.Version}"/>
641c27
@@ -1232,30 +1207,6 @@
641c27
     
641c27
     
641c27
              token="return (fConfiguration instanceof XML11Configurable);" value="return false;"/>
641c27
- 
641c27
-    
641c27
-    <unzip src="${src.apis.zip}" dest="${build.src}">
641c27
-        
641c27
-            includes="org/xml/sax/** 
641c27
-                javax/xml/**
641c27
-                javax/xml/datatype/**
641c27
-                javax/xml/namespace/**
641c27
-                javax/xml/parsers/**
641c27
-                javax/xml/stream/**
641c27
-                javax/xml/transform/**
641c27
-                javax/xml/validation/**
641c27
-                javax/xml/xpath/**
641c27
-                org/w3c/dom/*
641c27
-                org/w3c/dom/bootstrap/**
641c27
-                org/w3c/dom/events/**
641c27
-                org/w3c/dom/html/**
641c27
-                org/w3c/dom/ls/**
641c27
-                org/w3c/dom/ranges/**
641c27
-                org/w3c/dom/traversal/**
641c27
-                org/w3c/dom/views/**
641c27
-                org/w3c/dom/xpath/**"
641c27
-        />
641c27
-    </unzip>
641c27
 
641c27
 
641c27