Make the default manifest more useful by adding the full version number
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 1 Feb 2010 18:48:22 +0000 (18:48 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 1 Feb 2010 18:48:22 +0000 (18:48 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@905360 13f79535-47bb-0310-9956-ffa450edef68

res/META-INF/default.manifest

index 3a87a62..8937c41 100644 (file)
@@ -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@