Changeset 382 in tmcsimulator for trunk/src/tmcsim/cadsimulator
- Timestamp:
- 04/17/2019 04:15:29 PM (7 years ago)
- File:
-
- 1 edited
-
trunk/src/tmcsim/cadsimulator/CADServer.java (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/tmcsim/cadsimulator/CADServer.java
r360 r382 68 68 { 69 69 70 private static finalString CONFIG_FILE_NAME = "cad_simulator_config.properties";70 private static String CONFIG_FILE_NAME = "cad_simulator_config.properties"; 71 71 /** 72 72 * Error logger. … … 425 425 System.setProperty("CONFIG_DIR", "config"); 426 426 } 427 if (System.getProperty("PROP_FILE") != null) 428 { 429 CONFIG_FILE_NAME = System.getProperty("PROP_FILE"); 430 } 427 431 try 428 432 {
Note: See TracChangeset
for help on using the changeset viewer.
