Changes between Version 59 and Version 60 of ProjectOptions


Ignore:
Timestamp:
Apr 27, 2008, 11:54:01 AM (16 years ago)
Author:
Nicolas
Comment:

Replace <tab> with \t on the deprecated options regexes

Legend:

Unmodified
Added
Removed
Modified
  • ProjectOptions

    v59 v60  
    118118   Don't issue work to Macintoshes with Darwin 6 or earlier (Mac OS X 10.2 or earlier). Equivalent to
    119119{{{
    120 <ban_os>.*Darwin.*<tab>.*(5\.|6\.).*</ban_os>
     120<ban_os>.*Darwin.*\t.*(5\.|6\.).*</ban_os>
    121121}}}
    122122 '''<no_amd_k6>1</no_amd_k6>'''::
    123123   Don't issue work to clients with AMD K6 processors.  Equivalent to
    124124{{{
    125 <ban_cpu>.*AMD.*<tab>.*Family 5 Model 8 Stepping 0.*</ban_cpu>
     125<ban_cpu>.*AMD.*\t.*Family 5 Model 8 Stepping 0.*</ban_cpu>
    126126}}}
    127127