From commits-return-4068-apmail-continuum-commits-archive=continuum.apache.org@continuum.apache.org Mon Jun 30 21:51:45 2008 Return-Path: Delivered-To: apmail-continuum-commits-archive@www.apache.org Received: (qmail 88063 invoked from network); 30 Jun 2008 21:51:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Jun 2008 21:51:44 -0000 Received: (qmail 21997 invoked by uid 500); 30 Jun 2008 21:51:46 -0000 Delivered-To: apmail-continuum-commits-archive@continuum.apache.org Received: (qmail 21969 invoked by uid 500); 30 Jun 2008 21:51:46 -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 21957 invoked by uid 99); 30 Jun 2008 21:51:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Jun 2008 14:51:45 -0700 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; Mon, 30 Jun 2008 21:51:03 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 2336A23889C0; Mon, 30 Jun 2008 14:50:54 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r672940 - in /continuum/trunk/continuum-base/continuum-configuration: pom.xml src/main/resources/META-INF/ src/test/resources/META-INF/ Date: Mon, 30 Jun 2008 21:50:54 -0000 To: commits@continuum.apache.org From: olamy@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080630215054.2336A23889C0@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: olamy Date: Mon Jun 30 14:50:53 2008 New Revision: 672940 URL: http://svn.apache.org/viewvc?rev=672940&view=rev Log: remove configuration from the jar. file will be added in the webapp Added: continuum/trunk/continuum-base/continuum-configuration/src/test/resources/META-INF/ - copied from r672938, continuum/trunk/continuum-base/continuum-configuration/src/main/resources/META-INF/ Removed: continuum/trunk/continuum-base/continuum-configuration/src/main/resources/META-INF/ Modified: continuum/trunk/continuum-base/continuum-configuration/pom.xml Modified: continuum/trunk/continuum-base/continuum-configuration/pom.xml URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-base/continuum-configuration/pom.xml?rev=672940&r1=672939&r2=672940&view=diff ============================================================================== --- continuum/trunk/continuum-base/continuum-configuration/pom.xml (original) +++ continuum/trunk/continuum-base/continuum-configuration/pom.xml Mon Jun 30 14:50:53 2008 @@ -37,6 +37,10 @@ appserver.base ${project.build.directory}/test-classes/ + + user.home + ${project.build.directory}/test-classes/ +