Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@apache.org Received: (qmail 43983 invoked from network); 7 Mar 2003 01:50:20 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 7 Mar 2003 01:50:20 -0000 Received: (qmail 10277 invoked by uid 97); 7 Mar 2003 01:52:06 -0000 Delivered-To: qmlist-jakarta-archive-commons-dev@nagoya.betaversion.org Received: (qmail 10270 invoked from network); 7 Mar 2003 01:52:06 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 7 Mar 2003 01:52:06 -0000 Received: (qmail 43764 invoked by uid 500); 7 Mar 2003 01:50:18 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 43753 invoked from network); 7 Mar 2003 01:50:17 -0000 Received: from 202-44-167-185.nexnet.net.au (HELO adslgateway.multitask.com.au) (202.44.167.185) by daedalus.apache.org with SMTP; 7 Mar 2003 01:50:17 -0000 In-Reply-To: <20030306225351.34134.qmail@icarus.apache.org> To: "Jakarta Commons Developers List" Subject: Re: cvs commit: jakarta-commons/dbcp project.properties project.xml MIME-Version: 1.0 X-Mailer: Lotus Notes Release 6.0.1 February 07, 2003 From: dion@multitask.com.au Message-ID: Date: Fri, 7 Mar 2003 12:50:39 +1100 X-MIMETrack: Serialize by Router on ADSLGateway/Multitask Consulting/AU(Release 6.0|September 26, 2002) at 07/03/2003 12:50:38 PM, Serialize complete at 07/03/2003 12:50:38 PM Content-Type: text/plain; charset="US-ASCII" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Rodney, was there a reason to stop dbcp inheriting from the common project descriptor, i.e. > - ../project.xml -- dIon Gillard, Multitask Consulting Blog: http://www.freeroller.net/page/dion/Weblog Work: http://www.multitask.com.au rwaldhoff@apache.org wrote on 07/03/2003 09:53:51 AM: > rwaldhoff 2003/03/06 14:53:51 > > Modified: dbcp project.xml > Added: dbcp project.properties > Log: > better maven support > > Revision Changes Path > 1.8 +55 -19 jakarta-commons/dbcp/project.xml > > Index: project.xml > =================================================================== > RCS file: /home/cvs/jakarta-commons/dbcp/project.xml,v > retrieving revision 1.7 > retrieving revision 1.8 > diff -u -r1.7 -r1.8 > --- project.xml 6 Mar 2003 18:59:12 -0000 1.7 > +++ project.xml 6 Mar 2003 22:53:51 -0000 1.8 > @@ -1,40 +1,74 @@ > - > - > + > > - ../project.xml > + 3 > + commons-dbcp > commons-dbcp > - DBCP > - 1.1-dev > + 2.0-dev > + > + > + Apache Software Foundation > + http://jakarta.apache.org/commons > + http://jakarta.apache.org/images/jakarta-logo-blue.gif > + > + > + > 2001 > + org.apache.commons.dbcp > + > jakarta > Commons Database Connection Pooling > > > Commons Database Connection Pooling > > - > + > + http://jakarta.apache.org/commons/dbcp/ > + http://issues.apache.org/bugzilla > + jakarta.apache.org > + /www/jakarta.apache.org/commons/dbcp > + /www/jakarta.apache.org/builds/jakarta- > commons/dbcp/ > + > + scm:cvs:pserver:anoncvs@cvs.apache.org: > /home/cvspublic:jakarta-commons/dbcp > + http://cvs.apache.org/viewcvs/jakarta-commons/dbcp/ > + > + > + > + > + Commons User List > + commons-user-subscribe@jakarta.apache.org > + commons-user-unsubscribe@jakarta.apache.org > + http://archives.apache.org/eyebrowse/SummarizeList? > listName=commons-user@jakarta.apache.org > + > + > + Commons Developer List > + commons-dev-subscribe@jakarta.apache.org > + commons-dev-unsubscribe@jakarta.apache.org > + http://archives.apache.org/eyebrowse/SummarizeList? > listName=commons-dev@jakarta.apache.org > + > + > + > > > Morgan Delagrange > - > + morgand > > > > > Geir Magnusson > - > + geirm > > > > > Craig McClanahan > - > + craigmcc > > > > > John McNally > - > + jmcnally > > > > @@ -46,7 +80,7 @@ > > > David Weinrich > - > + dweinr1 > > > > @@ -75,25 +109,27 @@ > > > > - xml-apis > - 1.0.b2 > - > - > - > junit > 3.8.1 > > > + > + xml-apis2.0. > 2 > + xerces2.0.2 > + > + > > > > - > + commons-dev@jakarta.apache.org > + src/java > + src/test > > > - **/TestAll.java > + org/apache/commons/dbcp/TestAll.java > + org/apache/commons/jocl/TestAll.java > > > - > > > > > > > 1.1 jakarta-commons/dbcp/project.properties > > Index: project.properties > =================================================================== > #maven.checkstyle.properties=src/conf/checkstyle.properties > > maven.javadoc.author=false > maven.javadoc.links=http://java.sun.com/products/jdk/1.4/docs/api > > maven.xdoc.date=left > > maven.compile.debug=on > maven.compile.deprecation=off > maven.compile.optimize=off > > maven.jarResources.basedir=src/java > maven.jar.excludes=**/package.html > maven.junit.fork=true > maven.junit.sysproperties=org.xml.sax.driver > org.xml.sax.driver=org.apache.xerces.parsers.SAXParser > > clover.excludes=**/Test*.java > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org > For additional commands, e-mail: commons-dev-help@jakarta.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org