Author: bago
Date: Mon May 14 10:38:10 2007
New Revision: 537924
URL: http://svn.apache.org/viewvc?view=rev&rev=537924
Log:
Changed artifactId to apache-mime4j (MIME4J-14)
Added more informations to MANIFEST.MF (MIME4J-13)
Modified:
james/mime4j/trunk/pom.xml
Modified: james/mime4j/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/james/mime4j/trunk/pom.xml?view=diff&rev=537924&r1=537923&r2=537924
==============================================================================
--- james/mime4j/trunk/pom.xml (original)
+++ james/mime4j/trunk/pom.xml Mon May 14 10:38:10 2007
@@ -28,7 +28,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.james</groupId>
- <artifactId>james-mime4j</artifactId>
+ <artifactId>apache-mime4j</artifactId>
<name>Apache JAMES Mime4j</name>
<version>0.3-SNAPSHOT</version>
<description>Java stream based MIME message parser</description>
@@ -117,7 +117,12 @@
<configuration>
<archive>
<manifestEntries>
- <mode>development</mode>
+ <Specification-Title>Apache Mime4j</Specification-Title>
+ <Specification-Version>0.3</Specification-Version>
+ <Specification-Vendor>The Apache Software
Foundation</Specification-Vendor>
+ <Implementation-Title>Apache Mime4j</Implementation-Title>
+ <Implementation-Version>0.3</Implementation-Version>
+ <Implementation-Vendor>The Apache Software
Foundation</Implementation-Vendor>
<url>${pom.url}</url>
</manifestEntries>
</archive>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]