You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by rd...@apache.org on 2009/05/14 18:18:27 UTC

svn commit: r774839 - in /james/mpt/trunk: antlib/pom.xml app/pom.xml main/pom.xml pom.xml

Author: rdonkin
Date: Thu May 14 16:18:27 2009
New Revision: 774839

URL: http://svn.apache.org/viewvc?rev=774839&view=rev
Log:
Let's all use lowercase, shall we?

Modified:
    james/mpt/trunk/antlib/pom.xml
    james/mpt/trunk/app/pom.xml
    james/mpt/trunk/main/pom.xml
    james/mpt/trunk/pom.xml

Modified: james/mpt/trunk/antlib/pom.xml
URL: http://svn.apache.org/viewvc/james/mpt/trunk/antlib/pom.xml?rev=774839&r1=774838&r2=774839&view=diff
==============================================================================
--- james/mpt/trunk/antlib/pom.xml (original)
+++ james/mpt/trunk/antlib/pom.xml Thu May 14 16:18:27 2009
@@ -29,7 +29,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james</groupId>
   <artifactId>apache-james-mpt-antlib</artifactId>
-  <name>Apache JAMES MPT AntLib</name>
+  <name>Apache James MPT AntLib</name>
   <description>Apache JAMES Mail Protocol Tester (MTP) is a library providing a framework for the 
 scritable functional testing of ASCII based line protocols. This AntLib provides an easy interface
 to the library requiring no extra coding.</description>

Modified: james/mpt/trunk/app/pom.xml
URL: http://svn.apache.org/viewvc/james/mpt/trunk/app/pom.xml?rev=774839&r1=774838&r2=774839&view=diff
==============================================================================
--- james/mpt/trunk/app/pom.xml (original)
+++ james/mpt/trunk/app/pom.xml Thu May 14 16:18:27 2009
@@ -29,7 +29,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james</groupId>
   <artifactId>apache-james-mpt-app</artifactId>
-  <name>Apache JAMES MPT Application</name>
+  <name>Apache James MPT Application</name>
   <description>Apache JAMES Mail Protocol Tester (MTP) is a library providing a framework for the 
 scritable functional testing of ASCII based line protocols. This application provides easy executable
 interfaces to the MPT library.</description>

Modified: james/mpt/trunk/main/pom.xml
URL: http://svn.apache.org/viewvc/james/mpt/trunk/main/pom.xml?rev=774839&r1=774838&r2=774839&view=diff
==============================================================================
--- james/mpt/trunk/main/pom.xml (original)
+++ james/mpt/trunk/main/pom.xml Thu May 14 16:18:27 2009
@@ -29,7 +29,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james</groupId>
   <artifactId>apache-james-mpt-main</artifactId>
-  <name>Apache JAMES MPT Main</name>
+  <name>Apache James MPT Main</name>
   <description>Apache JAMES Mail Protocol Tester (MTP) is a library providing a framework for the 
 scritable functional testing of ASCII based line protocols.</description>
   <url>http://james.apache.org/mpt/main</url>

Modified: james/mpt/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/mpt/trunk/pom.xml?rev=774839&r1=774838&r2=774839&view=diff
==============================================================================
--- james/mpt/trunk/pom.xml (original)
+++ james/mpt/trunk/pom.xml Thu May 14 16:18:27 2009
@@ -27,7 +27,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james</groupId>
   <artifactId>apache-james-mpt-project</artifactId>
-  <name>Apache JAMES MPT Project</name>
+  <name>Apache James MPT Project</name>
   <version>0.1-SNAPSHOT</version>
   <description>Functional test framework specialised for the ASCII line-base protocols common in mail.</description>
   <url>http://james.apache.org/mpt/</url>



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


Re: svn commit: r774839 - in /james/mpt/trunk: antlib/pom.xml app/pom.xml main/pom.xml pom.xml

Posted by Stefano Bagnara <ap...@bago.org>.
rdonkin@apache.org ha scritto:
> Author: rdonkin
> Date: Thu May 14 16:18:27 2009
> New Revision: 774839
> 
> URL: http://svn.apache.org/viewvc?rev=774839&view=rev
> Log:
> Let's all use lowercase, shall we?

