From: jreichen <jre...@us...> - 2010-11-06 20:59:43
|
Update of /cvsroot/sageplugins/MediaStreaming In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv4967 Modified Files: build.xml Log Message: Fix JettyStarter build.xml location for Hudson builds Index: build.xml =================================================================== RCS file: /cvsroot/sageplugins/MediaStreaming/build.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** build.xml 6 Nov 2010 20:53:45 -0000 1.2 --- build.xml 6 Nov 2010 20:59:35 -0000 1.3 *************** *** 47,51 **** <echo message="Hudson home directory ${hudson.home.dir}"/> <!-- build JettyStarter for dependencies --> ! <ant dir="../JettyStarter/workspace/" target="hudson" inheritAll="false" /> <!-- call the default target of this file --> <ant antfile="build.xml" inheritall="false"> --- 47,51 ---- <echo message="Hudson home directory ${hudson.home.dir}"/> <!-- build JettyStarter for dependencies --> ! <ant dir="../../JettyStarter/workspace/" target="hudson" inheritAll="false" /> <!-- call the default target of this file --> <ant antfile="build.xml" inheritall="false"> |