You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4cxx-dev@logging.apache.org by ca...@apache.org on 2005/06/14 08:28:21 UTC

cvs commit: logging-log4cxx/src Makefile.am

carnold     2005/06/13 23:28:21

  Modified:    .        build.xml
               src      Makefile.am
  Log:
  LOGCXX-77: 'dist' tweaks
  
  Revision  Changes    Path
  1.72      +4 -3      logging-log4cxx/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/build.xml,v
  retrieving revision 1.71
  retrieving revision 1.72
  diff -u -r1.71 -r1.72
  --- build.xml	14 Jun 2005 05:03:47 -0000	1.71
  +++ build.xml	14 Jun 2005 06:28:21 -0000	1.72
  @@ -1155,7 +1155,6 @@
               <include name="*.xml"/>
               <include name="examples/*.cpp"/>
               <include name="include/**/*.h"/>
  -            <include name="include/**/*.h.in"/>
               <include name="include/**/*.hw"/>
               <include name="mock/*"/>
               <include name="performance/*.cpp"/>
  @@ -1164,12 +1163,14 @@
               <include name="simplesocketserver/*.cpp"/>
               <include name="src/*.cpp"/>
               <include name="tests/**/*.properties"/>
  -            <include name="tests/input/xml/*.xml"/>
  -            <include name="tests/input/xml/*.dtd"/>
  +            <include name="tests/input/**/*.xml"/>
  +            <include name="tests/input/**/*.dtd"/>
               <include name="tests/src/**/*.cpp"/>
               <include name="tests/src/**/*.h"/>
               <include name="tests/witness/*"/>
               <include name="tests/witness/ndc/*"/>
  +            <include name="tests/witness/encoding/*"/>
  +            <include name="tests/witness/rolling/*"/>
               <include name="tests/log4j.dtd"/>
               <include name="**/*.am"/>
               <include name="**/*.in"/>
  
  
  
  1.31      +1 -0      logging-log4cxx/src/Makefile.am
  
  Index: Makefile.am
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/src/Makefile.am,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- Makefile.am	1 Jun 2005 18:40:26 -0000	1.30
  +++ Makefile.am	14 Jun 2005 06:28:21 -0000	1.31
  @@ -17,6 +17,7 @@
           charsetencoder.cpp \
           class.cpp \
           classnamepatternconverter.cpp \
  +        classregistration.cpp \
           condition.cpp \
           configurator.cpp \
           consoleappender.cpp \