Return-Path: Delivered-To: apmail-ws-juddi-cvs-archive@www.apache.org Received: (qmail 75383 invoked from network); 14 Oct 2009 13:37:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 14 Oct 2009 13:37:33 -0000 Received: (qmail 73545 invoked by uid 500); 14 Oct 2009 13:37:33 -0000 Delivered-To: apmail-ws-juddi-cvs-archive@ws.apache.org Received: (qmail 73500 invoked by uid 500); 14 Oct 2009 13:37:33 -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 73490 invoked by uid 99); 14 Oct 2009 13:37:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Oct 2009 13:37:32 +0000 X-ASF-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 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, 14 Oct 2009 13:37:30 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 9418F23888D4; Wed, 14 Oct 2009 13:37:10 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r825127 - /webservices/juddi/trunk/juddiv3-war/pom.xml Date: Wed, 14 Oct 2009 13:37:10 -0000 To: juddi-cvs@ws.apache.org From: kstam@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20091014133710.9418F23888D4@eris.apache.org> Author: kstam Date: Wed Oct 14 13:37:10 2009 New Revision: 825127 URL: http://svn.apache.org/viewvc?rev=825127&view=rev Log: JUDDI-293 adding activation of the hibernate/openjpa profile. Modified: webservices/juddi/trunk/juddiv3-war/pom.xml Modified: webservices/juddi/trunk/juddiv3-war/pom.xml URL: http://svn.apache.org/viewvc/webservices/juddi/trunk/juddiv3-war/pom.xml?rev=825127&r1=825126&r2=825127&view=diff ============================================================================== --- webservices/juddi/trunk/juddiv3-war/pom.xml (original) +++ webservices/juddi/trunk/juddiv3-war/pom.xml Wed Oct 14 13:37:10 2009 @@ -200,4 +200,26 @@ + + + hibernate + + true + + persistence + hibernate + + + + + + openjpa + + + persistence + openjpa + + + + --------------------------------------------------------------------- To unsubscribe, e-mail: juddi-cvs-unsubscribe@ws.apache.org For additional commands, e-mail: juddi-cvs-help@ws.apache.org