mcconnell    2003/12/14 01:49:21

  Modified:    repository maven.xml
  Log:
  Only include first level projects in the build.
  
  Revision  Changes    Path
  1.6       +1 -1      avalon/repository/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/avalon/repository/maven.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- maven.xml 11 Dec 2003 07:37:02 -0000      1.5
  +++ maven.xml 14 Dec 2003 09:49:21 -0000      1.6
  @@ -21,7 +21,7 @@
     <goal name="avalon:build" description="Build the Repository.">
   
       <maven:reactor basedir="${basedir}"
  -      includes="**/project.xml"
  +      includes="*/project.xml"
         excludes="project.xml"
         goals=""
         banner="Building:"
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to