You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by mc...@apache.org on 2003/03/13 04:50:33 UTC

cvs commit: avalon-sandbox/merlin/merlin-cli project.xml

mcconnell    2003/03/12 19:50:33

  Modified:    merlin/merlin-cli project.xml
  Log:
  Addition of explicit ${basedir} argument to ensure target functions properly when invoked under a reactor build.
  
  Revision  Changes    Path
  1.2       +1 -1      avalon-sandbox/merlin/merlin-cli/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/avalon-sandbox/merlin/merlin-cli/project.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.xml	13 Mar 2003 01:04:54 -0000	1.1
  +++ project.xml	13 Mar 2003 03:50:33 -0000	1.2
  @@ -38,7 +38,7 @@
   
       <resources>
         <resource>
  -        <directory>src/java</directory> 
  +        <directory>${basedir}/src/java</directory> 
           <includes>
             <include>**/*.properties</include>
           </includes>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org