Update of /cvsroot/csms/csms-core/src/java/org/fanfoot/gui
In directory usw-pr-cvs1:/tmp/cvs-serv9959
Modified Files:
ControlCentre.java
Log Message:
Changing name of scoring config file
Index: ControlCentre.java
===================================================================
RCS file: /cvsroot/csms/csms-core/src/java/org/fanfoot/gui/ControlCentre.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** ControlCentre.java 22 Oct 2002 20:32:26 -0000 1.4
--- ControlCentre.java 27 Oct 2002 22:43:51 -0000 1.5
***************
*** 84,88 ****
String strDefaultEventConfigFile = strConfigPath + "footballEvents.xml";
/** The default scoring config file to use if no other is specified */
! String strDefaultScoringConfigFile = strConfigPath + "BBCScoringConfig.xsl";
/**
* The default scores to html XSL file to use if no other is
--- 84,88 ----
String strDefaultEventConfigFile = strConfigPath + "footballEvents.xml";
/** The default scoring config file to use if no other is specified */
! String strDefaultScoringConfigFile = strConfigPath + "ScoringConfig.xsl";
/**
* The default scores to html XSL file to use if no other is
|