carnold     2005/02/17 09:26:43

  Modified:    .        aprutil-build.xml
  Log:
  LOGCXX-25: Typos on replaceregex task to disable LDAP
  
  Revision  Changes    Path
  1.9       +1 -1      logging-log4cxx/aprutil-build.xml
  
  Index: aprutil-build.xml
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/aprutil-build.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- aprutil-build.xml 17 Feb 2005 00:55:34 -0000      1.8
  +++ aprutil-build.xml 17 Feb 2005 17:26:43 -0000      1.9
  @@ -144,7 +144,7 @@
       <copy tofile="${include.dir}/apu.h" file="${include.dir}/apu.hw"/>
       <copy tofile="${include.dir}/apu_want.h" 
file="${include.dir}/apu_want.hw"/>
       <copy tofile="${include.dir}/apr_ldap.h" 
file="${include.dir}/apr_ldap.hw"/>
  -    <replaceregex file="${include.dir}/apr_ldap.h" match="#define 
APR_HAS_LDAP.*" value="#define APR_HAS_LDAP 0"/>
  +    <replaceregexp file="${include.dir}/apr_ldap.h" match="#define 
APR_HAS_LDAP.*" replace="#define APR_HAS_LDAP 0"/>
       <copy tofile="${include.dir}/private/apu_config.h" 
file="${include.dir}/private/apu_config.hw"/>
       <copy tofile="${include.dir}/private/apu_select_dbm.h" 
file="${include.dir}/private/apu_select_dbm.hw"/>
       <copy tofile="${base.dir}/xml/expat/lib/expat.h" 
file="${base.dir}/xml/expat/lib/expat.h.in"/>
  
  
  

Reply via email to