Return-Path: Delivered-To: apmail-openjpa-commits-archive@www.apache.org Received: (qmail 5825 invoked from network); 9 Dec 2010 22:05:57 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 9 Dec 2010 22:05:57 -0000 Received: (qmail 95150 invoked by uid 500); 9 Dec 2010 22:05:57 -0000 Delivered-To: apmail-openjpa-commits-archive@openjpa.apache.org Received: (qmail 95114 invoked by uid 500); 9 Dec 2010 22:05:57 -0000 Mailing-List: contact commits-help@openjpa.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openjpa.apache.org Delivered-To: mailing list commits@openjpa.apache.org Received: (qmail 95107 invoked by uid 99); 9 Dec 2010 22:05:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Dec 2010 22:05:57 +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; Thu, 09 Dec 2010 22:05:55 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 44D912388A32; Thu, 9 Dec 2010 22:05:34 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1044141 - in /openjpa/trunk: openjpa/pom.xml pom.xml Date: Thu, 09 Dec 2010 22:05:34 -0000 To: commits@openjpa.apache.org From: ppoddar@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20101209220534.44D912388A32@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: ppoddar Date: Thu Dec 9 22:05:33 2010 New Revision: 1044141 URL: http://svn.apache.org/viewvc?rev=1044141&view=rev Log: OPENJPA-1851: Include JEST module to pom.xml Modified: openjpa/trunk/openjpa/pom.xml openjpa/trunk/pom.xml Modified: openjpa/trunk/openjpa/pom.xml URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa/pom.xml?rev=1044141&r1=1044140&r2=1044141&view=diff ============================================================================== --- openjpa/trunk/openjpa/pom.xml (original) +++ openjpa/trunk/openjpa/pom.xml Thu Dec 9 22:05:33 2010 @@ -82,6 +82,7 @@ org.apache.openjpa:openjpa-persistence-jdbc org.apache.openjpa:openjpa-xmlstore org.apache.openjpa:openjpa-slice + org.apache.openjpa:openjpa-jest @@ -215,5 +216,10 @@ openjpa-slice ${project.version} + + org.apache.openjpa + openjpa-jest + ${project.version} + Modified: openjpa/trunk/pom.xml URL: http://svn.apache.org/viewvc/openjpa/trunk/pom.xml?rev=1044141&r1=1044140&r2=1044141&view=diff ============================================================================== --- openjpa/trunk/pom.xml (original) +++ openjpa/trunk/pom.xml Thu Dec 9 22:05:33 2010 @@ -153,6 +153,7 @@ openjpa-persistence-locking openjpa-xmlstore openjpa-slice + openjpa-jest openjpa openjpa-project openjpa-examples