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: [email protected]
For additional commands, e-mail: [email protected]