Blame SOURCES/xerces-j2-build.patch

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