|
From: <rga...@us...> - 2002-11-26 21:48:07
|
Update of /cvsroot/csms/csms-core
In directory sc8-pr-cvs1:/tmp/cvs-serv10678
Modified Files:
centibuild.xml
Log Message:
Fixing broken layout in instructions
Index: centibuild.xml
===================================================================
RCS file: /cvsroot/csms/csms-core/centibuild.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** centibuild.xml 19 Nov 2002 20:57:57 -0000 1.11
--- centibuild.xml 26 Nov 2002 21:48:03 -0000 1.12
***************
*** 51,68 ****
<!-- =================================================================== -->
<target name="interactive" description="Interactive Build">
! <echo>--------------------------------------------------------------
${xgump.module.name} [${YEAR}]
! -------------------------------------------------------------- Using
${ant.version} Build file ${ant.file}
! -------------------------------------------------------------- These are
! the most common build targets. You can also invoke them directly; see
! build.xml for more info. Builds will be in /build directory, distributions
! in /dist. all -------------- creates the jars and the site compile
! ---------- compiles the source code test ------------- performs the jUnit
! tests jar -------------- create the jar files docs ------------- generates
! the html docs - clean not needed javadocs --------- generates the API
! documentation site ------------- generates the html site (docs+reports)
! clean ------------ cleans the build directory dist ------------- creates
! src and bin distributions</echo>
<input message="Please select a target " addproperty="input.selection" />
--- 51,77 ----
<!-- =================================================================== -->
<target name="interactive" description="Interactive Build">
! <echo>
! --------------------------------------------------------------
${xgump.module.name} [${YEAR}]
! --------------------------------------------------------------
! Using
${ant.version} Build file ${ant.file}
! --------------------------------------------------------------
! These are the most common build targets.
! You can also invoke them directly;
! see centipede.xml for more info.
!
! Builds will be in /build directory,
! distributions in /dist.
!
! all -------------- creates the jars and the site
! compile ---------- compiles the source code
! test ------------- performs the jUnit tests
! jar -------------- create the jar files
! docs ------------- generates the html docs - clean not needed
! javadocs --------- generates the API documentation
! site ------------- generates the html site (docs+reports)
! clean ------------ cleans the build directory
! dist ------------- creates src and bin distributions</echo>
<input message="Please select a target " addproperty="input.selection" />
|