Changeset 3229
- Timestamp:
- 03/11/11 23:52:21
- Files:
-
- trunk/build/quickstart/linux/bw (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/build/quickstart/linux/bw
r3191 r3229 71 71 echo " PROJECT optionally defines the package to build and is none or more of" 72 72 echo " -bwxml Target is for the Bedework XML schemas build" 73 echo " -caldavTest Target is for the CalDAV Test build" 73 74 echo " -carddav Target is for the CardDAV build" 74 75 echo " -exsynch Target is for the Exchange synch build" … … 265 266 bwxml= 266 267 carddav= 268 caldavTest= 267 269 caldav= 268 270 client= … … 387 389 shift 388 390 ;; 391 -caldavTest) 392 caldavTest="yes" 393 pkgdefault= 394 shift 395 ;; 389 396 -client) 390 397 client="yes" … … 466 473 fi 467 474 475 if [ "$caldavTest" != "" ] ; then 476 cd $QUICKSTART_HOME/caldavTest 477 fi 478 468 479 if [ "$carddav" != "" ] ; then 469 480 cd $QUICKSTART_HOME/bedework-carddav
