Return-Path: X-Original-To: apmail-aries-commits-archive@www.apache.org Delivered-To: apmail-aries-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0E87619DF1 for ; Thu, 7 Apr 2016 12:31:38 +0000 (UTC) Received: (qmail 94478 invoked by uid 500); 7 Apr 2016 12:31:38 -0000 Delivered-To: apmail-aries-commits-archive@aries.apache.org Received: (qmail 94418 invoked by uid 500); 7 Apr 2016 12:31:38 -0000 Mailing-List: contact commits-help@aries.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@aries.apache.org Delivered-To: mailing list commits@aries.apache.org Received: (qmail 94407 invoked by uid 99); 7 Apr 2016 12:31:37 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Apr 2016 12:31:37 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 89532C0D64 for ; Thu, 7 Apr 2016 12:31:37 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.999 X-Spam-Level: X-Spam-Status: No, score=0.999 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-0.001] autolearn=disabled Received: from mx2-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id NZk_PPk-BnXS for ; Thu, 7 Apr 2016 12:31:36 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx2-lw-eu.apache.org (ASF Mail Server at mx2-lw-eu.apache.org) with ESMTP id 3CBE35FE4E for ; Thu, 7 Apr 2016 12:31:36 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 256FCE0098 for ; Thu, 7 Apr 2016 12:31:35 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 25CBE3A0222 for ; Thu, 7 Apr 2016 12:31:35 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1738126 - /aries/trunk/tx-control/pom.xml Date: Thu, 07 Apr 2016 12:31:35 -0000 To: commits@aries.apache.org From: timothyjward@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20160407123135.25CBE3A0222@svn01-us-west.apache.org> Author: timothyjward Date: Thu Apr 7 12:31:34 2016 New Revision: 1738126 URL: http://svn.apache.org/viewvc?rev=1738126&view=rev Log: [tx-control] Do not build any of tx-control unless JDK 8 is available Modified: aries/trunk/tx-control/pom.xml Modified: aries/trunk/tx-control/pom.xml URL: http://svn.apache.org/viewvc/aries/trunk/tx-control/pom.xml?rev=1738126&r1=1738125&r2=1738126&view=diff ============================================================================== --- aries/trunk/tx-control/pom.xml (original) +++ aries/trunk/tx-control/pom.xml Thu Apr 7 12:31:34 2016 @@ -49,13 +49,11 @@ tx-control-provider-jdbc-local tx-control-provider-jdbc-xa tx-control-provider-jpa-local + tx-control-provider-jpa-xa tx-control-itests tx-control-jpa-itests - - tx-control-provider-jpa-local - \ No newline at end of file