You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ke...@apache.org on 2004/06/04 00:38:02 UTC

cvs commit: jakarta-tomcat-connectors/jk build.xml

keith       2004/06/03 15:38:02

  Modified:    jk       build.xml
  Log:
  If you ant download your code, you need to pull these in so that the
  references are correct.  I am open to a more correct way of accomplishing
  this.
  
  Revision  Changes    Path
  1.74      +2 -0      jakarta-tomcat-connectors/jk/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/build.xml,v
  retrieving revision 1.73
  retrieving revision 1.74
  diff -u -r1.73 -r1.74
  --- build.xml	26 May 2004 17:42:52 -0000	1.73
  +++ build.xml	3 Jun 2004 22:38:02 -0000	1.74
  @@ -8,6 +8,8 @@
     
       <!-- ===================== Initialize Property Values ================ -->
       <property file="build.properties"/>
  +    <property file="../build.properties"/>
  +    <property file="../build.properties.default"/>
       <property file="${user.home}/build.properties"/>
       <property file="${user.home}/.build.properties"/>
   
  
  
  

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