You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by la...@apache.org on 2002/01/04 06:13:31 UTC

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

larryi      02/01/03 21:13:31

  Modified:    jk/native build.xml
  Log:
  Fix so netscape.home property can be set in "netscape" target from
  iplanet.home property
  
  Revision  Changes    Path
  1.26      +1 -1      jakarta-tomcat-connectors/jk/native/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/build.xml,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- build.xml	20 Dec 2001 17:55:42 -0000	1.25
  +++ build.xml	4 Jan 2002 05:13:31 -0000	1.26
  @@ -20,7 +20,7 @@
     <property name="apxs13" value="/usr/sbin/apxs" />
     <property name="apxs20" value="/opt/apache2/bin/apxs" />
     
  -  <property name="netscape.home" location="/opt/iplanet/plugins" />
  +  <property name="iplanet.home" location="/opt/iplanet" />
     <property name="apache2.home" location="/opt/apache2" />
     <property name="apache13.home" location="/usr" />
     
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>