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/03 11:49:02 UTC

cvs commit: jakarta-commons-sandbox/daemon build.xml

remm        2003/09/03 02:49:02

  Modified:    daemon   build.xml
  Log:
  - Too many things are called jsvc: to make it easier to use, the prefix changes
    to jsvc-src.
  
  Revision  Changes    Path
  1.11      +2 -2      jakarta-commons-sandbox/daemon/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/daemon/build.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- build.xml	15 Aug 2003 20:52:25 -0000	1.10
  +++ build.xml	3 Sep 2003 09:49:02 -0000	1.11
  @@ -216,7 +216,7 @@
            <include name="*.exe" />
         </fileset>
       </copy>
  -    <copy     todir="${dist.home}/bin/unix/jsvc">
  +    <copy     todir="${dist.home}/bin/unix/jsvc-src">
         <fileset dir="src/native/unix" />
       </copy>
       <fixcrlf srcdir="${dist.home}/bin/unix" eol="lf" />