Return-Path: Delivered-To: apmail-continuum-commits-archive@www.apache.org Received: (qmail 99034 invoked from network); 6 May 2009 13:14:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 6 May 2009 13:14:00 -0000 Received: (qmail 51608 invoked by uid 500); 6 May 2009 13:13:59 -0000 Delivered-To: apmail-continuum-commits-archive@continuum.apache.org Received: (qmail 51558 invoked by uid 500); 6 May 2009 13:13:59 -0000 Mailing-List: contact commits-help@continuum.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@continuum.apache.org Delivered-To: mailing list commits@continuum.apache.org Received: (qmail 51549 invoked by uid 99); 6 May 2009 13:13:59 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 May 2009 13:13:59 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 May 2009 13:13:48 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 725F023888CA; Wed, 6 May 2009 13:13:27 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r772214 - in /continuum/trunk/continuum-webapp-test: ./ pom.xml Date: Wed, 06 May 2009 13:13:26 -0000 To: commits@continuum.apache.org From: brett@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090506131327.725F023888CA@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: brett Date: Wed May 6 13:13:24 2009 New Revision: 772214 URL: http://svn.apache.org/viewvc?rev=772214&view=rev Log: move installs out of target to avoid being removed by clean, make location overridable by a property Modified: continuum/trunk/continuum-webapp-test/ (props changed) continuum/trunk/continuum-webapp-test/pom.xml Propchange: continuum/trunk/continuum-webapp-test/ ------------------------------------------------------------------------------ --- svn:ignore (original) +++ svn:ignore Wed May 6 13:13:24 2009 @@ -7,3 +7,4 @@ .settings .classpath .project +installs Modified: continuum/trunk/continuum-webapp-test/pom.xml URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-webapp-test/pom.xml?rev=772214&r1=772213&r2=772214&view=diff ============================================================================== --- continuum/trunk/continuum-webapp-test/pom.xml (original) +++ continuum/trunk/continuum-webapp-test/pom.xml Wed May 6 13:13:24 2009 @@ -213,7 +213,7 @@ ${container.name} ${container.url} - ${project.build.directory}/installs/${container.name} + ${cargo.installs.directory}/${container.name} ${project.build.directory}/logs/${container.name}.log ${project.build.directory}/logs/${container.name}.out @@ -286,8 +286,7 @@ tomcat5x - http://apache.mirrors.redwire.net/tomcat/tomcat-5/v5.5.27/bin/apache-tomcat-5.5.27.zip - + http://apache.mirrors.redwire.net/tomcat/tomcat-5/v5.5.27/bin/apache-tomcat-5.5.27.zip @@ -348,5 +347,7 @@ - + + ${basedir}/installs +