Return-Path: X-Original-To: apmail-commons-commits-archive@minotaur.apache.org Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5C3A17C1C for ; Fri, 2 Sep 2011 02:06:23 +0000 (UTC) Received: (qmail 35864 invoked by uid 500); 2 Sep 2011 02:06:22 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 35548 invoked by uid 500); 2 Sep 2011 02:06:21 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 35541 invoked by uid 99); 2 Sep 2011 02:06:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Sep 2011 02:06:21 +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, 02 Sep 2011 02:06:18 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 920CE23889B3 for ; Fri, 2 Sep 2011 02:05:57 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1164328 - /commons/proper/configuration/trunk/pom.xml Date: Fri, 02 Sep 2011 02:05:57 -0000 To: commits@commons.apache.org From: sebb@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110902020557.920CE23889B3@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: sebb Date: Fri Sep 2 02:05:57 2011 New Revision: 1164328 URL: http://svn.apache.org/viewvc?rev=1164328&view=rev Log: Replace deprecated systemProperties with systemPropertyVariables Modified: commons/proper/configuration/trunk/pom.xml Modified: commons/proper/configuration/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/pom.xml?rev=1164328&r1=1164327&r2=1164328&view=diff ============================================================================== --- commons/proper/configuration/trunk/pom.xml (original) +++ commons/proper/configuration/trunk/pom.xml Fri Sep 2 02:05:57 2011 @@ -597,16 +597,10 @@ maven-surefire-plugin once - - - java.awt.headless - true - - - test.webdav.base - ${test.webdav.base} - - + + true + ${test.webdav.base} + **/TestWebdavConfigurationBuilder.java