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/06/30 23:18:41 UTC

cvs commit: avalon-sandbox/merlin maven.xml

mcconnell    2003/06/30 14:18:41

  Modified:    merlin   maven.xml
  Log:
  handle case sensitenvity in maven build
  
  Revision  Changes    Path
  1.18      +1 -1      avalon-sandbox/merlin/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/avalon-sandbox/merlin/maven.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- maven.xml	30 Jun 2003 21:09:30 -0000	1.17
  +++ maven.xml	30 Jun 2003 21:18:40 -0000	1.18
  @@ -71,7 +71,7 @@
           <include name="repository/**/*"/>
         </fileset>
         <fileset dir="${basedir}">
  -        <include name="LICENSE.TXT"/>
  +        <include name="LICENSE.txt"/>
           <include name="README.TXT"/>
         </fileset>
       </copy>
  
  
  

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