You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2010/02/01 19:48:22 UTC

svn commit: r905360 - /tomcat/trunk/res/META-INF/default.manifest

Author: markt
Date: Mon Feb  1 18:48:22 2010
New Revision: 905360

URL: http://svn.apache.org/viewvc?rev=905360&view=rev
Log:
Make the default manifest more useful by adding the full version number

Modified:
    tomcat/trunk/res/META-INF/default.manifest

Modified: tomcat/trunk/res/META-INF/default.manifest
URL: http://svn.apache.org/viewvc/tomcat/trunk/res/META-INF/default.manifest?rev=905360&r1=905359&r2=905360&view=diff
==============================================================================
--- tomcat/trunk/res/META-INF/default.manifest (original)
+++ tomcat/trunk/res/META-INF/default.manifest Mon Feb  1 18:48:22 2010
@@ -1,5 +1,9 @@
 Manifest-Version: 1.0
-Specification-Title: Catalina
+Specification-Title: Apache Tomcat
 Specification-Version: @VERSION_MAJOR_MINOR@
+Specification-Vendor: Apache Software Foundation
+Implementation-Title: Apache Tomcat
+Implementation-Version: @VERSION@
+Implementation-Vendor: Apache Software Foundation
 X-Compile-Source-JDK: @source.jdk@
 X-Compile-Target-JDK: @target.jdk@



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