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 201F110365 for ; Tue, 13 Aug 2013 22:03:11 +0000 (UTC) Received: (qmail 22254 invoked by uid 500); 13 Aug 2013 22:03:10 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 22176 invoked by uid 500); 13 Aug 2013 22:03:10 -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 22168 invoked by uid 99); 13 Aug 2013 22:03:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Aug 2013 22:03:10 +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; Tue, 13 Aug 2013 22:03:08 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 09A5723888E4; Tue, 13 Aug 2013 22:02:47 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1513670 - /commons/sandbox/weaver/trunk/ant/test/pom.xml Date: Tue, 13 Aug 2013 22:02:46 -0000 To: commits@commons.apache.org From: mbenson@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20130813220247.09A5723888E4@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: mbenson Date: Tue Aug 13 22:02:46 2013 New Revision: 1513670 URL: http://svn.apache.org/r1513670 Log: pom cleanup; get tests working again Modified: commons/sandbox/weaver/trunk/ant/test/pom.xml Modified: commons/sandbox/weaver/trunk/ant/test/pom.xml URL: http://svn.apache.org/viewvc/commons/sandbox/weaver/trunk/ant/test/pom.xml?rev=1513670&r1=1513669&r2=1513670&view=diff ============================================================================== --- commons/sandbox/weaver/trunk/ant/test/pom.xml (original) +++ commons/sandbox/weaver/trunk/ant/test/pom.xml Tue Aug 13 22:02:46 2013 @@ -27,7 +27,8 @@ under the License. commons-weaver-antlib-test - Commons Privilizer Antlib Test + Commons Weaver Antlib Test + Uses the privilizer example to test the antlib UTF-8 @@ -41,13 +42,18 @@ under the License. org.apache.commons + commons-weaver-privilizer + ${project.version} + provided + + + org.apache.commons commons-weaver-antlib ${project.version} junit junit - 3.8.2 test @@ -60,11 +66,7 @@ under the License. org.apache.maven.plugins maven-surefire-plugin - once - - java.lang.SecurityManager - ${project.build.directory}/example-test-resources/java.policy - + -Djava.security.manager -Djava.security.policy=${project.build.directory}/example-test-resources/java.policy @@ -90,7 +92,7 @@ under the License. sources org.apache.commons - commons-privilizer-example + commons-weaver-example **/*.java ${project.build.directory}/example-sources @@ -114,7 +116,7 @@ under the License. test-sources org.apache.commons - commons-privilizer-example + commons-weaver-example **/*.java ${project.build.directory}/example-test-sources @@ -128,7 +130,7 @@ under the License. test-sources org.apache.commons - commons-privilizer-example + commons-weaver-example java.policy ${project.build.directory}/example-test-resources