You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mb...@apache.org on 2013/04/20 23:53:42 UTC

svn commit: r1470240 - in /commons/sandbox/weaver/trunk: ant/lib/pom.xml ant/pom.xml example/pom.xml maven-plugin/pom.xml modules/pom.xml modules/privilizer/weaver/pom.xml pom.xml processor/pom.xml

Author: mbenson
Date: Sat Apr 20 21:53:41 2013
New Revision: 1470240

URL: http://svn.apache.org/r1470240
Log:
rename commons-weaver-processor module to commons-weaver as it is truly the core

Modified:
    commons/sandbox/weaver/trunk/ant/lib/pom.xml
    commons/sandbox/weaver/trunk/ant/pom.xml
    commons/sandbox/weaver/trunk/example/pom.xml
    commons/sandbox/weaver/trunk/maven-plugin/pom.xml
    commons/sandbox/weaver/trunk/modules/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=1470240&r1=1470239&r2=1470240&view=diff
==============================================================================
--- commons/sandbox/weaver/trunk/ant/lib/pom.xml (original)
+++ commons/sandbox/weaver/trunk/ant/lib/pom.xml Sat Apr 20 21:53:41 2013
@@ -37,7 +37,7 @@
   <dependencies>
     <dependency>
       <groupId>org.apache.commons</groupId>
-      <artifactId>commons-weaver-processor</artifactId>
+      <artifactId>commons-weaver</artifactId>
       <version>${project.version}</version>
     </dependency>
     <dependency>

Modified: commons/sandbox/weaver/trunk/ant/pom.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/weaver/trunk/ant/pom.xml?rev=1470240&r1=1470239&r2=1470240&view=diff
==============================================================================
--- commons/sandbox/weaver/trunk/ant/pom.xml (original)
+++ commons/sandbox/weaver/trunk/ant/pom.xml Sat Apr 20 21:53:41 2013
@@ -20,7 +20,7 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.commons</groupId>
-    <artifactId>commons-weaver</artifactId>
+    <artifactId>commons-weaver-parent</artifactId>
     <version>0.1-SNAPSHOT</version>
   </parent>
 

Modified: commons/sandbox/weaver/trunk/example/pom.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/weaver/trunk/example/pom.xml?rev=1470240&r1=1470239&r2=1470240&view=diff
==============================================================================
--- commons/sandbox/weaver/trunk/example/pom.xml (original)
+++ commons/sandbox/weaver/trunk/example/pom.xml Sat Apr 20 21:53:41 2013
@@ -20,7 +20,7 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.commons</groupId>
-      <artifactId>commons-weaver</artifactId>
+      <artifactId>commons-weaver-parent</artifactId>
     <version>0.1-SNAPSHOT</version>
   </parent>
   <artifactId>commons-weaver-example</artifactId>

Modified: commons/sandbox/weaver/trunk/maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/weaver/trunk/maven-plugin/pom.xml?rev=1470240&r1=1470239&r2=1470240&view=diff
==============================================================================
--- commons/sandbox/weaver/trunk/maven-plugin/pom.xml (original)
+++ commons/sandbox/weaver/trunk/maven-plugin/pom.xml Sat Apr 20 21:53:41 2013
@@ -20,7 +20,7 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.commons</groupId>
-    <artifactId>commons-weaver</artifactId>
+    <artifactId>commons-weaver-parent</artifactId>
     <version>0.1-SNAPSHOT</version>
   </parent>
 
@@ -38,7 +38,7 @@
   <dependencies>
     <dependency>
       <groupId>org.apache.commons</groupId>
-      <artifactId>commons-weaver-processor</artifactId>
+      <artifactId>commons-weaver</artifactId>
       <version>${project.version}</version>
     </dependency>
     <dependency>

Modified: commons/sandbox/weaver/trunk/modules/pom.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/weaver/trunk/modules/pom.xml?rev=1470240&r1=1470239&r2=1470240&view=diff
==============================================================================
--- commons/sandbox/weaver/trunk/modules/pom.xml (original)
+++ commons/sandbox/weaver/trunk/modules/pom.xml Sat Apr 20 21:53:41 2013
@@ -20,7 +20,7 @@ under the License.
 <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
   <modelVersion>4.0.0</modelVersion>
   <parent>
-    <artifactId>commons-weaver</artifactId>
+    <artifactId>commons-weaver-parent</artifactId>
     <groupId>org.apache.commons</groupId>
     <version>0.1-SNAPSHOT</version>
   </parent>

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=1470240&r1=1470239&r2=1470240&view=diff
==============================================================================
--- commons/sandbox/weaver/trunk/modules/privilizer/weaver/pom.xml (original)
+++ commons/sandbox/weaver/trunk/modules/privilizer/weaver/pom.xml Sat Apr 20 21:53:41 2013
@@ -38,7 +38,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>
-      <artifactId>commons-weaver-processor</artifactId>
+      <artifactId>commons-weaver</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>

Modified: commons/sandbox/weaver/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/weaver/trunk/pom.xml?rev=1470240&r1=1470239&r2=1470240&view=diff
==============================================================================
--- commons/sandbox/weaver/trunk/pom.xml (original)
+++ commons/sandbox/weaver/trunk/pom.xml Sat Apr 20 21:53:41 2013
@@ -25,7 +25,7 @@
     <version>10-SNAPSHOT</version>
   </parent>
 
-  <artifactId>commons-weaver</artifactId>
+  <artifactId>commons-weaver-parent</artifactId>
   <version>0.1-SNAPSHOT</version>
   <packaging>pom</packaging>
 
@@ -80,7 +80,7 @@
     <dependencies>
       <dependency>
         <groupId>org.apache.commons</groupId>
-        <artifactId>commons-weaver-processor</artifactId>
+        <artifactId>commons-weaver</artifactId>
         <version>${project.version}</version>
       </dependency>
       <dependency>

Modified: commons/sandbox/weaver/trunk/processor/pom.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/weaver/trunk/processor/pom.xml?rev=1470240&r1=1470239&r2=1470240&view=diff
==============================================================================
--- commons/sandbox/weaver/trunk/processor/pom.xml (original)
+++ commons/sandbox/weaver/trunk/processor/pom.xml Sat Apr 20 21:53:41 2013
@@ -21,12 +21,12 @@ under the License.
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.commons</groupId>
-    <artifactId>commons-weaver</artifactId>
+    <artifactId>commons-weaver-parent</artifactId>
     <version>0.1-SNAPSHOT</version>
   </parent>
 
-  <artifactId>commons-weaver-processor</artifactId>
-  <name>Commons Privilizer Processor</name>
+  <artifactId>commons-weaver</artifactId>
+  <name>Commons Privilizer Core Processor</name>
   <description>
     The 'Processor' is responsible for picking up all Weavers
     configure them and make them perform the actual bytecode