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 2011/05/08 13:11:30 UTC

svn commit: r1100717 - /james/mailet/ai/trunk/pom.xml

Author: rdonkin
Date: Sun May  8 11:11:29 2011
New Revision: 1100717

URL: http://svn.apache.org/viewvc?rev=1100717&view=rev
Log:
Correct names for jar manifest.

Modified:
    james/mailet/ai/trunk/pom.xml

Modified: james/mailet/ai/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/mailet/ai/trunk/pom.xml?rev=1100717&r1=1100716&r2=1100717&view=diff
==============================================================================
--- james/mailet/ai/trunk/pom.xml (original)
+++ james/mailet/ai/trunk/pom.xml Sun May  8 11:11:29 2011
@@ -236,10 +236,10 @@ Jar
           <archive>
           <manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
             <manifestEntries>
-              <Specification-Title>Apache Mime4j</Specification-Title>
+              <Specification-Title>Apache James AI</Specification-Title>
               <Specification-Version>${project.version}</Specification-Version>
               <Specification-Vendor>The Apache Software Foundation</Specification-Vendor>
-              <Implementation-Title>Apache Mime4j</Implementation-Title>
+              <Implementation-Title>Apache James AI</Implementation-Title>
               <Implementation-Version>${project.version}</Implementation-Version>
               <Implementation-Vendor>The Apache Software Foundation</Implementation-Vendor>
               <Implementation-Vendor-Id>org.apache</Implementation-Vendor-Id>



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