Changeset 2629
- Timestamp:
- 01/05/10 16:33:07
- Files:
-
- trunk/build/quickstart/linux/bw (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/build/quickstart/linux/bw
r2625 r2629 43 43 echo " PROJECT optionally defines the package to build and is none or more of" 44 44 echo " -carddav Target is for the CardDAV build" 45 echo " -client Target is for the bedework client application build" 45 46 echo " -monitor Target is for the bedework monitor application" 46 47 echo " -naming Target is for the abstract naming api" … … 213 214 # Projects we will build 214 215 pkgdefault=yes 216 bedework= 215 217 carddav= 216 218 caldav= 219 client= 220 monitor= 221 naming= 222 tzsvr= 217 223 webdav= 218 bedework=219 naming=220 monitor=221 tzsvr=222 224 223 225 action= … … 290 292 shift 291 293 ;; 294 -client) 295 client="yes" 296 pkgdefault= 297 shift 298 ;; 292 299 -webdav) 293 300 webdav="yes" … … 352 359 fi 353 360 361 if [ "$client" != "" ] ; then 362 cd $QUICKSTART_HOME/bwclient 363 fi 364 354 365 if [ "$monitor" != "" ] ; then 355 366 cd $QUICKSTART_HOME/MonitorApp
