Return-Path: X-Original-To: apmail-felix-commits-archive@www.apache.org Delivered-To: apmail-felix-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 17996D1BD for ; Thu, 9 Aug 2012 16:19:07 +0000 (UTC) Received: (qmail 65164 invoked by uid 500); 9 Aug 2012 16:19:07 -0000 Delivered-To: apmail-felix-commits-archive@felix.apache.org Received: (qmail 65106 invoked by uid 500); 9 Aug 2012 16:19:06 -0000 Mailing-List: contact commits-help@felix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@felix.apache.org Delivered-To: mailing list commits@felix.apache.org Received: (qmail 65099 invoked by uid 99); 9 Aug 2012 16:19:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Aug 2012 16:19:06 +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; Thu, 09 Aug 2012 16:19:06 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id CC79B23889CB for ; Thu, 9 Aug 2012 16:18:22 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1371286 - /felix/trunk/scr/pom.xml Date: Thu, 09 Aug 2012 16:18:22 -0000 To: commits@felix.apache.org From: djencks@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120809161822.CC79B23889CB@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: djencks Date: Thu Aug 9 16:18:22 2012 New Revision: 1371286 URL: http://svn.apache.org/viewvc?rev=1371286&view=rev Log: FELIX-3456 configure animal-sniffer to accept lock and atomic classes Modified: felix/trunk/scr/pom.xml Modified: felix/trunk/scr/pom.xml URL: http://svn.apache.org/viewvc/felix/trunk/scr/pom.xml?rev=1371286&r1=1371285&r2=1371286&view=diff ============================================================================== --- felix/trunk/scr/pom.xml (original) +++ felix/trunk/scr/pom.xml Thu Aug 9 16:18:22 2012 @@ -326,7 +326,10 @@ 1.0 - java.util.concurrent.locks.ReentrantLock + java.util.concurrent.atomic.AtomicReference + java.util.concurrent.locks.ReentrantReadWriteLock + java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock + java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock java.util.concurrent.TimeUnit