|
From: <rga...@us...> - 2002-11-04 22:49:37
|
Update of /cvsroot/csms/csms-core/src/resources/conf
In directory usw-pr-cvs1:/tmp/cvs-serv30709
Modified Files:
ScoringConfig.xsl
Log Message:
We now use the team and player files in CVS head. Thare is no need to upload new files to the live server, just commit them to CVS and away you go.
Index: ScoringConfig.xsl
===================================================================
RCS file: /cvsroot/csms/csms-core/src/resources/conf/ScoringConfig.xsl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** ScoringConfig.xsl 4 Nov 2002 21:29:12 -0000 1.5
--- ScoringConfig.xsl 4 Nov 2002 22:49:34 -0000 1.6
***************
*** 12,19 ****
<xsl:variable name="playersDataSource">
! http://www.fanfoot.com/test/players.xml</xsl:variable>
<xsl:variable name="teamDataSource">
! http://www.fanfoot.com/test/teams.xml</xsl:variable>
<!-- match everything not match elsewhere and do nothing with it! -->
--- 12,19 ----
<xsl:variable name="playersDataSource">
! http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/*checkout*/csms/csms-core/src/resources/conf/players.xml?rev=HEAD&content-type=text/xml</xsl:variable>
<xsl:variable name="teamDataSource">
! http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/*checkout*/csms/csms-core/src/resources/conf/teams.xml?rev=HEAD&content-type=text/xml</xsl:variable>
<!-- match everything not match elsewhere and do nothing with it! -->
|