Changeset 450 in tmcsimulator for trunk/config


Ignore:
Timestamp:
07/16/2019 06:36:52 AM (7 years ago)
Author:
jdalbey
Message:

Modify properties file with new CADcomments log property.

Location:
trunk/config
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/config/application_properties.cfg

    r447 r450  
    11 
    22[Versions] 
    3 revision_number = 445 
     3revision_number = 447 
    44     
  • trunk/config/cad_simulator_config.properties

    r423 r450  
    1212# The location where the Coordinator writes the simulation time 
    1313ElapsedTimeFile        = webapps/dynamicdata/sim_elapsedtime.json 
     14# The location where the Coordinator writes the CAD comments log 
     15CADcommentsLog         = CADcomments.log 
  • trunk/config/cad_simulator_console_config.properties

    r423 r450  
    1212# The location where the Coordinator writes the simulation time 
    1313ElapsedTimeFile        = webapps/dynamicdata/sim_elapsedtime.json 
     14# The location where the Coordinator writes the CAD comments log 
     15CADcommentsLog         = CADcomments.log 
  • trunk/config/cad_simulator_practice.properties

    r411 r450  
    1212# The location where the Coordinator writes the simulation time 
    1313ElapsedTimeFile        = webapps/dynamicdata/sim_elapsedtime.json 
     14# The location where the Coordinator writes the CAD comments log 
     15CADcommentsLog         = CADcomments.log 
  • trunk/config/cad_simulator_smoketest_config.properties

    r423 r450  
    1111MediaProperties        = config/cad_simulator_media_config.properties 
    1212ElapsedTimeFile        = webapps/dynamicdata/sim_elapsedtime.json 
     13# The location where the Coordinator writes the CAD comments log 
     14CADcommentsLog         = CADcomments.log 
  • trunk/config/cad_simulator_systest.properties

    r411 r450  
    1212# The location where the Coordinator writes the simulation time 
    1313ElapsedTimeFile        = webapps/dynamicdata/sim_elapsedtime.json 
     14# The location where the Coordinator writes the CAD comments log 
     15CADcommentsLog         = CADcomments.log 
Note: See TracChangeset for help on using the changeset viewer.