Changeset 3011
- Timestamp:
- 10/16/10 22:14:09
- Files:
-
- trunk/build/quickstart/linux/bw (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/build/quickstart/linux/bw
r3006 r3011 46 46 echo " PROJECT optionally defines the package to build and is none or more of" 47 47 echo " -carddav Target is for the CardDAV build" 48 echo " -exsynch Target is for the Exchange synch build" 48 49 echo " -client Target is for the bedework client application build" 49 50 echo " -monitor Target is for the bedework monitor application" … … 223 224 caldav= 224 225 client= 226 exsynch= 225 227 monitor= 226 228 naming= … … 315 317 shift 316 318 ;; 319 -exsynch) 320 exsynch="yes" 321 pkgdefault= 322 shift 323 ;; 317 324 -webdav) 318 325 webdav="yes" … … 381 388 fi 382 389 390 if [ "$exsynch" != "" ] ; then 391 cd $QUICKSTART_HOME/exchgsynch 392 fi 393 383 394 if [ "$monitor" != "" ] ; then 384 395 cd $QUICKSTART_HOME/MonitorApp
