Changeset 3265

Show
Ignore:
Timestamp:
05/10/11 22:00:25
Author:
douglm
Message:

Changes to xml schema and binding which resulted in many changes - nearly all not functional but class names chnaged

Files:

Legend:

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

    r3252 r3265  
    8383  echo "     -testsuite   Target is for the bedework test suite" 
    8484  echo "   Experimental projects: no guarantees" 
    85   echo "     -catdav      Target is for the CatDAV build" 
     85  echo "     -catsvr      Target is for the Catsvr build" 
    8686  echo "     -client      Target is for the bedework client application build" 
    8787  echo "     -exsynch     Target is for the Exchange synch build" 
     
    259259caldavTest= 
    260260carddav= 
    261 catdav
     261catsvr
    262262client= 
    263263exsynch= 
     
    388388      shift 
    389389      ;; 
    390     -catdav
    391       catdav="yes" 
     390    -catsvr
     391      catsvr="yes" 
    392392      pkgdefault= 
    393393      shift 
     
    489489fi 
    490490 
    491 if [ "$catdav" != "" ] ; then 
    492   cd $QUICKSTART_HOME/catdav 
     491if [ "$catsvr" != "" ] ; then 
     492  cd $QUICKSTART_HOME/catsvr 
    493493fi 
    494494