Browse Source

Removing xercesImpl.jar and xml-apis.jar. JDK 1.4+ should include a working XML parser already.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@910363 13f79535-47bb-0310-9956-ffa450edef68
master
Jesse N. Glick 15 years ago
parent
commit
a20f25cb9d
4 changed files with 0 additions and 20 deletions
  1. +0
    -14
      lib/README
  2. +0
    -6
      lib/libraries.properties
  3. BIN
      lib/xercesImpl.jar
  4. BIN
      lib/xml-apis.jar

+ 0
- 14
lib/README View File

@@ -1,17 +1,3 @@
Please refer to the Ant manual under Installing Ant / Library
Dependencies for a list of the jar requirements for various optional
tasks and features.

This directory contains xercesImpl.jar from the 2.9.0 release of
Apache Xerces. For more information or newer releases see
<http://xerces.apache.org/xerces2-j/>. Xerces is provided under the
same license as Apache Ant itself, see the file LICENSE. For
additional Xerces specific notes see the file NOTICE.

It also contains xml-apis.jar, an Apache-controlled collection of
standard classes from the 1.3.04 release of the Apache XML-Commons
release. For more information or newer releases see
<http://xml.apache.org/commons/>. See the "W3C® SOFTWARE NOTICE AND
LICENSE" and SAX2 notice in the file LICENSE for the terms of
distribution.


+ 0
- 6
lib/libraries.properties View File

@@ -53,12 +53,6 @@ oro.version=2.0.8
regexp.version=1.3
servlet-api.version=2.3
which.version=1.0
xerces.version=2.9.0
xercesImpl.version=${xerces.version}
#should be in sync w/ xerces, but not in the maven repository
#xmlParserAPIs.version=${xerces.version}
#xmlParserAPIs.version=2.6.1
xml-apis.version=2.0.2
xalan.version=2.7.1
xml-resolver.version=1.2
mail.version=1.4


BIN
lib/xercesImpl.jar View File


BIN
lib/xml-apis.jar View File


Loading…
Cancel
Save