You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by rd...@apache.org on 2009/02/27 13:59:31 UTC

svn commit: r748499 - in /incubator/rat/main/trunk: ./ apache-rat-core/ apache-rat-plugin/ apache-rat-tasks/ apache-rat/ rat-anttasks/ rat-app/ rat-core/ rat-maven-plugin/

Author: rdonkin
Date: Fri Feb 27 12:59:30 2009
New Revision: 748499

URL: http://svn.apache.org/viewvc?rev=748499&view=rev
Log:
Revising module naming: prefix with apache and shortening maven-plugin -> plugin, anttasks->tasks RAT-38 https://issues.apache.org/jira/browse/RAT-38

Added:
    incubator/rat/main/trunk/apache-rat/
      - copied from r747937, incubator/rat/main/trunk/rat-app/
    incubator/rat/main/trunk/apache-rat-core/
      - copied from r747937, incubator/rat/main/trunk/rat-core/
    incubator/rat/main/trunk/apache-rat-plugin/
      - copied from r747937, incubator/rat/main/trunk/rat-maven-plugin/
    incubator/rat/main/trunk/apache-rat-tasks/
      - copied from r747937, incubator/rat/main/trunk/rat-anttasks/
Removed:
    incubator/rat/main/trunk/rat-anttasks/
    incubator/rat/main/trunk/rat-app/
    incubator/rat/main/trunk/rat-core/
    incubator/rat/main/trunk/rat-maven-plugin/
Modified:
    incubator/rat/main/trunk/apache-rat-core/pom.xml
    incubator/rat/main/trunk/apache-rat-plugin/pom.xml
    incubator/rat/main/trunk/apache-rat-tasks/pom.xml
    incubator/rat/main/trunk/apache-rat/pom.xml
    incubator/rat/main/trunk/pom.xml

Modified: incubator/rat/main/trunk/apache-rat-core/pom.xml
URL: http://svn.apache.org/viewvc/incubator/rat/main/trunk/apache-rat-core/pom.xml?rev=748499&r1=747937&r2=748499&view=diff
==============================================================================
--- incubator/rat/main/trunk/apache-rat-core/pom.xml (original)
+++ incubator/rat/main/trunk/apache-rat-core/pom.xml Fri Feb 27 12:59:30 2009
@@ -26,10 +26,10 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.rat</groupId>
-    <artifactId>rat</artifactId>
+    <artifactId>apache-rat-project</artifactId>
     <version>0.6-SNAPSHOT</version>
   </parent>
-  <artifactId>rat-core</artifactId>
+  <artifactId>apache-rat-core</artifactId>
   <packaging>jar</packaging>
   <name>RAT Core</name>
   <description>The core functionality of RAT, shared by rat-anttasks,

Modified: incubator/rat/main/trunk/apache-rat-plugin/pom.xml
URL: http://svn.apache.org/viewvc/incubator/rat/main/trunk/apache-rat-plugin/pom.xml?rev=748499&r1=747937&r2=748499&view=diff
==============================================================================
--- incubator/rat/main/trunk/apache-rat-plugin/pom.xml (original)
+++ incubator/rat/main/trunk/apache-rat-plugin/pom.xml Fri Feb 27 12:59:30 2009
@@ -1,11 +1,11 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent>
-    <artifactId>rat</artifactId>
+    <artifactId>apache-rat-project</artifactId>
     <groupId>org.apache.rat</groupId>
     <version>0.6-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
-  <artifactId>rat-maven-plugin</artifactId>
+  <artifactId>apache-rat-plugin</artifactId>
   <packaging>maven-plugin</packaging>
   <name>RAT Maven Plugin</name>
   <description>Maven 2 plugin for running RAT, the Release Audit Tool.</description>

