lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [5416] Recognize some of lmi's xml files


From: Greg Chicares
Subject: [lmi-commits] [5416] Recognize some of lmi's xml files
Date: Thu, 01 Mar 2012 12:27:26 +0000

Revision: 5416
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5416
Author:   chicares
Date:     2012-03-01 12:27:26 +0000 (Thu, 01 Mar 2012)
Log Message:
-----------
Recognize some of lmi's xml files

Modified Paths:
--------------
    lmi/trunk/ChangeLog
    lmi/trunk/test_coding_rules.cpp

Modified: lmi/trunk/ChangeLog
===================================================================
--- lmi/trunk/ChangeLog 2012-03-01 12:26:20 UTC (rev 5415)
+++ lmi/trunk/ChangeLog 2012-03-01 12:27:26 UTC (rev 5416)
@@ -29775,3 +29775,14 @@
   install_cygwin.bat
 Presumptively run 'rebaseall' for msw 7 only.
 
+20120301T1226Z <address@hidden> [573]
+
+  GNUmakefile
+Permit 'make check_concinnity' to run in an arbitrary directory. E.g.:
+| make src_dir=/lmi/src/lmi -f /lmi/src/lmi/GNUmakefile check_concinnity
+
+20120301T1227Z <address@hidden> [573]
+
+  test_coding_rules.cpp
+Recognize some of lmi's xml files.
+

Modified: lmi/trunk/test_coding_rules.cpp
===================================================================
--- lmi/trunk/test_coding_rules.cpp     2012-03-01 12:26:20 UTC (rev 5415)
+++ lmi/trunk/test_coding_rules.cpp     2012-03-01 12:27:26 UTC (rev 5416)
@@ -184,6 +184,7 @@
     // Sort these lists by enumerator, but keep 'e_ephemeral' last.
     phylum_ =
           ".ico"        == extension() ? e_binary
+        : ".ini"        == extension() ? e_binary
         : ".png"        == extension() ? e_binary
         : ".txt"        == extension() ? e_binary
         : ".xpm"        == extension() ? e_binary
@@ -207,6 +208,12 @@
         : ".touchstone" == extension() ? e_touchstone
         : ".cns"        == extension() ? e_xml_input
         : ".ill"        == extension() ? e_xml_input
+        : ".mec"        == extension() ? e_xml_input
+        : ".database"   == extension() ? e_xml_other
+        : ".funds"      == extension() ? e_xml_other
+        : ".policy"     == extension() ? e_xml_other
+        : ".rounding"   == extension() ? e_xml_other
+        : ".strata"     == extension() ? e_xml_other
         : ".xml"        == extension() ? e_xml_other
         : ".xrc"        == extension() ? e_xml_other
         : ".xsd"        == extension() ? e_xml_other




reply via email to

[Prev in Thread] Current Thread [Next in Thread]