|
From: <rga...@us...> - 2003-01-09 12:07:35
|
Update of /cvsroot/csms/csms-core
In directory sc8-pr-cvs1:/tmp/cvs-serv5822
Modified Files:
centibuild.xml
Log Message:
Grouping cents
Index: centibuild.xml
===================================================================
RCS file: /cvsroot/csms/csms-core/centibuild.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** centibuild.xml 8 Dec 2002 00:14:26 -0000 1.13
--- centibuild.xml 9 Jan 2003 12:07:32 -0000 1.14
***************
*** 22,32 ****
<taskdef file="${ant.home}/src/core/tasks.properties" />
<importcent name="antidote" />
<importcent name="java"/>
<importcent name="checkstyle" />
-
<importcent name="jdepend" />
!
<!-- FIXME: This cent should be uploaded to a Krysalis repositroy, until then
it will break builds, please comment this line out if you do not have the cent
--- 22,35 ----
<taskdef file="${ant.home}/src/core/tasks.properties" />
+ <!-- Building -->
<importcent name="antidote" />
<importcent name="java"/>
+ <importcent name="scripts" />
+ <!-- Quality Control -->
<importcent name="checkstyle" />
<importcent name="jdepend" />
! <importcent name="junit" />
!
<!-- FIXME: This cent should be uploaded to a Krysalis repositroy, until then
it will break builds, please comment this line out if you do not have the cent
***************
*** 34,47 ****
<importcent name="javaNCSS" dest="file://ext/openSource/krysalis-gpl-cents/cents"/> -->
<importcent name="forrest" />
-
- <importcent name="gump" />
-
<importcent name="javasrc" />
! <importcent name="junit" />
!
! <importcent name="scripts" />
!
<!-- =================================================================== -->
<!-- Basic build targets for the project -->
--- 37,45 ----
<importcent name="javaNCSS" dest="file://ext/openSource/krysalis-gpl-cents/cents"/> -->
+ <!-- Documentation -->
<importcent name="forrest" />
<importcent name="javasrc" />
!
<!-- =================================================================== -->
<!-- Basic build targets for the project -->
|