[Tapestry-commits] CVS: Tapestry/junit build.xml,1.19,1.19.2.1
Brought to you by:
hship
|
From: Howard L. S. <hs...@us...> - 2002-11-30 03:32:25
|
Update of /cvsroot/tapestry/Tapestry/junit
In directory sc8-pr-cvs1:/tmp/cvs-serv15151/junit
Modified Files:
Tag: hship-2-3
build.xml
Log Message:
Move the Inspector into the contrib library.
Index: build.xml
===================================================================
RCS file: /cvsroot/tapestry/Tapestry/junit/build.xml,v
retrieving revision 1.19
retrieving revision 1.19.2.1
diff -C2 -d -r1.19 -r1.19.2.1
*** build.xml 12 Oct 2002 17:30:37 -0000 1.19
--- build.xml 30 Nov 2002 03:32:22 -0000 1.19.2.1
***************
*** 27,30 ****
--- 27,31 ----
<path id="base.class.path">
+ <pathelement location="${contrib.jar}"/>
<pathelement location="${lib.ext.dir}/ejb.jar"/>
<pathelement location="${lib.ext.dir}/javax.servlet.jar"/>
|