david_williams | db911a7 | 2008-06-11 15:34:10 +0000 | [diff] [blame] | 1 | #!/bin/sh |
2 | |||||
3 | # script to run update, setting properties, for all projects | ||||
4 | |||||
5 | # source properties.shsource | ||||
6 | # source parseSiteArg.shsource | ||||
7 | |||||
david_williams | 7e38d0e | 2008-06-12 03:19:30 +0000 | [diff] [blame^] | 8 | if [-e $2 ] |
9 | then | ||||
10 | buildrepository=$2 | ||||
11 | else | ||||
12 | buildrepository=/shared/webtools/committers/wtp-R3.0-R/20080611172140/R-3.0-20080611172140/updateSite | ||||
13 | fi | ||||
14 | |||||
15 | ${JAVA_HOME}/bin/java -jar featureFileCreate.jar $buildrepository |