Changeset 137 for CMT/HEAD


Ignore:
Timestamp:
Jan 30, 2006, 2:25:34 PM (18 years ago)
Author:
garonne
Message:

allow with_version_directory option for users

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CMT/HEAD/source/cmt_parser.cxx

    r136 r137  
    928928      Me.m_current_structuring_style = without_version_directory;
    929929    }
     930  else if (s == "with_version_directory")
     931    {
     932      Me.m_current_structuring_style = with_version_directory;
     933    }
    930934}
    931935
Note: See TracChangeset for help on using the changeset viewer.