Update of /cvsroot/rails/18xx
In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv15328
Modified Files:
my.properties
Log Message:
Added info about using custom property files
Index: my.properties
===================================================================
RCS file: /cvsroot/rails/18xx/my.properties,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** my.properties 19 Jan 2010 19:48:58 -0000 1.12
--- my.properties 20 Jan 2010 20:29:39 -0000 1.13
***************
*** 1,6 ****
####################### My preferences ################################
# Preferred tile format.
! # Values: svg or gif. Default: svg. Anything else is interpreted as svg.
! tile.format_preference=svg
# Root directory for the tile images (just above directory 'tiles').
# Not required if tile images are provided included in the Rails jar file.
--- 1,17 ----
####################### My preferences ################################
+ #
+ # IMPORTANT NOTE:
+ # If you want to use a customized version of my.properties
+ # (under the same or a different name), then please insert the option
+ # -Dconfigfile=<filepath> in your Rails startup command.
+ #
+ # Example:
+ # java -Dconfigfile=/Rails/18xx/my_my.properties -jar rails-1.1.2.jar
+ #
+ ########################################################################
+ #
# Preferred tile format.
! # The only currently supported format is svg. Anything else is ignored.
! #tile.format_preference=svg
# Root directory for the tile images (just above directory 'tiles').
# Not required if tile images are provided included in the Rails jar file.
|