Changeset 3265
- Timestamp:
- 05/10/11 22:00:25
- Files:
-
- trunk/build/bw-deployutil-3.7.jar (modified) (previous)
- trunk/build/quickstart/linux/bw (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/build/quickstart/linux/bw
r3252 r3265 83 83 echo " -testsuite Target is for the bedework test suite" 84 84 echo " Experimental projects: no guarantees" 85 echo " -cat dav Target is for the CatDAVbuild"85 echo " -catsvr Target is for the Catsvr build" 86 86 echo " -client Target is for the bedework client application build" 87 87 echo " -exsynch Target is for the Exchange synch build" … … 259 259 caldavTest= 260 260 carddav= 261 cat dav=261 catsvr= 262 262 client= 263 263 exsynch= … … 388 388 shift 389 389 ;; 390 -cat dav)391 cat dav="yes"390 -catsvr) 391 catsvr="yes" 392 392 pkgdefault= 393 393 shift … … 489 489 fi 490 490 491 if [ "$cat dav" != "" ] ; then492 cd $QUICKSTART_HOME/cat dav491 if [ "$catsvr" != "" ] ; then 492 cd $QUICKSTART_HOME/catsvr 493 493 fi 494 494
