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 2012/06/09 20:31:51 UTC

svn commit: r1348474 - in /creadur/rat/trunk: apache-rat-core/pom.xml apache-rat-plugin/pom.xml apache-rat-tasks/pom.xml apache-rat/pom.xml

Author: rdonkin
Date: Sat Jun  9 18:31:50 2012
New Revision: 1348474

URL: http://svn.apache.org/viewvc?rev=1348474&view=rev
Log:
Reduce use of capitailisation

Modified:
    creadur/rat/trunk/apache-rat-core/pom.xml
    creadur/rat/trunk/apache-rat-plugin/pom.xml
    creadur/rat/trunk/apache-rat-tasks/pom.xml
    creadur/rat/trunk/apache-rat/pom.xml

Modified: creadur/rat/trunk/apache-rat-core/pom.xml
URL: http://svn.apache.org/viewvc/creadur/rat/trunk/apache-rat-core/pom.xml?rev=1348474&r1=1348473&r2=1348474&view=diff
==============================================================================
--- creadur/rat/trunk/apache-rat-core/pom.xml (original)
+++ creadur/rat/trunk/apache-rat-core/pom.xml Sat Jun  9 18:31:50 2012
@@ -24,8 +24,8 @@
   </parent>
   <artifactId>apache-rat-core</artifactId>
   <packaging>jar</packaging>
-  <name>RAT Core</name>
-  <description>The core functionality of RAT, shared by the Ant tasks,
+  <name>Rat::Core</name>
+  <description>The core functionality, shared by the Ant tasks,
     and the Maven plugin.</description>
 
   <build>   
@@ -42,7 +42,6 @@
         <directory>..</directory>
         <targetPath>META-INF</targetPath>
         <includes>
-          <include>DISCLAIMER.txt</include>
           <include>RELEASE_NOTES.txt</include>
         </includes>
       </resource>

Modified: creadur/rat/trunk/apache-rat-plugin/pom.xml
URL: http://svn.apache.org/viewvc/creadur/rat/trunk/apache-rat-plugin/pom.xml?rev=1348474&r1=1348473&r2=1348474&view=diff
==============================================================================
--- creadur/rat/trunk/apache-rat-plugin/pom.xml (original)
+++ creadur/rat/trunk/apache-rat-plugin/pom.xml Sat Jun  9 18:31:50 2012
@@ -24,8 +24,9 @@
   <modelVersion>4.0.0</modelVersion>
   <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>
+  <name>Rat::Plugin4Maven</name>
+  <description>A plugin for Apache Maven that runs Apache Rat
+   to audit the source to be distributed.</description>
   <inceptionYear>2007</inceptionYear>
   <prerequisites>
     <maven>2.0.4</maven>

Modified: creadur/rat/trunk/apache-rat-tasks/pom.xml
URL: http://svn.apache.org/viewvc/creadur/rat/trunk/apache-rat-tasks/pom.xml?rev=1348474&r1=1348473&r2=1348474&view=diff
==============================================================================
--- creadur/rat/trunk/apache-rat-tasks/pom.xml (original)
+++ creadur/rat/trunk/apache-rat-tasks/pom.xml Sat Jun  9 18:31:50 2012
@@ -24,8 +24,11 @@
   </parent>
   <artifactId>apache-rat-tasks</artifactId>
   <packaging>jar</packaging>
-  <name>RAT Ant Tasks</name>
-  <description>Ant tasks for running RAT</description>
+  <name>Rat::Tasks4Ant</name>
+  <description>
+ A plugin for Apache Ant that runs Apache Rat
+   to audit the source to be distributed.
+  </description>
 
   <dependencies>
     <dependency>
@@ -64,7 +67,6 @@
         <directory>..</directory>
         <targetPath>META-INF</targetPath>
         <includes>
-          <include>DISCLAIMER.txt</include>
           <include>RELEASE_NOTES.txt</include>
         </includes>
       </resource>

Modified: creadur/rat/trunk/apache-rat/pom.xml
URL: http://svn.apache.org/viewvc/creadur/rat/trunk/apache-rat/pom.xml?rev=1348474&r1=1348473&r2=1348474&view=diff
==============================================================================
--- creadur/rat/trunk/apache-rat/pom.xml (original)
+++ creadur/rat/trunk/apache-rat/pom.xml Sat Jun  9 18:31:50 2012
@@ -24,10 +24,10 @@
   </parent>
   <artifactId>apache-rat</artifactId>
   <packaging>jar</packaging>
-  <name>RAT Application</name>
+  <name>Rat::Command Line</name>
   <description>
     This library provides upwards compatibility for projects,
-    which are based on RAT versions upto 0.5: Basically, it
+    which are based on Apache Rat versions up to 0.5: Basically, it
     provides a JAR file, which is the combination of
     rat-core, rat-tasks, and its dependencies.
   </description>
@@ -96,11 +96,11 @@
             <manifestEntries>
               <Main-Class>org.apache.rat.Report</Main-Class>
               <Extension-Name>rat</Extension-Name>
-              <Specification-Title>Release Audit Tool</Specification-Title>
+              <Specification-Title>Apache Rat</Specification-Title>
               <Specification-Vendor>apache.org</Specification-Vendor>
               <Specification-Version>${project.version}</Specification-Version>
               <Implementation-Vendor-Id>apache.org</Implementation-Vendor-Id>
-              <Implementation-Title>Release Audit Tool</Implementation-Title>
+              <Implementation-Title>Apache Rat</Implementation-Title>
               <Implementation-Vendor>Apache Software Foundation</Implementation-Vendor>
               <Implementation-Version>${project.version}</Implementation-Version>
             </manifestEntries>