[Pfc-prolog-cvs] prolix build.xml,1.18,1.19
Status: Beta
Brought to you by:
ivanfrade
From: <iva...@us...> - 2003-07-09 15:09:31
|
Update of /cvsroot/pfc-prolog/prolix In directory sc8-pr-cvs1:/tmp/cvs-serv7263 Modified Files: build.xml Log Message: XML client conf files packed directly from generated directory to war Index: build.xml =================================================================== RCS file: /cvsroot/pfc-prolog/prolix/build.xml,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** build.xml 9 Jul 2003 12:59:54 -0000 1.18 --- build.xml 9 Jul 2003 15:09:28 -0000 1.19 *************** *** 95,99 **** <property name="dist.dir" value="${basedir}/dist"/> ! <property name="client.conf" value="${build.generate.dir}/web-conf"/> <property name="src.web.dir" value="${basedir}/web"/> --- 95,99 ---- <property name="dist.dir" value="${basedir}/dist"/> ! <property name="client.conf" value="${build.generate.dir}/WEB-INF"/> <property name="src.web.dir" value="${basedir}/web"/> *************** *** 334,345 **** <!-- Client web war --> - <copy todir="${src.web.dir}/WEB-INF"> - <fileset dir="${client.conf}" includes="**/*.xml"/> - </copy> - <jar jarfile="${dist.dir}/${war.file}"> <fileset dir="${src.web.dir}" includes="**/**" > </fileset> --- 334,346 ---- <!-- Client web war --> <jar jarfile="${dist.dir}/${war.file}"> <fileset dir="${src.web.dir}" includes="**/**" + > + </fileset> + <fileset + dir="${build.generate.dir}" + includes="**/*.xml" > </fileset> |