Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 99425 invoked from network); 15 Feb 2010 23:38:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 15 Feb 2010 23:38:52 -0000 Received: (qmail 82094 invoked by uid 500); 15 Feb 2010 23:38:52 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 81963 invoked by uid 500); 15 Feb 2010 23:38:51 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 81945 invoked by uid 99); 15 Feb 2010 23:38:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Feb 2010 23:38:51 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of antoine@gmx.de designates 213.165.64.20 as permitted sender) Received: from [213.165.64.20] (HELO mail.gmx.net) (213.165.64.20) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 15 Feb 2010 23:38:42 +0000 Received: (qmail invoked by alias); 15 Feb 2010 23:38:21 -0000 Received: from vpn2.citytimenyc.com (EHLO antoine-levy-lamberts-macbook.local) [38.100.172.132] by mail.gmx.net (mp039) with SMTP; 16 Feb 2010 00:38:21 +0100 X-Authenticated: #22961642 X-Provags-ID: V01U2FsdGVkX1+qDko+cP2q5oEqfraBKCbCfaT2x/DxiAfkmdfv1E adlmPMf6sPTUxC Message-ID: <4B79DAED.7030306@gmx.de> Date: Mon, 15 Feb 2010 18:38:21 -0500 From: Antoine Levy Lambert User-Agent: Thunderbird 2.0.0.23 (Macintosh/20090812) MIME-Version: 1.0 To: dev@ant.apache.org Subject: Re: svn commit: r910363 - in /ant/core/trunk/lib: README libraries.properties xercesImpl.jar xml-apis.jar References: <20100215233136.C2E9F23889DA@eris.apache.org> In-Reply-To: <20100215233136.C2E9F23889DA@eris.apache.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Y-GMX-Trusted: 0 X-FuHaFi: 0.48999999999999999 X-Virus-Checked: Checked by ClamAV on apache.org 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@apache.org wrote: > 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 > @@ -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 > -. 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 > -. 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 > @@ -53,12 +53,6 @@ > 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@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org