|
From: <rga...@us...> - 2002-10-22 18:08:43
|
Update of /cvsroot/csms/csms-core
In directory usw-pr-cvs1:/tmp/cvs-serv23463
Modified Files:
centibuild.xml
Log Message:
Added run target to enable the system to be run from Centipede
Index: centibuild.xml
===================================================================
RCS file: /cvsroot/csms/csms-core/centibuild.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** centibuild.xml 22 Oct 2002 17:40:27 -0000 1.6
--- centibuild.xml 22 Oct 2002 18:08:40 -0000 1.7
***************
*** 96,99 ****
--- 96,102 ----
<target name="metrics" depends="checkstyle, report, jdepend-xdoc"/>
<target name="docs" depends="test, metrics, javasrc, javadocs, forrest.docs"/>
+ <target name="run" depends="distclean, dist-bin">
+ <exec executable="${basedir}/dist/bin/bin/csms" dir="${basedir}/dist/bin/bin"/>
+ </target>
<!-- ================================== -->
|