Changeset 84
- Timestamp:
- Sep 5, 2005, 2:21:30 PM (20 years ago)
- Location:
- CMT/HEAD
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
CMT/HEAD/ChangeLog
r83 r84 1 2005-09-05 Christian Arnault <arnault@lal.in2p3.fr> 279 2 3 * source/cmt_cvs.cxx (class CvsImplementation): Fix do_need_version 4 5 * source/cmt_project.cxx (StrategyMgr): Initialize VersionStrategy using default 6 1 7 2005-09-05 <arnault@lal.in2p3.fr> 278 2 8 -
CMT/HEAD/source/cmt_cvs.cxx
r83 r84 927 927 { 928 928 Use& current_use = Use::current (); 929 if (current_use.get_strategy (" version_directory"))929 if (current_use.get_strategy ("VersionDirectory")) 930 930 { 931 931 need_version = true; -
CMT/HEAD/source/cmt_project.cxx
r83 r84 1978 1978 s->m_on_value = "with_version_directory"; 1979 1979 s->m_off_value = "without_version_directory"; 1980 if (Cmt::get_current_structuring_style () == with_version_directory)1980 if (Cmt::get_current_structuring_style () != without_version_directory) 1981 1981 { 1982 1982 s->m_default_value = true;
Note:
See TracChangeset
for help on using the changeset viewer.