Blame SOURCES/xerces-j2-build.patch

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