You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by re...@apache.org on 2003/09/29 11:59:11 UTC

cvs commit: jakarta-commons/daemon build.xml

remm        2003/09/29 02:59:11

  Modified:    daemon   build.xml
  Log:
  - That directory doesn't exist anymore.
  
  Revision  Changes    Path
  1.2       +1 -6      jakarta-commons/daemon/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/daemon/build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.xml	4 Sep 2003 23:28:20 -0000	1.1
  +++ build.xml	29 Sep 2003 09:59:11 -0000	1.2
  @@ -210,11 +210,6 @@
                 todir="${dist.home}"/>
       <copy      file="RELEASE-NOTES.txt"
                 todir="${dist.home}"/>
  -    <copy     todir="${dist.home}/bin">
  -      <fileset dir="src/native/nt/procrun/bin">
  -         <include name="*.exe" />
  -      </fileset>
  -    </copy>
       <copy todir="${dist.home}/bin/unix/jsvc-src">
         <fileset dir="src/native/unix" />
       </copy>