vgritsenko 2002/06/04 16:44:40
Modified: src/webapp/welcome welcome.xhtml
Log:
bring back @version@ and @year@ tokens
Revision Changes Path
1.7 +3 -3 xml-cocoon2/src/webapp/welcome/welcome.xhtml
Index: welcome.xhtml
===================================================================
RCS file: /home/cvs/xml-cocoon2/src/webapp/welcome/welcome.xhtml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- welcome.xhtml 20 May 2002 08:24:30 -0000 1.6
+++ welcome.xhtml 4 Jun 2002 23:44:40 -0000 1.7
@@ -2,7 +2,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
- <title>Apache Cocoon 2.1-dev</title>
+ <title>Apache Cocoon @version@</title>
<link href="favicon.ico" rel="SHORTCUT ICON" />
</head>
@@ -25,7 +25,7 @@
<tr>
<td align="center" width="30%">
<font color="#000000" face="arial,helvetica,sanserif">
- <b>version 2.1-dev</b>
+ <b>version @version@</b>
</font>
</td>
</tr>
@@ -107,7 +107,7 @@
<p align="center">
<br />
- <font size="-1">Copyright © 1999-2002
+ <font size="-1">Copyright © @year@
<a href="http://www.apache.org/">The Apache Software Foundation</a>
.
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]