From: Siegfried G. <wd...@us...> - 2004-10-12 13:22:28
|
wdsgoe 04/10/12 06:21:12 Added: webtest/webtest/modules set.init.txt set.config.txt Log: Preparing release 0.9.1 Revision Changes Path 1.1 maven-plugins/webtest/webtest/modules/set.init.txt Index: set.init.txt =================================================================== <!-- Adding the ANT taskdef --> <taskdef file="${webtest.home}/webtestTaskdefs.properties"> <classpath> <fileset dir="${webtest.home}"> <include name="lib/*.jar"/> <include name="lib/base/*.jar"/> </fileset> <pathelement path="${webtest.home}/lib"/> </classpath> </taskdef> 1.1 maven-plugins/webtest/webtest/modules/set.config.txt Index: set.config.txt =================================================================== <config host="${host}" port="${port}" protocol="${protocol}" basepath="${basepath}" summary="${summary}" saveresponse="${saveresponse}" resultpath="${resultpath}" resultfile="${resultfile}" haltonfailure="${haltonfailure}" haltonerror="${haltonerror}" showhtmlparseroutput="${showhtmlparseroutput}" verbose="${verbose}" autorefresh="${autorefresh}" /> |