You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by tn...@apache.org on 2001/06/05 17:25:27 UTC

cvs commit: xml-xerces/c/tests/IDom/ITraversal Makefile.in

tng         01/06/05 08:25:27

  Modified:    c/tests  Makefile.in configure configure.in
               c/tests/IDom/IRangeTest Makefile.in
               c/tests/IDom/ITraversal Makefile.in
  Log:
  Folder Name should be IDom.
  
  Revision  Changes    Path
  1.11      +3 -3      xml-xerces/c/tests/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/tests/Makefile.in,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- Makefile.in	2001/06/04 20:11:54	1.10
  +++ Makefile.in	2001/06/05 15:25:26	1.11
  @@ -54,19 +54,19 @@
   # <http://www.apache.org/>.
   #
   #
  -# $Id: Makefile.in,v 1.10 2001/06/04 20:11:54 tng Exp $
  +# $Id: Makefile.in,v 1.11 2001/06/05 15:25:26 tng Exp $
   #
   
   DOMIDTest_DIR=DOM/DOMIDTest
   DOMMemTest_DIR=DOM/DOMMemTest
   DOMTest_DIR=DOM/DOMTest
   Traversal_DIR=DOM/Traversal
  -ITraversal_DIR=IDOM/ITraversal
  +ITraversal_DIR=IDom/ITraversal
   ThreadTest_DIR=ThreadTest
   IThreadTest_DIR=IThreadTest
   EncodingTest_DIR=EncodingTest
   DOMRange_DIR=DOM/RangeTest
  -IDOMRange_DIR=IDOM/IRangeTest
  +IDOMRange_DIR=IDom/IRangeTest
   
   LIB_DIR=${XERCESCROOT}/lib
   
  
  
  
  1.9       +7 -7      xml-xerces/c/tests/configure
  
  Index: configure
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/tests/configure,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- configure	2001/06/04 20:11:54	1.8
  +++ configure	2001/06/05 15:25:26	1.9
  @@ -1,7 +1,7 @@
   #! /bin/sh
   
   # Guess values for system-dependent variables and create Makefiles.
  -# Generated automatically using autoconf version 2.13
  +# Generated automatically using autoconf version 2.13 
   # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
   #
   # This configure script is free software; the Free Software Foundation
  @@ -1260,7 +1260,7 @@
     cat >> confdefs.h <<EOF
   #define $ac_tr_hdr 1
   EOF
  -
  + 
   else
     echo "$ac_t""no" 1>&6
   fi
  @@ -1451,10 +1451,10 @@
   DOM/DOMIDTest/Makefile \
   DOM/DOMMemTest/Makefile \
   DOM/Traversal/Makefile \
  -IDOM/ITraversal/Makefile \
  +IDom/ITraversal/Makefile \
   EncodingTest/Makefile \
   DOM/RangeTest/Makefile \
  -IDOM/IRangeTest/Makefile \
  +IDom/IRangeTest/Makefile \
   ThreadTest/Makefile \
   IThreadTest/Makefile" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
   EOF
  @@ -1553,11 +1553,11 @@
   DOM/DOMIDTest/Makefile \
   DOM/DOMMemTest/Makefile \
   DOM/Traversal/Makefile \
  -IDOM/ITraversal/Makefile \
  +IDom/ITraversal/Makefile \
   EncodingTest/Makefile \
   DOM/RangeTest/Makefile \
  -IDOM/IRangeTest/Makefile \
  -ThreadTest/Makefile" \
  +IDom/IRangeTest/Makefile \
  +ThreadTest/Makefile \
   IThreadTest/Makefile"}
   EOF
   cat >> $CONFIG_STATUS <<\EOF
  
  
  
  1.13      +3 -3      xml-xerces/c/tests/configure.in
  
  Index: configure.in
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/tests/configure.in,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- configure.in	2001/06/04 20:11:54	1.12
  +++ configure.in	2001/06/05 15:25:26	1.13
  @@ -1,4 +1,4 @@
  -# $Id: configure.in,v 1.12 2001/06/04 20:11:54 tng Exp $
  +# $Id: configure.in,v 1.13 2001/06/05 15:25:26 tng Exp $
   #
   #
   
  @@ -73,10 +73,10 @@
   DOM/DOMIDTest/Makefile \
   DOM/DOMMemTest/Makefile \
   DOM/Traversal/Makefile \
  -IDOM/ITraversal/Makefile \
  +IDom/ITraversal/Makefile \
   EncodingTest/Makefile \
   DOM/RangeTest/Makefile \
  -IDOM/IRangeTest/Makefile \
  +IDom/IRangeTest/Makefile \
   ThreadTest/Makefile \
   IThreadTest/Makefile])
   
  
  
  
  1.2       +2 -2      xml-xerces/c/tests/IDom/IRangeTest/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/tests/IDom/IRangeTest/Makefile.in,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Makefile.in	2001/06/04 14:55:43	1.1
  +++ Makefile.in	2001/06/05 15:25:27	1.2
  @@ -54,7 +54,7 @@
   # <http://www.apache.org/>.
   #
   #
  -# $Id: Makefile.in,v 1.1 2001/06/04 14:55:43 tng Exp $
  +# $Id: Makefile.in,v 1.2 2001/06/05 15:25:27 tng Exp $
   #
   #
   
  @@ -81,7 +81,7 @@
   include ../../Makefile.incl
   
   APP_NAME=IRangeTest
  -APP_DIR=DOM/IRangeTest
  +APP_DIR=IDom/IRangeTest
   
   OUTDIR= ${XERCESCROOT}/tests/${APP_DIR}
   EXEC=	${XERCESCROOT}/bin
  
  
  
  1.2       +2 -2      xml-xerces/c/tests/IDom/ITraversal/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/tests/IDom/ITraversal/Makefile.in,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Makefile.in	2001/06/04 20:11:55	1.1
  +++ Makefile.in	2001/06/05 15:25:27	1.2
  @@ -54,7 +54,7 @@
   # <http://www.apache.org/>.
   #
   #
  -# $Id: Makefile.in,v 1.1 2001/06/04 20:11:55 tng Exp $
  +# $Id: Makefile.in,v 1.2 2001/06/05 15:25:27 tng Exp $
   #
   #
   
  @@ -81,7 +81,7 @@
   include ../../Makefile.incl
   
   APP_NAME=ITraversal
  -APP_DIR=IDOM/ITraversal
  +APP_DIR=IDom/ITraversal
   
   OUTDIR= ${XERCESCROOT}/tests/${APP_DIR}
   EXEC=	${XERCESCROOT}/bin
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org