From: Eric P. <de...@us...> - 2004-11-19 11:02:10
|
dep4b 04/11/19 03:01:51 Modified: webtest plugin.jelly webtest/xdocs changes.xml Log: Fix link to report. Revision Changes Path 1.10 +2 -2 maven-plugins/webtest/plugin.jelly Index: plugin.jelly =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/webtest/plugin.jelly,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- plugin.jelly 28 Oct 2004 08:51:03 -0000 1.9 +++ plugin.jelly 19 Nov 2004 11:01:51 -0000 1.10 @@ -14,7 +14,7 @@ <doc:registerReport name="Canoo WebTest Report" pluginName="webtest" description="Canoo WebTest Report." - link="webtest-report"/> + link="maven-webtest-report"/> </util:available> </goal> @@ -180,7 +180,7 @@ <fileset dir="${maven.webtest.home}/css" includes="*.*"/> </copy> - <!-- Invoke XALAN to to the transformation --> + <!-- Invoke XALAN to do the transformation --> <java classname="org.apache.xalan.xslt.Process" fork="yes" failonerror="true"> <classpath> <pathelement path="${plugin.getDependencyPath('xalan')}"/> 1.8 +5 -0 maven-plugins/webtest/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/webtest/xdocs/changes.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- changes.xml 28 Oct 2004 08:52:18 -0000 1.7 +++ changes.xml 19 Nov 2004 11:01:51 -0000 1.8 @@ -7,6 +7,11 @@ <releases> + <release version="0.9.2" date=""> + <action dev="epugh" type="fix"> + Fix link to generated report when running maven site. + </action> + </release> <release version="0.9.1" date="2004-10-28"> <action dev="wdsgoe" type="update"> Updated to Canoo WebTest 543 |