[Jsmooth-cvs] jsmooth build.xml,1.18,1.19
Status: Beta
Brought to you by:
reyes
From: <re...@us...> - 2004-03-06 10:31:23
|
Update of /cvsroot/jsmooth/jsmooth In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24047 Modified Files: build.xml Log Message: fixed lib path fileset Index: build.xml =================================================================== RCS file: /cvsroot/jsmooth/jsmooth/build.xml,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** build.xml 5 Mar 2004 22:55:53 -0000 1.18 --- build.xml 6 Mar 2004 10:08:43 -0000 1.19 *************** *** 53,58 **** <path id="jsmooth.class.path"> ! <pathelement path="lib/jox116.jar"/> ! <pathelement path="lib/dtdparser113.jar"/> </path> --- 53,59 ---- <path id="jsmooth.class.path"> ! <fileset dir="lib"> ! <include name="**/*.jar"/> ! </fileset> </path> |