From: Eric P. <th...@us...> - 2010-08-22 07:18:13
|
Update of /cvsroot/sandev/sand/platform/tools/build In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv27722 Modified Files: build.xml Log Message: Replaced ${SAND_HOME} with ../../... Index: build.xml =================================================================== RCS file: /cvsroot/sandev/sand/platform/tools/build/build.xml,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** build.xml 31 Jul 2008 18:37:34 -0000 1.18 --- build.xml 22 Aug 2010 07:18:05 -0000 1.19 *************** *** 314,318 **** <antcall target="w3.dtd.verify"> <param name="exedir" ! value="${SAND_HOME}/deploy/${deploymentname}/build"/> </antcall> <copy todir="${runenv.TOMCAT_HOME}/webapps"> --- 314,318 ---- <antcall target="w3.dtd.verify"> <param name="exedir" ! value="../../../deploy/${deploymentname}/build"/> </antcall> <copy todir="${runenv.TOMCAT_HOME}/webapps"> |