From: Siegfried G. <wd...@us...> - 2005-03-09 11:37:04
|
wdsgoe 05/03/09 03:36:56 Modified: webtest plugin.jelly Log: Removed redundant XSL parameter Revision Changes Path 1.14 +0 -2 maven-plugins/webtest/plugin.jelly Index: plugin.jelly =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/webtest/plugin.jelly,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- plugin.jelly 9 Mar 2005 11:10:27 -0000 1.13 +++ plugin.jelly 9 Mar 2005 11:36:56 -0000 1.14 @@ -223,8 +223,6 @@ <arg value="${webtest.docs.dest}/maven-webtest-report.html"/> <arg value="-xsl"/> <arg value="file:${plugin.dir}/plugin-resources/maven-webtest-report.xsl"/> - <arg value="-xsl"/> - <arg value="file:${plugin.dir}/plugin-resources/maven-webtest-report.xsl"/> </java> </goal> |