Update of /cvsroot/rails/18xx/rails/util
In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv4726/rails/util
Modified Files:
Config.java
Log Message:
games.properties no longer used
Index: Config.java
===================================================================
RCS file: /cvsroot/rails/18xx/rails/util/Config.java,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** Config.java 27 Dec 2009 18:30:31 -0000 1.10
--- Config.java 16 Jan 2010 14:09:33 -0000 1.11
***************
*** 20,24 ****
/* It will be reset from GameTest. */
private static String myConfigFile = "my.properties";
! private static String gamesConfigFile = "games.properties";
/** One Properties object for all properties */
--- 20,24 ----
/* It will be reset from GameTest. */
private static String myConfigFile = "my.properties";
! //private static String gamesConfigFile = "games.properties";
/** One Properties object for all properties */
***************
*** 54,58 ****
/* List the property files to read here */
load(myConfigFile, false);
! load(gamesConfigFile, false);
setDefaults();
loaded = true;
--- 54,58 ----
/* List the property files to read here */
load(myConfigFile, false);
! //load(gamesConfigFile, false);
setDefaults();
loaded = true;
|