|
From: Kurt R. <kr...@us...> - 2004-10-21 09:35:47
|
Update of /cvsroot/xframe/maven-xsddoc-plugin/src/plugin-resources In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5180/src/plugin-resources Modified Files: xsddoc-report.jsl Log Message: fixed links to xsddoc reports Index: xsddoc-report.jsl =================================================================== RCS file: /cvsroot/xframe/maven-xsddoc-plugin/src/plugin-resources/xsddoc-report.jsl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** xsddoc-report.jsl 21 Oct 2004 09:18:48 -0000 1.4 --- xsddoc-report.jsl 21 Oct 2004 09:35:33 -0000 1.5 *************** *** 82,86 **** </td> <td> ! <a target="_blank" href="xsddocs/${doc.attribute('report').getValue()}"><b>${doc.attribute('result').getValue()}</b></a> </td> </tr> --- 82,86 ---- </td> <td> ! <a target="_blank" href="xsddocs/${doc.attribute('file').getValue()}.txt"><b>${doc.attribute('result').getValue()}</b></a> </td> </tr> |