scripts/shepard.sh
changeset 244 1850f7b7ffc7
parent 242 0b6dbc2fc499
child 286 bb5a56737bfb
equal deleted inserted replaced
243:37d0d9cd8db6 244:1850f7b7ffc7
    28 cd ${SOURCE_DIR}/scripts
    28 cd ${SOURCE_DIR}/scripts
    29 
    29 
    30 # set the build directory in the build.properties files. 
    30 # set the build directory in the build.properties files. 
    31 cat ${SOURCE_DIR}/scripts/build.properties.SED | sed -e s#SED_BUILD_DIR#${BUILD_DIR}#g > ${SOURCE_DIR}/scripts/build.properties
    31 cat ${SOURCE_DIR}/scripts/build.properties.SED | sed -e s#SED_BUILD_DIR#${BUILD_DIR}#g > ${SOURCE_DIR}/scripts/build.properties
    32 
    32 
       
    33 cat ${SOURCE_DIR}/scripts/plugin.properties.SED | sed -e s#SED_BUILD_ID#${ECLIPSE_TIMESTAMP}#g > ${SOURCE_DIR}/org.symbian.tools.wrttools.product/plugin.properties
       
    34 
    33 # bug fix for 1872. [testcase: go to about box. click on installation details.  Do you see an error? ] 
    35 # bug fix for 1872. [testcase: go to about box. click on installation details.  Do you see an error? ] 
    34 for f in `find ${SOURCE_DIR} -name MANIFEST.MF`
    36 for f in `find ${SOURCE_DIR} -name MANIFEST.MF`
    35 do
    37 do
    36 	cat $f | sed -e s#qualifier#"${ECLIPSE_TIMESTAMP}"#g > ${f}
    38 	cat $f | sed -e s#qualifier#"${ECLIPSE_TIMESTAMP}"#g > ${f}
    37 done
    39 done