Modified: incubator/rat/main/trunk/apache-rat-tasks/pom.xml
URL: http://svn.apache.org/viewvc/incubator/rat/main/trunk/apache-rat-tasks/pom.xml?rev=748499&r1=747937&r2=748499&view=diff
==============================================================================
--- incubator/rat/main/trunk/apache-rat-tasks/pom.xml (original)
+++ incubator/rat/main/trunk/apache-rat-tasks/pom.xml Fri Feb 27 12:59:30 2009
@@ -26,10 +26,10 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.rat</groupId>
-    <artifactId>rat</artifactId>
+    <artifactId>apache-rat-project</artifactId>
     <version>0.6-SNAPSHOT</version>
   </parent>
-  <artifactId>rat-anttasks</artifactId>
+  <artifactId>apache-rat-tasks</artifactId>
   <packaging>jar</packaging>
   <name>RAT Ant Tasks</name>
   <description>Ant tasks for running RAT</description>
@@ -37,7 +37,7 @@
   <dependencies>
     <dependency>
       <groupId>org.apache.rat</groupId>
-      <artifactId>rat-core</artifactId>
+      <artifactId>apache-rat-core</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.ant</groupId>

Modified: incubator/rat/main/trunk/apache-rat/pom.xml
URL: http://svn.apache.org/viewvc/incubator/rat/main/trunk/apache-rat/pom.xml?rev=748499&r1=747937&r2=748499&view=diff
==============================================================================
--- incubator/rat/main/trunk/apache-rat/pom.xml (original)
+++ incubator/rat/main/trunk/apache-rat/pom.xml Fri Feb 27 12:59:30 2009
@@ -26,10 +26,10 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.rat</groupId>
-    <artifactId>rat</artifactId>
+    <artifactId>apache-rat-project</artifactId>
     <version>0.6-SNAPSHOT</version>
   </parent>
-  <artifactId>rat-app</artifactId>
+  <artifactId>apache-rat</artifactId>
   <packaging>jar</packaging>
   <name>RAT Application</name>
   <description>
@@ -42,11 +42,11 @@
   <dependencies>
     <dependency>
       <groupId>org.apache.rat</groupId>
-      <artifactId>rat-core</artifactId>
+      <artifactId>apache-rat-core</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.rat</groupId>
-      <artifactId>rat-anttasks</artifactId>
+      <artifactId>apache-rat-tasks</artifactId>
     </dependency>
   </dependencies>
 

Modified: incubator/rat/main/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/rat/main/trunk/pom.xml?rev=748499&r1=748498&r2=748499&view=diff
==============================================================================
--- incubator/rat/main/trunk/pom.xml (original)
+++ incubator/rat/main/trunk/pom.xml Fri Feb 27 12:59:30 2009
@@ -30,7 +30,7 @@
     <version>4</version>
   </parent>
   <groupId>org.apache.rat</groupId>
-  <artifactId>rat</artifactId>
+  <artifactId>apache-rat-project</artifactId>
   <packaging>pom</packaging>
   <version>0.6-SNAPSHOT</version>
   <name>RAT</name>
@@ -51,12 +51,12 @@
     <dependencies>
       <dependency>
         <groupId>org.apache.rat</groupId>
-        <artifactId>rat-core</artifactId>
+        <artifactId>apache-rat-core</artifactId>
         <version>0.6-SNAPSHOT</version>
       </dependency>
       <dependency>
         <groupId>org.apache.rat</groupId>
-        <artifactId>rat-anttasks</artifactId>
+        <artifactId>apache-rat-tasks</artifactId>
         <version>0.6-SNAPSHOT</version>
       </dependency>
       <dependency>
@@ -276,9 +276,9 @@
   </distributionManagement>
 
   <modules>
-    <module>rat-core</module>
-    <module>rat-maven-plugin</module>
-    <module>rat-anttasks</module>
-    <module>rat-app</module>
+    <module>apache-rat-core</module>
+    <module>apache-rat-plugin</module>
+    <module>apache-rat-tasks</module>
+    <module>apache-rat</module>
   </modules>
 </project>