Update of /cvsroot/csms/csms-core
In directory usw-pr-cvs1:/tmp/cvs-serv26987
Modified Files:
centibuild.xml
Log Message:
Create separate startup scripts for CSMS and FSM (fantsy sports module) releases. Note that at the moment they are both the same thing, but eventually the CSMS will be the league management stuff and FSM will be the fantasy sports stuff).
Index: centibuild.xml
===================================================================
RCS file: /cvsroot/csms/csms-core/centibuild.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** centibuild.xml 22 Oct 2002 12:17:18 -0000 1.5
--- centibuild.xml 22 Oct 2002 17:40:27 -0000 1.6
***************
*** 107,112 ****
<target name="scripts">
<antcall target="make-main-scripts">
! <param name="scripts.cent.script.name" value="fanfoot"/>
<param name="scripts.cent.class" value="org.fanfoot.gui.ControlCentre"/>
</antcall>
--- 107,118 ----
<target name="scripts">
+ <!-- Make scripts for Fantasy Sports Module -->
<antcall target="make-main-scripts">
! <param name="scripts.cent.script.name" value="fsm"/>
! <param name="scripts.cent.class" value="org.fanfoot.gui.ControlCentre"/>
! </antcall>
! <!-- Make scripts for CSMS core application -->
! <antcall target="make-main-scripts">
! <param name="scripts.cent.script.name" value="csms"/>
<param name="scripts.cent.class" value="org.fanfoot.gui.ControlCentre"/>
</antcall>
|