Return-Path: Delivered-To: apmail-commons-commits-archive@locus.apache.org Received: (qmail 10941 invoked from network); 1 Aug 2007 22:37:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Aug 2007 22:37:36 -0000 Received: (qmail 95204 invoked by uid 500); 1 Aug 2007 22:37:34 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 95141 invoked by uid 500); 1 Aug 2007 22:37:34 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 95132 invoked by uid 99); 1 Aug 2007 22:37:34 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Aug 2007 15:37:34 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Aug 2007 22:37:05 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id BCF981A981A; Wed, 1 Aug 2007 15:37:05 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r561982 - in /commons/proper/jxpath/trunk: build.xml project.xml Date: Wed, 01 Aug 2007 22:37:05 -0000 To: commits@commons.apache.org From: mbenson@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070801223705.BCF981A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: mbenson Date: Wed Aug 1 15:37:01 2007 New Revision: 561982 URL: http://svn.apache.org/viewvc?view=rev&rev=561982 Log: update deps Modified: commons/proper/jxpath/trunk/build.xml commons/proper/jxpath/trunk/project.xml Modified: commons/proper/jxpath/trunk/build.xml URL: http://svn.apache.org/viewvc/commons/proper/jxpath/trunk/build.xml?view=diff&rev=561982&r1=561981&r2=561982 ============================================================================== --- commons/proper/jxpath/trunk/build.xml (original) +++ commons/proper/jxpath/trunk/build.xml Wed Aug 1 15:37:01 2007 @@ -160,21 +160,19 @@ - + - + - + - + - - - + Modified: commons/proper/jxpath/trunk/project.xml URL: http://svn.apache.org/viewvc/commons/proper/jxpath/trunk/project.xml?view=diff&rev=561982&r1=561981&r2=561982 ============================================================================== --- commons/proper/jxpath/trunk/project.xml (original) +++ commons/proper/jxpath/trunk/project.xml Wed Aug 1 15:37:01 2007 @@ -23,9 +23,9 @@ 1.3-SNAPSHOT 2001 XPath for Java Objects - A package of Java utility methods for accessing and modifying object properties + A Java-based implementation of XPath 1.0 that, in addition to XML processing, can inspect/modify Java object graphs (the library's explicit purpose) and even mixed Java/XML structures. /images/logo-wbg.jpg - + http://commons.apache.org/${pom.artifactId.substring(8)}/ org.apache.commons.${pom.artifactId.substring(8)} @@ -48,12 +48,12 @@ people.apache.org /www/commons.apache.org/${pom.artifactId.substring(8)}/ /www/people.apache.org/builds/commons/${pom.artifactId.substring(8)}/ - + scm:svn:http://svn.apache.org/repos/asf/commons/proper/${pom.artifactId.substring(8)}/trunk http://svn.apache.org/repos/asf/commons/proper/${pom.artifactId.substring(8)}/trunk - + Commons Dev List @@ -68,7 +68,7 @@ http://mail-archives.apache.org/mod_mbox/commons-user/ - + 1.2 @@ -96,59 +96,98 @@ mbenson@apache.org - + + + commons-logging + commons-logging + 1.1 + http://commons.apache.org/logging/ + + Required + + xerces xerces 2.4.0 + + true + needed for XML support + servletapi servletapi - 2.2 + 2.4 + + true + provided + needed for JSP support + + + + jspapi + jsp-api + 2.0 + http://java.sun.com/products/servlet/2.3/javadoc/index.html + + true + provided + needed for JSP support + junit junit - - 3.8 + jar + 3.8.2 http://www.junit.org/ - - - ant - ant-optional - 1.5.1 + + test + testing only + xml-apis xml-apis 2.0.2 http://xml.apache.org/commons/ + + provided + true + needed for XML support; provided starting with Java 1.4 + jdom jdom 1.0 http://www.jdom.org + + true + needed for XML support + commons-beanutils commons-beanutils - 1.4 + 1.7.0 http://commons.apache.org/beanutils/ - - - commons-logging - commons-logging - 1.0.4 - http://commons.apache.org/logging/ + + true + needed for dynabean support + commons-collections commons-collections - 2.0 + 3.2 http://commons.apache.org/collections/ + + runtime + dependency of beanutils + maven @@ -157,15 +196,16 @@ http://maven.apache.org/reference/plugins/xdoc/ plugin - - <strong>Site Only</strong> - v1.9.2 (minimum) - required for building the Site documentation. - + true + + <strong>Site Only</strong> - v1.9.2 (minimum) + required for building the Site documentation. + - + dev@commons.apache.org src/java @@ -196,7 +236,7 @@ maven-junit-report-plugin - + maven-jdepend-plugin maven-changelog-plugin @@ -210,6 +250,5 @@ maven-junit-report-plugin -