|
From: <rga...@us...> - 2002-10-22 12:17:21
|
Update of /cvsroot/csms/csms-core
In directory usw-pr-cvs1:/tmp/cvs-serv28377
Modified Files:
centibuild.xml
Log Message:
Added test and checkstyle to the docs target
Index: centibuild.xml
===================================================================
RCS file: /cvsroot/csms/csms-core/centibuild.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** centibuild.xml 21 Oct 2002 19:57:37 -0000 1.4
--- centibuild.xml 22 Oct 2002 12:17:18 -0000 1.5
***************
*** 93,99 ****
<target name="all" depends="clean, code, metrics, docs, dist"/>
! <target name="code" depends="compile,test,package"/>
<target name="metrics" depends="checkstyle, report, jdepend-xdoc"/>
! <target name="docs" depends="javasrc, javadocs, forrest.docs"/>
<!-- ================================== -->
--- 93,99 ----
<target name="all" depends="clean, code, metrics, docs, dist"/>
! <target name="code" depends="compile, test, package"/>
<target name="metrics" depends="checkstyle, report, jdepend-xdoc"/>
! <target name="docs" depends="test, metrics, javasrc, javadocs, forrest.docs"/>
<!-- ================================== -->
|