Return-Path: Delivered-To: apmail-ws-juddi-cvs-archive@www.apache.org Received: (qmail 47175 invoked from network); 8 Apr 2009 04:12:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 8 Apr 2009 04:12:17 -0000 Received: (qmail 13531 invoked by uid 500); 8 Apr 2009 04:12:17 -0000 Delivered-To: apmail-ws-juddi-cvs-archive@ws.apache.org Received: (qmail 13489 invoked by uid 500); 8 Apr 2009 04:12:17 -0000 Mailing-List: contact juddi-cvs-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list juddi-cvs@ws.apache.org Received: (qmail 13480 invoked by uid 99); 8 Apr 2009 04:12:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Apr 2009 04:12:17 +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, 08 Apr 2009 04:12:17 +0000 Received: by eris.apache.org (Postfix, from userid 1221) id 19E522388C4D; Wed, 8 Apr 2009 04:11:57 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r762918 - /webservices/juddi/branches/v3_trunk/juddi-core/pom.xml Date: Wed, 08 Apr 2009 04:11:57 -0000 To: juddi-cvs@ws.apache.org From: tcunning@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090408041157.19E522388C4D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: tcunning Date: Tue Apr 7 19:26:45 2009 New Revision: 762918 URL: http://svn.apache.org/viewvc?rev=762918&view=rev Log: JUDDI-216 Switch the copy of the persistence.xml's to initialize so that if you switch between hibernate/openjpa configs everything works the first try. Modified: webservices/juddi/branches/v3_trunk/juddi-core/pom.xml Modified: webservices/juddi/branches/v3_trunk/juddi-core/pom.xml URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk/juddi-core/pom.xml?rev=762918&r1=762917&r2=762918&view=diff ============================================================================== --- webservices/juddi/branches/v3_trunk/juddi-core/pom.xml (original) +++ webservices/juddi/branches/v3_trunk/juddi-core/pom.xml Tue Apr 7 19:26:45 2009 @@ -72,8 +72,8 @@ 1.3 - foo - test-compile + initialize-meta-inf + initialize --------------------------------------------------------------------- To unsubscribe, e-mail: juddi-cvs-unsubscribe@ws.apache.org For additional commands, e-mail: juddi-cvs-help@ws.apache.org