Changeset 3504

Show
Ignore:
Timestamp:
03/12/12 14:53:40
Author:
douglm
Message:

Windows build referring to bwicalendar not bwical for updateall

Add comment to all scripts and fix windows scripts

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • releases/bedework-3.8/build/quickstart/linux/bw

    r3464 r3504  
    2020bw_loglevel="" 
    2121 
    22 # Projects we need to update 
     22# Projects we need to update - these are the svn projects - not internal variables 
     23# or user parameters. 
    2324updateProjects="access" 
    2425updateProjects="$updateProjects  bedework" 
  • releases/bedework-3.8/build/quickstart/windows/bw.bat

    r3425 r3504  
    3535SET bw_loglevel= 
    3636 
    37 :: Projects we need to update 
     37:: Projects we need to update - these are the svn projects - not internal variables 
     38:: or user parameters. 
    3839SET "updateProjects=access" 
    3940SET "updateProjects=%updateProjects% bedework" 
     
    4445SET "updateProjects=%updateProjects% bwcalFacade" 
    4546SET "updateProjects=%updateProjects% bwdeployutil" 
    46 SET "updateProjects=%updateProjects% bwicalendar
     47SET "updateProjects=%updateProjects% bwical
    4748SET "updateProjects=%updateProjects% bwinterfaces" 
    4849SET "updateProjects=%updateProjects% bwmisc"