Author: carnold Date: Sat Feb 9 12:32:38 2008 New Revision: 620192 URL: http://svn.apache.org/viewvc?rev=620192&view=rev Log: LOGCXX-232: Remove stray references to performance
Removed: logging/log4cxx/trunk/src/test/resources/input/performance/ Modified: logging/log4cxx/trunk/INSTALL logging/log4cxx/trunk/configure.in logging/log4cxx/trunk/src/test/resources/input/Makefile.am Modified: logging/log4cxx/trunk/INSTALL URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/INSTALL?rev=620192&r1=620191&r2=620192&view=diff ============================================================================== --- logging/log4cxx/trunk/INSTALL (original) +++ logging/log4cxx/trunk/INSTALL Sat Feb 9 12:32:38 2008 @@ -108,7 +108,6 @@ build Build log4cxx library build-all Builds all artifacts build-examples Builds example programs - build-performance Builds performance test build-projects-cbx Builds project files for Borland CBuilderX build-projects-vc6 Builds project files for Microsoft Visual C++ 6 build-projects-xcode Builds project files for Apple Xcode Modified: logging/log4cxx/trunk/configure.in URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/configure.in?rev=620192&r1=620191&r2=620192&view=diff ============================================================================== --- logging/log4cxx/trunk/configure.in (original) +++ logging/log4cxx/trunk/configure.in Sat Feb 9 12:32:38 2008 @@ -467,7 +467,6 @@ src/test/Makefile src/test/resources/Makefile src/test/resources/input/Makefile -src/test/resources/input/performance/Makefile src/test/resources/input/ndc/Makefile src/test/resources/input/rolling/Makefile src/test/resources/input/xml/Makefile @@ -476,9 +475,6 @@ src/test/resources/witness/encoding/Makefile src/test/resources/witness/ndc/Makefile src/test/resources/witness/rolling/Makefile -src/performance/Makefile -src/performance/cpp/Makefile -src/performance/cpp/xml/Makefile src/examples/Makefile src/examples/cpp/Makefile ]) Modified: logging/log4cxx/trunk/src/test/resources/input/Makefile.am URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/test/resources/input/Makefile.am?rev=620192&r1=620191&r2=620192&view=diff ============================================================================== --- logging/log4cxx/trunk/src/test/resources/input/Makefile.am (original) +++ logging/log4cxx/trunk/src/test/resources/input/Makefile.am Sat Feb 9 12:32:38 2008 @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. # -SUBDIRS = ndc performance xml rolling +SUBDIRS = ndc xml rolling EXTRA_DIST = *.properties # if we are building in a separate build tree, then copy all necessary files