- Timestamp:
- Oct 25, 2017 10:38:58 AM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 118594
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bldprogs/scm.cpp
r69271 r69276 381 381 }; 382 382 383 static PFNSCMREWRITER const g_aRewritersFor_Xml[] = 384 { 385 rewrite_ForceNativeEol, 386 rewrite_ExpandTabs, 387 rewrite_StripTrailingBlanks, 388 rewrite_AdjustTrailingLines, 389 rewrite_SvnNoExecutable, 390 rewrite_SvnKeywords, 391 /** @todo copyright is in an XML comment. */ 392 }; 393 383 394 static PFNSCMREWRITER const g_aRewritersFor_QtProject[] = 384 395 { … … 434 445 SCM_CFG_ENTRY(g_aRewritersFor_Images, true, "*.png|*.bmp|*.jpg|*.pnm|*.ico" ), 435 446 SCM_CFG_ENTRY(g_aRewritersFor_Xslt, false, "*.xsl" ), 447 SCM_CFG_ENTRY(g_aRewritersFor_Xml, false, "*.xml" ), 436 448 SCM_CFG_ENTRY(g_aRewritersFor_QtProject, false, "*.pro" ), 437 449 SCM_CFG_ENTRY(g_aRewritersFor_QtResourceFiles, false, "*.qrc" ),
Note:
See TracChangeset
for help on using the changeset viewer.