From commits-return-12137-apmail-tapestry-dev-archive=tapestry.apache.org@tapestry.apache.org Fri Apr 15 23:23:07 2011 Return-Path: Delivered-To: apmail-tapestry-dev-archive@www.apache.org Received: (qmail 93949 invoked from network); 15 Apr 2011 23:23:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 15 Apr 2011 23:23:06 -0000 Received: (qmail 57704 invoked by uid 500); 15 Apr 2011 22:56:26 -0000 Delivered-To: apmail-tapestry-dev-archive@tapestry.apache.org Received: (qmail 57656 invoked by uid 500); 15 Apr 2011 22:56:26 -0000 Mailing-List: contact commits-help@tapestry.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tapestry.apache.org Delivered-To: mailing list commits@tapestry.apache.org Received: (qmail 57649 invoked by uid 99); 15 Apr 2011 22:56:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Apr 2011 22:56:26 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.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; Fri, 15 Apr 2011 22:56:25 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 1488E23889F7; Fri, 15 Apr 2011 22:56:05 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1092837 - in /tapestry/tapestry5/trunk: pom.xml settings.gradle Date: Fri, 15 Apr 2011 22:56:05 -0000 To: commits@tapestry.apache.org From: hlship@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110415225605.1488E23889F7@eris.apache.org> Author: hlship Date: Fri Apr 15 22:56:04 2011 New Revision: 1092837 URL: http://svn.apache.org/viewvc?rev=1092837&view=rev Log: Temporarily disable tapestry-jpa build until its tests can be fixed Modified: tapestry/tapestry5/trunk/pom.xml tapestry/tapestry5/trunk/settings.gradle Modified: tapestry/tapestry5/trunk/pom.xml URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/pom.xml?rev=1092837&r1=1092836&r2=1092837&view=diff ============================================================================== --- tapestry/tapestry5/trunk/pom.xml (original) +++ tapestry/tapestry5/trunk/pom.xml Fri Apr 15 22:56:04 2011 @@ -210,7 +210,9 @@ tapestry-hibernate-core tapestry-hibernate tapestry-upload + tapestry-yuicompressor quickstart Modified: tapestry/tapestry5/trunk/settings.gradle URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/settings.gradle?rev=1092837&r1=1092836&r2=1092837&view=diff ============================================================================== --- tapestry/tapestry5/trunk/settings.gradle (original) +++ tapestry/tapestry5/trunk/settings.gradle Fri Apr 15 22:56:04 2011 @@ -1,5 +1,6 @@ include "plastic", "tapestry-annotations", "tapestry-test", "tapestry-func", "tapestry-ioc", "tapestry-json", "tapestry-core" include "tapestry-hibernate-core", "tapestry-hibernate", "tapestry-jmx", "tapestry-upload", "tapestry-spring" -include "tapestry-beanvalidator", "tapestry-yuicompressor", "tapestry-jpa" +include "tapestry-beanvalidator", "tapestry-yuicompressor" +// Temporarily removed: include "tapestry-jpa" // TODO (LATER): tapestry-component-report, quickstart