# build options file # note also that there must be a directory below this one called data which is set to 777 permission so that files can be read/written via anon web user. x bit must be set too so the dir is openable/viewable # this defines the alias "HEAD" to a particular stream within CVS. As of 040714, sequence reversed - Pretty_Branch_Name=CVS_Branch_Name # note that for build versions that can no longer be build, use -=x.y.z so that they still get listed, # but aren't available in the build branch selection list [Branch] 2.0.0=HEAD|selected 1.1.1=R1_1_maintenance -=2.0.0 -=1.1.1 -=1.1.0 -=1.0.3 -=1.0.2 -=1.0.1.1 -=1.0.1 -=1.0.0 # buildType # Letters I, N, S, R or M are used to identify builds as being one of the following: # I - Integration # N - Nightly # S - Stable # R - Release # M - Maintenance # If set to N, all source will be checked out from the HEAD stream. In all other cases, # tags as specifed in map files will be used when exporting plugins to the buildDirectory. [BuildType] Release=R Stable=S Integration=I Nightly=N|selected Maintenance=M #flag any options preselected with |selected at the end [BuildOptions] Runtime|selected SDK|selected Examples|selected Tests|selected [TagBuild] Yes No|selected [RunTests] JUnit Tests=JUnit No Testing=None|selected [QualityOptions] Stable Good Bad