Author Login
Post Reply
Hello Jesse,
there is also some cleanup to do in build.xml and in the POM files as a
consequence of removing xercesImpl and xml-apis.
Regards,
Antoine
jglick@(protected):
> Author: jglick
> Date: Mon Feb 15 23:31:33 2010
> New Revision: 910363
>
> URL: http://svn.apache.org/viewvc?rev=910363&view=rev
> Log:
> Removing xercesImpl.jar and xml-apis.jar. JDK 1.4+ should include a working XML parser already.
>
> Removed:
> ant/core/trunk/lib/xercesImpl.jar
> ant/core/trunk/lib/xml-apis.jar
> Modified:
> ant/core/trunk/lib/README
> ant/core/trunk/lib/libraries.properties
>
> Modified: ant/core/trunk/lib/README
> URL: http://svn.apache.org/viewvc/ant/core/trunk/lib/README?rev=910363&r1=910362&r2=910363&view=diff
> ==============================================================================
> --- ant/core/trunk/lib/README (original)
> +++ ant/core/trunk/lib/README Mon Feb 15 23:31:33 2010
> @@(protected) @@
> 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.
> -
>
> Modified: ant/core/trunk/lib/libraries.properties
> URL: http://svn.apache.org/viewvc/ant/core/trunk/lib/libraries.properties?rev=910363&r1=910362&r2=910363&view=diff
> ==============================================================================
> --- ant/core/trunk/lib/libraries.properties (original)
> +++ ant/core/trunk/lib/libraries.properties Mon Feb 15 23:31:33 2010
> @@(protected) @@
> 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
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@(protected)
For additional commands, e-mail: dev-help@(protected)