craigmcc    2003/01/08 17:31:35

  Modified:    el       build.xml
  Log:
  Tweak build.xml to avoid trying to copy missing file.
  
  Revision  Changes    Path
  1.2       +3 -1      jakarta-commons-sandbox/el/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/el/build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.xml 8 Jan 2003 23:46:14 -0000       1.1
  +++ build.xml 9 Jan 2003 01:31:34 -0000       1.2
  @@ -217,8 +217,10 @@
       <mkdir      dir="${dist.home}"/>
       <copy      file="../LICENSE"
                 todir="${dist.home}"/>
  +<!-- Comment out for separate commons-el build
       <copy      file="RELEASE-NOTES.txt"
                 todir="${dist.home}"/>
  +-->
       <antcall target="jar"/>
     </target>
   
  
  
  

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

Reply via email to