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 2009/12/10 11:53:27 UTC

svn commit: r889179 - in /tomcat/trunk: build.xml webapps/ROOT/index.html

Author: markt
Date: Thu Dec 10 10:53:13 2009
New Revision: 889179

URL: http://svn.apache.org/viewvc?rev=889179&view=rev
Log:
Include the version on the homepage.

Modified:
    tomcat/trunk/build.xml
    tomcat/trunk/webapps/ROOT/index.html

Modified: tomcat/trunk/build.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=889179&r1=889178&r2=889179&view=diff
==============================================================================
--- tomcat/trunk/build.xml (original)
+++ tomcat/trunk/build.xml Thu Dec 10 10:53:13 2009
@@ -570,6 +570,7 @@
 
     <!-- Copy other regular webapps -->
     <copy todir="${tomcat.build}/webapps">
+      <filterset refid="version.filters"/>
       <fileset dir="webapps">
         <include name="ROOT/**"/>
         <include name="examples/**"/>

Modified: tomcat/trunk/webapps/ROOT/index.html
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/ROOT/index.html?rev=889179&r1=889178&r2=889179&view=diff
==============================================================================
--- tomcat/trunk/webapps/ROOT/index.html (original)
+++ tomcat/trunk/webapps/ROOT/index.html Thu Dec 10 10:53:13 2009
@@ -94,7 +94,7 @@
         <img src="tomcat.gif" height="92" width="130" alt="The Mighty Tomcat - MEOW!"/>
       </a>
       </td>
-      <td align="left" valign="top"><b>Apache Tomcat</b></td>
+      <td align="left" valign="top"><b>Apache Tomcat @VERSION@</b></td>
       <td align="right">
         <a href="http://www.apache.org/">
 	  <img src="asf-logo-wide.gif" height="51" width="537" alt="The Apache Software Foundation"/>



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