dbertoni    01/12/03 12:15:10

  Modified:    c/Tests/Conf conf.cpp
  Log:
  Fixed include directives.
  
  Revision  Changes    Path
  1.12      +4 -4      xml-xalan/c/Tests/Conf/conf.cpp
  
  Index: conf.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/Tests/Conf/conf.cpp,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- conf.cpp  2001/11/30 17:46:17     1.11
  +++ conf.cpp  2001/12/03 20:15:10     1.12
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  + * Copyright (c) 1999-2001 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -81,9 +81,9 @@
   #include <XalanTransformer/XercesDOMWrapperParsedSource.hpp>
   
   // HARNESS HEADERS...
  -#include <XMLFileReporter.hpp>
  -#include <FileUtility.hpp>
  -#include <HarnessInit.hpp>
  +#include <Harness/XMLFileReporter.hpp>
  +#include <Harness/FileUtility.hpp>
  +#include <Harness/HarnessInit.hpp>
   
   #if defined(XALAN_NO_NAMESPACES)
        typedef map<XalanDOMString, XalanDOMString, less<XalanDOMString> >      
Hashtable;
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to