Changeset 114


Ignore:
Timestamp:
Oct 31, 2005, 10:29:53 AM (19 years ago)
Author:
arnault
Message:

Permit version directories not starting with a letter - see CL 291

Location:
CMT/HEAD
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • CMT/HEAD/ChangeLog

    r113 r114  
     12005-10-31  Christian Arnault  <arnault@lal.in2p3.fr> 291
     2
     3        * source/cmt_system.cxx (is_version_directory): Permit version
     4        directories not starting by a letter (eg 1.0)
     5
    162005-10-30    <arnault@lal.in2p3.fr> 290
    27
  • CMT/HEAD/mgr/Makefile

    r106 r114  
    180180#---------------------------------------------------------
    181181gendoc ::
    182         @cd ../doc; python gendoc.py CMTDoc.xml > CMTDoc.html
     182        @cd ../doc; $(python) gendoc.py CMTDoc.xml > CMTDoc.html
    183183        @echo "CMTDoc.html generated from CMTDoc.xml"
    184184
  • CMT/HEAD/source/cmt_system.cxx

    r79 r114  
    17641764            case starting:
    17651765              // not starting by a letter (syntax error)
    1766               return (false);
     1766              //return (false);
    17671767            case at_key:
    17681768              // the numeric field for the current id is starting now
Note: See TracChangeset for help on using the changeset viewer.