carnold     2005/07/10 21:38:09

  Modified:    .        build.xml
  Log:
  LOGCXX-36: Removed extra stuff from build-shortsocketserver
  
  Revision  Changes    Path
  1.77      +0 -2      logging-log4cxx/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/build.xml,v
  retrieving revision 1.76
  retrieving revision 1.77
  diff -u -r1.76 -r1.77
  --- build.xml 27 Jun 2005 15:33:33 -0000      1.76
  +++ build.xml 11 Jul 2005 04:38:09 -0000      1.77
  @@ -741,11 +741,9 @@
                   projectsOnly="${projectsOnly}">
           <fileset dir="${tests.dir}/src">
              <include name="shortsocketserver.cpp"/>
  -           <include name="xml/xlevel.cpp"/>
              <include name="net/socketservertestcase.h"/>
           </fileset>
           <includepath path="${include.dir}"/>
  -        <includepath path="${apr.include.dir}"/>
           <compilerarg value="${pic-option}" if="pic-option"/>
           <defineset define="LOG4CXX_STATIC" if="is-static"/>
           <libset libs="log4cxx${lib-suffix}" dir="${log4cxx.lib.dir}"/>
  
  
  

Reply via email to