2 Years ago I tried to make it consistent and all uppercase everywhere,
because it is an acronym.

Whenever I touched a file I replaced James with JAMES.

Stefano

> Modified:
>     james/mpt/trunk/antlib/pom.xml
>     james/mpt/trunk/app/pom.xml
>     james/mpt/trunk/main/pom.xml
>     james/mpt/trunk/pom.xml
> 
> Modified: james/mpt/trunk/antlib/pom.xml
> URL: http://svn.apache.org/viewvc/james/mpt/trunk/antlib/pom.xml?rev=774839&r1=774838&r2=774839&view=diff
> ==============================================================================
> --- james/mpt/trunk/antlib/pom.xml (original)
> +++ james/mpt/trunk/antlib/pom.xml Thu May 14 16:18:27 2009
> @@ -29,7 +29,7 @@
>    <modelVersion>4.0.0</modelVersion>
>    <groupId>org.apache.james</groupId>
>    <artifactId>apache-james-mpt-antlib</artifactId>
> -  <name>Apache JAMES MPT AntLib</name>
> +  <name>Apache James MPT AntLib</name>
>    <description>Apache JAMES Mail Protocol Tester (MTP) is a library providing a framework for the 
>  scritable functional testing of ASCII based line protocols. This AntLib provides an easy interface
>  to the library requiring no extra coding.</description>
> 
> Modified: james/mpt/trunk/app/pom.xml
> URL: http://svn.apache.org/viewvc/james/mpt/trunk/app/pom.xml?rev=774839&r1=774838&r2=774839&view=diff
> ==============================================================================
> --- james/mpt/trunk/app/pom.xml (original)
> +++ james/mpt/trunk/app/pom.xml Thu May 14 16:18:27 2009
> @@ -29,7 +29,7 @@
>    <modelVersion>4.0.0</modelVersion>
>    <groupId>org.apache.james</groupId>
>    <artifactId>apache-james-mpt-app</artifactId>
> -  <name>Apache JAMES MPT Application</name>
> +  <name>Apache James MPT Application</name>
>    <description>Apache JAMES Mail Protocol Tester (MTP) is a library providing a framework for the 
>  scritable functional testing of ASCII based line protocols. This application provides easy executable
>  interfaces to the MPT library.</description>
> 
> Modified: james/mpt/trunk/main/pom.xml
> URL: http://svn.apache.org/viewvc/james/mpt/trunk/main/pom.xml?rev=774839&r1=774838&r2=774839&view=diff
> ==============================================================================
> --- james/mpt/trunk/main/pom.xml (original)
> +++ james/mpt/trunk/main/pom.xml Thu May 14 16:18:27 2009
> @@ -29,7 +29,7 @@
>    <modelVersion>4.0.0</modelVersion>
>    <groupId>org.apache.james</groupId>
>    <artifactId>apache-james-mpt-main</artifactId>
> -  <name>Apache JAMES MPT Main</name>
> +  <name>Apache James MPT Main</name>
>    <description>Apache JAMES Mail Protocol Tester (MTP) is a library providing a framework for the 
>  scritable functional testing of ASCII based line protocols.</description>
>    <url>http://james.apache.org/mpt/main</url>
> 
> Modified: james/mpt/trunk/pom.xml
> URL: http://svn.apache.org/viewvc/james/mpt/trunk/pom.xml?rev=774839&r1=774838&r2=774839&view=diff
> ==============================================================================
> --- james/mpt/trunk/pom.xml (original)
> +++ james/mpt/trunk/pom.xml Thu May 14 16:18:27 2009
> @@ -27,7 +27,7 @@
>    <modelVersion>4.0.0</modelVersion>
>    <groupId>org.apache.james</groupId>
>    <artifactId>apache-james-mpt-project</artifactId>
> -  <name>Apache JAMES MPT Project</name>
> +  <name>Apache James MPT Project</name>
>    <version>0.1-SNAPSHOT</version>
>    <description>Functional test framework specialised for the ASCII line-base protocols common in mail.</description>
>    <url>http://james.apache.org/mpt/</url>
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
> For additional commands, e-mail: server-dev-help@james.apache.org
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org