From: Michael S. <sta...@us...> - 2005-10-05 00:06:38
|
Update of /cvsroot/archive-access/archive-access/projects/wera/src/webapps/wera/lib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5866/src/webapps/wera/lib Modified Files: header.inc Log Message: * LICENSE.txt * README.txt * maven.xml * project.properties Allow interpolation of version number. * project.xml Fix text. * src/webapps/wera/lib/header.inc Add interpolation of version number. * xdocs/navigation.xml Add in pointer to docbook generated manual. Index: header.inc =================================================================== RCS file: /cvsroot/archive-access/archive-access/projects/wera/src/webapps/wera/lib/header.inc,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** header.inc 4 Oct 2005 23:40:44 -0000 1.1 --- header.inc 5 Oct 2005 00:06:30 -0000 1.2 *************** *** 6,8 **** <META Http-Equiv="Expires" Content="0"> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8"> ! <title>WERA</title> \ No newline at end of file --- 6,8 ---- <META Http-Equiv="Expires" Content="0"> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8"> ! <title>WERA-@VERSION@</title> |