Changeset 3229

Show
Ignore:
Timestamp:
03/11/11 23:52:21
Author:
douglm
Message:

Add caldavtest as separate build

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/build/quickstart/linux/bw

    r3191 r3229  
    7171  echo "   PROJECT optionally defines the package to build and is none or more of" 
    7272  echo "     -bwxml       Target is for the Bedework XML schemas build" 
     73  echo "     -caldavTest  Target is for the CalDAV Test build" 
    7374  echo "     -carddav     Target is for the CardDAV build" 
    7475  echo "     -exsynch     Target is for the Exchange synch build" 
     
    265266bwxml= 
    266267carddav= 
     268caldavTest= 
    267269caldav= 
    268270client= 
     
    387389      shift 
    388390      ;; 
     391    -caldavTest) 
     392      caldavTest="yes" 
     393      pkgdefault= 
     394      shift 
     395      ;; 
    389396    -client) 
    390397      client="yes" 
     
    466473fi 
    467474 
     475if [ "$caldavTest" != "" ] ; then 
     476  cd $QUICKSTART_HOME/caldavTest 
     477fi 
     478 
    468479if [ "$carddav" != "" ] ; then 
    469480  cd $QUICKSTART_HOME/bedework-carddav