Update of /var/cvs/all
In directory james.mmbase.org:/tmp/cvs-serv4219
Modified Files:
pom.xml
Log Message:
Made the manifest look more like the one we shipped with ant
See also: http://cvs.mmbase.org/viewcvs/all
Index: pom.xml
===================================================================
RCS file: /var/cvs/all/pom.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- pom.xml 4 Apr 2009 09:31:54 -0000 1.14
+++ pom.xml 4 Apr 2009 09:42:59 -0000 1.15
@@ -74,10 +74,21 @@
<mainClass>org.mmbase.Version</mainClass>
</manifest>
<manifestEntries>
- <mode>development</mode>
<url>${pom.url}</url>
+ </manifestEntries>
+ <manifestSections>
+ <manifestSection>
+ <name>org/mmbase</name>
+ <manifestEntries>
+ <Vendor>MMBase Community</Vendor>
+ <URL>http://www.mmbase.org</URL>
+ <Comment>The MMBase Content Management System</Comment>
+ <Version>${project.version}.${timestamp}</Version>
+ <Distribution>${project.version}</Distribution>
<Build-Date>${timestamp}</Build-Date>
</manifestEntries>
+ </manifestSection>
+ </manifestSections>
</archive>
</configuration>
</plugin>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs