Changeset 125 in tmcsimulator


Ignore:
Timestamp:
10/15/2017 04:33:32 PM (9 years ago)
Author:
jdalbey
Message:

Revise config properties to match class renaming

Location:
trunk/config
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/config/cad_simulator_config.properties

    r49 r125  
    55AudioFileLocation      = audio/ 
    66#UserInterface          = tmcsim.cadsimulator.viewer.CADConsoleViewer 
    7 UserInterface          = tmcsim.cadsimulator.viewer.CADSimulatorViewer 
     7UserInterface          = tmcsim.cadsimulator.viewer.CADServerViewer 
    88ParamicsProperties     = config/cad_simulator_paramics_config.properties 
    99ATMSProperties         = config/cad_simulator_atms_config.properties 
  • trunk/config/console_driver_config.properties

    r118 r125  
    44NetworkFileName = networkFile.txt 
    55ExchangeFileName = exchange.xml 
    6 FEPWriterHost = 192.168.251.130 
     6FEPWriterHost = localhost 
    77FEPWriterPort = 8080 
  • trunk/config/testConfig/cad_simulator_config.properties

    r45 r125  
    33CADRmiPort             = 4446 
    44CMSDiversionXML        = config/testConfig/cmsdiversions.xml 
    5 UserInterface          = tmcsim.cadsimulator.viewer.CADSimulatorViewer 
     5UserInterface          = tmcsim.cadsimulator.viewer.CADServerViewer 
    66#UserInterface          = tmcsim.cadsimulator.viewer.CADConsoleViewer 
    77AudioFileLocation      = audio/ 
Note: See TracChangeset for help on using the changeset viewer.