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.
</parent>
<artifactId>commons-weaver-antlib</artifactId>
- <name>Commons Weaver Antlib</name>
- <description>Commons Weaver Ant task library</description>
+ <name>Apache Commons Weaver Antlib</name>
+ <description>Apache Commons Weaver Ant task library</description>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
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.
</parent>
<artifactId>commons-weaver-antlib-parent</artifactId>
- <name>Commons Weaver Antlib Parent</name>
+ <name>Apache Commons Weaver Antlib Parent</name>
<packaging>pom</packaging>
<modules>
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.
</parent>
<artifactId>commons-weaver-antlib-test</artifactId>
- <name>Commons Weaver Antlib Test</name>
+ <name>Apache Commons Weaver Antlib Test</name>
<description>Uses the privilizer example to test the antlib</description>
<properties>
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.
<version>0.1-SNAPSHOT</version>
</parent>
<artifactId>commons-weaver-example</artifactId>
- <name>Commons Weaver Privilizer Example</name>
+ <name>Apache Commons Weaver Privilizer Example</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<privilizer.policy>ON_INIT</privilizer.policy>
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.
<artifactId>commons-weaver-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
- <name>Commons Weaver Maven Plugin</name>
+ <name>Apache Commons Weaver Maven Plugin</name>
<description>Weaving Maven goals</description>
<properties>
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.
<version>0.1-SNAPSHOT</version>
</parent>
<artifactId>commons-weaver-normalizer-example</artifactId>
- <name>commons-weaver-normalizer-example</name>
+ <name>Apache Commons Weaver Normalizer Example</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
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.
<artifactId>commons-weaver-normalizer-parent</artifactId>
<packaging>pom</packaging>
- <name>Commons Weaver Normalizer Parent POM</name>
+ <name>Apache Commons Weaver Normalizer Parent POM</name>
<description>
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.
<version>0.1-SNAPSHOT</version>
</parent>
<artifactId>commons-weaver-normalizer</artifactId>
- <name>commons-weaver-normalizer</name>
+ <name>Apache Commons Weaver Normalizer</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
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.
<artifactId>commons-weaver-modules-parent</artifactId>
<packaging>pom</packaging>
- <name>Commons Weaver Modules aggregator project</name>
+ <name>Apache Commons Weaver Modules aggregator project</name>
<modules>
<module>privilizer</module>
<module>normalizer</module>
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.
</parent>
<artifactId>commons-weaver-privilizer-api</artifactId>
- <name>Commons Weaver Privilizer API</name>
+ <name>Apache Commons Weaver Privilizer API</name>
</project>
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.
<artifactId>commons-weaver-privilizer-parent</artifactId>
<packaging>pom</packaging>
- <name>Commons Weaver Privilizer Parent POM</name>
+ <name>Apache Commons Weaver Privilizer Parent POM</name>
<description>
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.
</parent>
<artifactId>commons-weaver-privilizer</artifactId>
- <name>Commons Weaver Privilizer Weaver</name>
+ <name>Apache Commons Weaver Privilizer Weaver</name>
<description>
- Implements the Commons Weaver SPI for the Privilizer module.
+ Implements the Apache Commons Weaver SPI for the Privilizer module.
</description>
<dependencies>
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.
<version>0.1-SNAPSHOT</version>
<packaging>pom</packaging>
- <name>Commons Weaver Parent POM</name>
+ <name>Apache Commons Weaver Parent POM</name>
<description>
- 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.
</description>
<properties>
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.
</parent>
<artifactId>commons-weaver</artifactId>
- <name>Commons Weaver Processor</name>
+ <name>Apache Commons Weaver Processor</name>
<description>
- 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.
</description>