scripts/shepard.sh
changeset 242 0b6dbc2fc499
parent 228 913c9751c067
child 244 1850f7b7ffc7
equal deleted inserted replaced
241:850d44de7abb 242:0b6dbc2fc499
    40 prod_file=${SOURCE_DIR}/org.symbian.tools.wrttools.product/wrt-ide.product
    40 prod_file=${SOURCE_DIR}/org.symbian.tools.wrttools.product/wrt-ide.product
    41 cat $prod_file | sed -e s#qualifier#"${ECLIPSE_TIMESTAMP}"#g > $prod_file
    41 cat $prod_file | sed -e s#qualifier#"${ECLIPSE_TIMESTAMP}"#g > $prod_file
    42 
    42 
    43 ${ANT_CMD} -DbuildDirectory=${BUILD_DIR} -DsourceDirectory=${SOURCE_DIR}
    43 ${ANT_CMD} -DbuildDirectory=${BUILD_DIR} -DsourceDirectory=${SOURCE_DIR}
    44 
    44 
    45 cd ${BUILD_DIR}/N.TestBuild
    45 cd ${BUILD_DIR}/N.WrtIde
    46 
    46 
    47 # bug 2165 - add a timestamp to filename 
    47 # bug 2165 - add a timestamp to filename 
    48 for file in *.zip
    48 for file in *.zip
    49 do
    49 do
    50   if [ -f $file ] ; then
    50   if [ -f $file ] ; then