|
From: jreichen <jre...@us...> - 2011-03-15 01:24:39
|
Update of /cvsroot/sageplugins/webserver
In directory vz-cvs-3.sog:/tmp/cvs-serv28161
Modified Files:
build.xml
Log Message:
Index: build.xml
===================================================================
RCS file: /cvsroot/sageplugins/webserver/build.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** build.xml 15 Mar 2011 01:20:41 -0000 1.13
--- build.xml 15 Mar 2011 01:24:37 -0000 1.14
***************
*** 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" value="../../sageutils"/>
! <property name="sagexmlinfoRoot" value="../../sagexmlinfo"/>
<property name="build.number" value="${env.BUILD_NUMBER}"/>
</ant>
--- 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>
|