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/08/15 22:52:25 UTC

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

remm        2003/08/15 13:52:25

  Modified:    daemon   build.xml
  Log:
  - Add a "jsvc" prefix to the tarred sources.
  
  Revision  Changes    Path
  1.10      +3 -3      jakarta-commons-sandbox/daemon/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/daemon/build.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- build.xml	5 Jun 2003 18:18:25 -0000	1.9
  +++ build.xml	15 Aug 2003 20:52:25 -0000	1.10
  @@ -204,7 +204,7 @@
     <target name="dist" depends="compile,javadoc"
      description="Create binary distribution">
       <mkdir      dir="${dist.home}"/>
  -    <mkdir      dir="${dist.home}/bin/unix"/>
  +    <mkdir      dir="${dist.home}/bin/unix/jsvc"/>
       <mkdir      dir="${dist.home}/lib"/>
       <mkdir      dir="${dist.home}/logs"/>
       <copy      file="LICENSE"
  @@ -216,7 +216,7 @@
            <include name="*.exe" />
         </fileset>
       </copy>
  -    <copy     todir="${dist.home}/bin/unix">
  +    <copy     todir="${dist.home}/bin/unix/jsvc">
         <fileset dir="src/native/unix" />
       </copy>
       <fixcrlf srcdir="${dist.home}/bin/unix" eol="lf" />
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org