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