From: Michael S. <sta...@us...> - 2005-10-21 07:03:04
|
Update of /cvsroot/archive-access/archive-access/projects/wera/src/webapps/wera In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15837/src/webapps/wera Modified Files: index.php Log Message: Fix for '[ 1322448 ] Automatic build - improvements needed'. * maven.xml Explicit copy of images. Copy docbook stuff under wera. * project.properties Don't automatically copy jpgs, pngs, etc. Do the images dir copy expliclity in maven.xml. * src/webapps/wera/index.php Point at new subdirectory location for manual and release notes. Index: index.php =================================================================== RCS file: /cvsroot/archive-access/archive-access/projects/wera/src/webapps/wera/index.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** index.php 20 Oct 2005 18:53:01 -0000 1.9 --- index.php 21 Oct 2005 07:02:54 -0000 1.10 *************** *** 386,390 **** </td> <td align="right" class="norm"> ! <a href="./manual/manual.html">Manual</a> | <a href="./releasenotes.html">Release Notes</a> | <a href="http://sourceforge.net/tracker/?group_id=118427&atid=681137">Report bugs</a> </td> </tr> --- 386,390 ---- </td> <td align="right" class="norm"> ! <a href="./articles//manual.html">Manual</a> | <a href="./articles/releasenotes.html">Release Notes</a> | <a href="http://sourceforge.net/tracker/?group_id=118427&atid=681137">Report bugs</a> </td> </tr> |