carnold     2005/06/14 11:07:18

  Modified:    .        build.xml
  Log:
  LOGCXX-36: APR build tweaks
  
  Revision  Changes    Path
  1.74      +4 -2      logging-log4cxx/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/build.xml,v
  retrieving revision 1.73
  retrieving revision 1.74
  diff -u -r1.73 -r1.74
  --- build.xml 14 Jun 2005 07:34:27 -0000      1.73
  +++ build.xml 14 Jun 2005 18:07:18 -0000      1.74
  @@ -409,6 +409,8 @@
              dest="${lib.dir}" compression="gzip"/>
       <chmod file="${lib.dir}/${module}-${module.version}/configure"
              perm="u+x"/>
  +    <chmod file="${lib.dir}/${module}-${module.version}/build/get-version.sh"
  +           perm="u+x"/>
   </target>
   
   <target name="get-apr-src" unless="apr-src-available">
  @@ -426,8 +428,6 @@
       <patch patchfile="${base.dir}/apr-${apr.version}.patch"
              dir="${lib.dir}/apr-${apr.version}"
              strip="0"/>
  -    <chmod file="${lib.dir}/apr-${apr.version}/build/get-version.sh"
  -           perm="u+x"/>
   </target>
   
   <target name="build-apr" depends="init" unless="apr-available">
  @@ -1179,6 +1179,8 @@
               <include name="**/*.patch"/>
               <exclude name="**/.cvsignore"/>
               <exclude name="lib/**"/>
  +            <exclude name="include/log4cxx/log4cxx.h"/>
  +            <exclude name="include/log4cxx/private/log4cxx_private.h"/>
           </tarfileset>
       </tar>
   </target>
  
  
  

Reply via email to