From: markt Date: Mon, 1 Feb 2010 18:48:22 +0000 (+0000) Subject: Make the default manifest more useful by adding the full version number X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=10d06774a52c6edabb442b482cd0932868ab5605;p=tomcat7.0 Make the default manifest more useful by adding the full version number git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@905360 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/res/META-INF/default.manifest b/res/META-INF/default.manifest index 3a87a62a5..8937c4193 100644 --- a/res/META-INF/default.manifest +++ b/res/META-INF/default.manifest @@ -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@