From: jreichen <jre...@us...> - 2011-03-15 01:33:51
|
Update of /cvsroot/sageplugins/webserver In directory vz-cvs-3.sog:/tmp/cvs-serv31912 Modified Files: build.xml Log Message: Index: build.xml =================================================================== RCS file: /cvsroot/sageplugins/webserver/build.xml,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** build.xml 15 Mar 2011 01:24:37 -0000 1.14 --- build.xml 15 Mar 2011 01:33:49 -0000 1.15 *************** *** 42,47 **** <!-- The jar with the SageTV APIs is placed in the Hudson home directory --> <property name="sageLibDir" value="${hudson.home.dir}"/> - <property name="sageutilsRoot" location="../../sageutils"/> - <property name="sagexmlinfoRoot" location="../../sagexmlinfo"/> <property name="build.number" value="${env.BUILD_NUMBER}"/> </ant> --- 42,45 ---- |