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 2CD5610973 for ; Mon, 19 Aug 2013 20:50:21 +0000 (UTC) Received: (qmail 99081 invoked by uid 500); 19 Aug 2013 20:50:21 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 99026 invoked by uid 500); 19 Aug 2013 20:50:20 -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 99019 invoked by uid 99); 19 Aug 2013 20:50:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Aug 2013 20:50:20 +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; Mon, 19 Aug 2013 20:50:17 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 8928023888E4; Mon, 19 Aug 2013 20:49:55 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1515596 - in /commons/sandbox/weaver/trunk: ./ ant/ ant/lib/ ant/test/ example/ maven-plugin/ modules/ modules/normalizer/ modules/normalizer/example/ modules/normalizer/weaver/ modules/privilizer/ modules/privilizer/api/ modules/privilize... Date: Mon, 19 Aug 2013 20:49:55 -0000 To: commits@commons.apache.org From: mbenson@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20130819204955.8928023888E4@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: mbenson Date: Mon Aug 19 20:49:54 2013 New Revision: 1515596 URL: http://svn.apache.org/r1515596 Log: Apache Commons Weaver Modified: commons/sandbox/weaver/trunk/ant/lib/pom.xml commons/sandbox/weaver/trunk/ant/pom.xml commons/sandbox/weaver/trunk/ant/test/pom.xml commons/sandbox/weaver/trunk/example/pom.xml commons/sandbox/weaver/trunk/maven-plugin/pom.xml commons/sandbox/weaver/trunk/modules/normalizer/example/pom.xml commons/sandbox/weaver/trunk/modules/normalizer/pom.xml commons/sandbox/weaver/trunk/modules/normalizer/weaver/pom.xml commons/sandbox/weaver/trunk/modules/pom.xml commons/sandbox/weaver/trunk/modules/privilizer/api/pom.xml commons/sandbox/weaver/trunk/modules/privilizer/pom.xml commons/sandbox/weaver/trunk/modules/privilizer/weaver/pom.xml commons/sandbox/weaver/trunk/pom.xml commons/sandbox/weaver/trunk/processor/pom.xml Modified: commons/sandbox/weaver/trunk/ant/lib/pom.xml URL: http://svn.apache.org/viewvc/commons/sandbox/weaver/trunk/ant/lib/pom.xml?rev=1515596&r1=1515595&r2=1515596&view=diff ============================================================================== --- commons/sandbox/weaver/trunk/ant/lib/pom.xml (original) +++ commons/sandbox/weaver/trunk/ant/lib/pom.xml Mon Aug 19 20:49:54 2013 @@ -27,8 +27,8 @@ under the License. commons-weaver-antlib - Commons Weaver Antlib - Commons Weaver Ant task library + Apache Commons Weaver Antlib + Apache Commons Weaver Ant task library UTF-8 Modified: commons/sandbox/weaver/trunk/ant/pom.xml URL: http://svn.apache.org/viewvc/commons/sandbox/weaver/trunk/ant/pom.xml?rev=1515596&r1=1515595&r2=1515596&view=diff ============================================================================== --- commons/sandbox/weaver/trunk/ant/pom.xml (original) +++ commons/sandbox/weaver/trunk/ant/pom.xml Mon Aug 19 20:49:54 2013 @@ -26,7 +26,7 @@ under the License. commons-weaver-antlib-parent - Commons Weaver Antlib Parent + Apache Commons Weaver Antlib Parent pom Modified: commons/sandbox/weaver/trunk/ant/test/pom.xml URL: http://svn.apache.org/viewvc/commons/sandbox/weaver/trunk/ant/test/pom.xml?rev=1515596&r1=1515595&r2=1515596&view=diff ============================================================================== --- commons/sandbox/weaver/trunk/ant/test/pom.xml (original) +++ commons/sandbox/weaver/trunk/ant/test/pom.xml Mon Aug 19 20:49:54 2013 @@ -27,7 +27,7 @@ under the License. commons-weaver-antlib-test - Commons Weaver Antlib Test + Apache Commons Weaver Antlib Test Uses the privilizer example to test the antlib Modified: commons/sandbox/weaver/trunk/example/pom.xml URL: http://svn.apache.org/viewvc/commons/sandbox/weaver/trunk/example/pom.xml?rev=1515596&r1=1515595&r2=1515596&view=diff ============================================================================== --- commons/sandbox/weaver/trunk/example/pom.xml (original) +++ commons/sandbox/weaver/trunk/example/pom.xml Mon Aug 19 20:49:54 2013 @@ -25,7 +25,7 @@ under the License. 0.1-SNAPSHOT commons-weaver-example - Commons Weaver Privilizer Example + Apache Commons Weaver Privilizer Example UTF-8 ON_INIT Modified: commons/sandbox/weaver/trunk/maven-plugin/pom.xml URL: http://svn.apache.org/viewvc/commons/sandbox/weaver/trunk/maven-plugin/pom.xml?rev=1515596&r1=1515595&r2=1515596&view=diff ============================================================================== --- commons/sandbox/weaver/trunk/maven-plugin/pom.xml (original) +++ commons/sandbox/weaver/trunk/maven-plugin/pom.xml Mon Aug 19 20:49:54 2013 @@ -28,7 +28,7 @@ under the License. commons-weaver-maven-plugin maven-plugin - Commons Weaver Maven Plugin + Apache Commons Weaver Maven Plugin Weaving Maven goals Modified: commons/sandbox/weaver/trunk/modules/normalizer/example/pom.xml URL: http://svn.apache.org/viewvc/commons/sandbox/weaver/trunk/modules/normalizer/example/pom.xml?rev=1515596&r1=1515595&r2=1515596&view=diff ============================================================================== --- commons/sandbox/weaver/trunk/modules/normalizer/example/pom.xml (original) +++ commons/sandbox/weaver/trunk/modules/normalizer/example/pom.xml Mon Aug 19 20:49:54 2013 @@ -25,7 +25,7 @@ under the License. 0.1-SNAPSHOT commons-weaver-normalizer-example - commons-weaver-normalizer-example + Apache Commons Weaver Normalizer Example UTF-8 Modified: commons/sandbox/weaver/trunk/modules/normalizer/pom.xml URL: http://svn.apache.org/viewvc/commons/sandbox/weaver/trunk/modules/normalizer/pom.xml?rev=1515596&r1=1515595&r2=1515596&view=diff ============================================================================== --- commons/sandbox/weaver/trunk/modules/normalizer/pom.xml (original) +++ commons/sandbox/weaver/trunk/modules/normalizer/pom.xml Mon Aug 19 20:49:54 2013 @@ -28,7 +28,7 @@ under the License. commons-weaver-normalizer-parent pom - Commons Weaver Normalizer Parent POM + Apache Commons Weaver Normalizer Parent POM The Normalizer module merges identical anonymous class definitions into Modified: commons/sandbox/weaver/trunk/modules/normalizer/weaver/pom.xml URL: http://svn.apache.org/viewvc/commons/sandbox/weaver/trunk/modules/normalizer/weaver/pom.xml?rev=1515596&r1=1515595&r2=1515596&view=diff ============================================================================== --- commons/sandbox/weaver/trunk/modules/normalizer/weaver/pom.xml (original) +++ commons/sandbox/weaver/trunk/modules/normalizer/weaver/pom.xml Mon Aug 19 20:49:54 2013 @@ -25,7 +25,7 @@ under the License. 0.1-SNAPSHOT commons-weaver-normalizer - commons-weaver-normalizer + Apache Commons Weaver Normalizer UTF-8 Modified: commons/sandbox/weaver/trunk/modules/pom.xml URL: http://svn.apache.org/viewvc/commons/sandbox/weaver/trunk/modules/pom.xml?rev=1515596&r1=1515595&r2=1515596&view=diff ============================================================================== --- commons/sandbox/weaver/trunk/modules/pom.xml (original) +++ commons/sandbox/weaver/trunk/modules/pom.xml Mon Aug 19 20:49:54 2013 @@ -27,7 +27,7 @@ under the License. commons-weaver-modules-parent pom - Commons Weaver Modules aggregator project + Apache Commons Weaver Modules aggregator project privilizer normalizer Modified: commons/sandbox/weaver/trunk/modules/privilizer/api/pom.xml URL: http://svn.apache.org/viewvc/commons/sandbox/weaver/trunk/modules/privilizer/api/pom.xml?rev=1515596&r1=1515595&r2=1515596&view=diff ============================================================================== --- commons/sandbox/weaver/trunk/modules/privilizer/api/pom.xml (original) +++ commons/sandbox/weaver/trunk/modules/privilizer/api/pom.xml Mon Aug 19 20:49:54 2013 @@ -26,6 +26,6 @@ under the License. commons-weaver-privilizer-api - Commons Weaver Privilizer API + Apache Commons Weaver Privilizer API Modified: commons/sandbox/weaver/trunk/modules/privilizer/pom.xml URL: http://svn.apache.org/viewvc/commons/sandbox/weaver/trunk/modules/privilizer/pom.xml?rev=1515596&r1=1515595&r2=1515596&view=diff ============================================================================== --- commons/sandbox/weaver/trunk/modules/privilizer/pom.xml (original) +++ commons/sandbox/weaver/trunk/modules/privilizer/pom.xml Mon Aug 19 20:49:54 2013 @@ -29,7 +29,7 @@ under the License. commons-weaver-privilizer-parent pom - Commons Weaver Privilizer Parent POM + Apache Commons Weaver Privilizer Parent POM Privilizer provides machinery to automate the handling of Java Security access controls in code. Modified: commons/sandbox/weaver/trunk/modules/privilizer/weaver/pom.xml URL: http://svn.apache.org/viewvc/commons/sandbox/weaver/trunk/modules/privilizer/weaver/pom.xml?rev=1515596&r1=1515595&r2=1515596&view=diff ============================================================================== --- commons/sandbox/weaver/trunk/modules/privilizer/weaver/pom.xml (original) +++ commons/sandbox/weaver/trunk/modules/privilizer/weaver/pom.xml Mon Aug 19 20:49:54 2013 @@ -26,9 +26,9 @@ under the License. commons-weaver-privilizer - Commons Weaver Privilizer Weaver + Apache Commons Weaver Privilizer Weaver - Implements the Commons Weaver SPI for the Privilizer module. + Implements the Apache Commons Weaver SPI for the Privilizer module. Modified: commons/sandbox/weaver/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/sandbox/weaver/trunk/pom.xml?rev=1515596&r1=1515595&r2=1515596&view=diff ============================================================================== --- commons/sandbox/weaver/trunk/pom.xml (original) +++ commons/sandbox/weaver/trunk/pom.xml Mon Aug 19 20:49:54 2013 @@ -30,11 +30,11 @@ under the License. 0.1-SNAPSHOT pom - Commons Weaver Parent POM + Apache Commons Weaver Parent POM - Commons Weaver provides an easy way to 'enhance' compiled classes with - new functionality by generating ('weaving') bytecode into those classes. + Apache Commons Weaver provides an easy way to enhance compiled classes with + new functionality by generating ("weaving") bytecode into those classes. Modified: commons/sandbox/weaver/trunk/processor/pom.xml URL: http://svn.apache.org/viewvc/commons/sandbox/weaver/trunk/processor/pom.xml?rev=1515596&r1=1515595&r2=1515596&view=diff ============================================================================== --- commons/sandbox/weaver/trunk/processor/pom.xml (original) +++ commons/sandbox/weaver/trunk/processor/pom.xml Mon Aug 19 20:49:54 2013 @@ -26,9 +26,9 @@ under the License. commons-weaver - Commons Weaver Processor + Apache Commons Weaver Processor - Defines the Commons Weaver SPI as well as the basic build-time + Defines the Apache Commons Weaver SPI as well as the basic build-time (filesystem-based) processors that detect, configure, and invoke available modules.