VirtualBox

Changeset 69380 in vbox for trunk


Ignore:
Timestamp:
Oct 26, 2017 4:38:03 PM (7 years ago)
Author:
vboxsync
Message:

Main/UnattendedTemplates: scm updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bldprogs/scm.cpp

    r69367 r69380  
    489489};
    490490
     491static PFNSCMREWRITER const g_aRewritersFor_SifFiles[] =
     492{
     493    rewrite_ForceCRLF,
     494    rewrite_ExpandTabs,
     495    rewrite_StripTrailingBlanks,
     496    rewrite_AdjustTrailingLines,
     497    rewrite_SvnKeywords,
     498    rewrite_SvnNoExecutable,
     499    rewrite_Copyright_SemicolonComment,
     500};
     501
     502
    491503static PFNSCMREWRITER const g_aRewritersFor_FileLists[] = /* both makefile and shell script */
    492504{
     
    530542    SCM_CFG_ENTRY(g_aRewritersFor_QtTranslations,   false, "*.ts" ),
    531543    SCM_CFG_ENTRY(g_aRewritersFor_QtUiFiles,        false, "*.ui" ),
     544    SCM_CFG_ENTRY(g_aRewritersFor_SifFiles,         false, "*.sif" ),
    532545    /* Must be be last: */
    533546    SCM_CFG_ENTRY(g_aRewritersFor_FileLists,        false, "files_*" ),
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette