You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by le...@apache.org on 2002/07/16 18:51:31 UTC

cvs commit: jakarta-avalon-apps/xcommander build.xml

leosimons    2002/07/16 09:51:31

  Modified:    .        build.xml
               xcommander build.xml
  Log:
  added some more comments to explain what the setup is.
  
  Revision  Changes    Path
  1.2       +19 -6     jakarta-avalon-apps/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-apps/build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.xml	16 Jul 2002 16:47:19 -0000	1.1
  +++ build.xml	16 Jul 2002 16:51:31 -0000	1.2
  @@ -1,11 +1,24 @@
   <?xml version="1.0"?>
   
  -<!--	Common buildfile for all jakarta-avalon-apps applications.
  -	We assume that this file is always called from a buildfile located in
  -	a subdirectory of the current dir, so file locations are prefixed with
  -	../ in many places. It has a setup very similar to maven, with
  -	'module:' prefixing the	targets called from application buildfiles.
  -	Targets not prefixed by 'module:' build all the available applications -->
  +<!--
  +==============================================================================
  + Avalon Applications build file
  +
  +
  +Type 'ant' to build. The flag '-projecthelp' will list normal targets. If
  +combined with '-verbose', all targets are printed.
  +
  +This buildfile contains a lot of functionality common ot all avalon-apps
  +projects. This functionality can be identified by targets starting with the
  +name "module:".
  +
  +Authors:
  +	Leo Simons <ls...@multimia.com>
  +
  +Legal:
  +	Copyright (c) 2002 The Apache Software Foundation. All Rights Reserved.
  +==============================================================================
  +-->
   <project default="main">
   
   <!-- ==========================================================================================
  
  
  
  1.16      +3 -1      jakarta-avalon-apps/xcommander/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-apps/xcommander/build.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- build.xml	16 Jul 2002 16:47:19 -0000	1.15
  +++ build.xml	16 Jul 2002 16:51:31 -0000	1.16
  @@ -8,7 +8,9 @@
   Type 'ant' to build. The flag '-projecthelp' will list normal targets. If
   combined with '-verbose', all targets are printed.
   
  -This buildfile delegates 
  +This buildfile delegates all of the actual functionality to the main
  +avalon-apps buildfile using the <ant/> task, calling targets that are named
  +module:{xxx}.
   
   Authors:
   	Leo Simons <ls...@multimia.com>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>