Author: rdonkin
Date: Sat Sep 13 01:05:48 2008
New Revision: 694894

URL: http://svn.apache.org/viewvc?rev=694894&view=rev
Log:
Changed name of artifact from mailet to apache-mailet. MAILET-15

Modified:
    james/mailet/api/trunk/build.xml
    james/mailet/api/trunk/default.properties
    james/mailet/api/trunk/pom.xml

Modified: james/mailet/api/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/james/mailet/api/trunk/build.xml?rev=694894&r1=694893&r2=694894&view=diff
==============================================================================
--- james/mailet/api/trunk/build.xml (original)
+++ james/mailet/api/trunk/build.xml Sat Sep 13 01:05:48 2008
@@ -42,7 +42,7 @@
     -->
 
     <path id="project.class.path">
-        <pathelement path="${junit.jar}"/>
+        <pathelement path="${junit.jar}"/>
         <pathelement path="${javax-mail.jar}"/>
         <pathelement path="${javax-activation.jar}"/>
         <pathelement path="${java.class.path}" />

Modified: james/mailet/api/trunk/default.properties
URL: 
http://svn.apache.org/viewvc/james/mailet/api/trunk/default.properties?rev=694894&r1=694893&r2=694894&view=diff
==============================================================================
--- james/mailet/api/trunk/default.properties (original)
+++ james/mailet/api/trunk/default.properties Sat Sep 13 01:05:48 2008
@@ -27,7 +27,7 @@
 # Not user-editable; use ant.properties files instead
 # See also: include.properties
 
-name=mailet
+name=apache-mailet
 Name=Mailet API
 version=2.4-SNAPSHOT
 manifestVersion=2.4-SNAPSHOT

Modified: james/mailet/api/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/james/mailet/api/trunk/pom.xml?rev=694894&r1=694893&r2=694894&view=diff
==============================================================================
--- james/mailet/api/trunk/pom.xml (original)
+++ james/mailet/api/trunk/pom.xml Sat Sep 13 01:05:48 2008
@@ -29,7 +29,7 @@
    -->
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james</groupId>
-  <artifactId>mailet</artifactId>
+  <artifactId>apache-mailet</artifactId>
   <name>Apache Mailet API</name>
   <version>2.4-SNAPSHOT</version>
   <packaging>jar</packaging>


Reply via email to