You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bi...@apache.org on 2003/10/03 07:49:48 UTC

cvs commit: jakarta-tomcat-5 build.xml

billbarker    2003/10/02 22:49:48

  Modified:    .        build.xml
  Log:
  Commons-daemon lives in commons-daemon.home by definition.
  
  Don't hack around with presumed locations for it.
  
  Revision  Changes    Path
  1.162     +2 -2      jakarta-tomcat-5/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v
  retrieving revision 1.161
  retrieving revision 1.162
  diff -u -r1.161 -r1.162
  --- build.xml	29 Sep 2003 10:27:40 -0000	1.161
  +++ build.xml	3 Oct 2003 05:49:48 -0000	1.162
  @@ -119,7 +119,7 @@
   
       <uptodate property="commons-daemon.build.notrequired"
                 targetfile="${commons-daemon.jar}">
  -      <srcfiles dir="${cvs.base}/jakarta-commons/daemon/src" includes="**" />
  +      <srcfiles dir="${commons-daemon.home}/src" includes="**" />
       </uptodate>
     </target>
   
  @@ -479,7 +479,7 @@
     <target name="build-commons-daemon" unless="commons-daemon.build.notrequired" description="build commons-daemon" >
       <echo>========== Building: commons-daemon </echo>
   
  -    <ant dir="${cvs.base}/jakarta-commons/daemon" target="dist" >
  +    <ant dir="${commons-daemon.home}" target="dist" >
           <property name="compile.optimize" value="false" />
           <property name="dist.home" value="${commons-daemon.home}" />
       </ant>
  
  
  

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