Changeset 228 for CMT


Ignore:
Timestamp:
Aug 18, 2006, 1:24:48 PM (18 years ago)
Author:
garonne
Message:

see CL 311

Location:
CMT/HEAD
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CMT/HEAD/ChangeLog

    r206 r228  
     1
     22006-08-17 Vincent Garonne <garonne@lal.in2p3.fr> 311
     3
     4        * source/cmt_syntax.cxx: Add support for author syntax to project
    15
    262006-06-15 Vincent Garonne <garonne@lal.in2p3.fr> 310
  • CMT/HEAD/source/cmt_syntax.cxx

    r83 r228  
    11711171  m_keywords.add ("version", new KwdVersion ());
    11721172
     1173  m_project_keywords.add ("author", new KwdAuthor ());
    11731174  m_project_keywords.add ("build_strategy", new KwdBuildStrategy ());
    11741175  m_project_keywords.add ("container", new KwdContainer ());
Note: See TracChangeset for help on using the changeset viewer.