|
From: <rga...@us...> - 2002-10-18 21:21:34
|
Update of /cvsroot/csms/csms-core
In directory usw-pr-cvs1:/tmp/cvs-serv23430
Modified Files:
centibuild.xml
Log Message:
Added script cent (it automatically generates run scripts for us)
Index: centibuild.xml
===================================================================
RCS file: /cvsroot/csms/csms-core/centibuild.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** centibuild.xml 18 Oct 2002 20:24:43 -0000 1.2
--- centibuild.xml 18 Oct 2002 21:21:30 -0000 1.3
***************
*** 103,106 ****
--- 103,114 ----
</target>
+ <target name="pre-dist" depends="scripts"/>
+
+ <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>
+ </target>
</project>
|