[Httpunit-commit] CVS: httpunit/doc/tutorial build.xml,1.2,1.3
Brought to you by:
russgold
From: Russell G. <rus...@us...> - 2002-09-26 18:22:35
|
Update of /cvsroot/httpunit/httpunit/doc/tutorial In directory usw-pr-cvs1:/tmp/cvs-serv29024/doc/tutorial Modified Files: build.xml Log Message: Don't URL-encode javascript URLs Index: build.xml =================================================================== RCS file: /cvsroot/httpunit/httpunit/doc/tutorial/build.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- build.xml 27 Nov 2001 16:40:47 -0000 1.2 +++ build.xml 26 Sep 2002 18:22:32 -0000 1.3 @@ -18,6 +18,7 @@ <fileset dir="${jars.dir}"> <include name="*.jar"/> </fileset> + <pathelement location="${classpath}" /> </path> |