You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ar...@locus.apache.org on 2000/01/12 21:10:39 UTC

cvs commit: xml-xerces/c/src/internal Makefile.in

aruna1      00/01/12 12:10:39

  Modified:    c/src/internal Makefile.in
  Log:
  Modified for new file and moved files
  
  Revision  Changes    Path
  1.4       +9 -6      xml-xerces/c/src/internal/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/internal/Makefile.in,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Makefile.in	1999/12/14 23:53:22	1.3
  +++ Makefile.in	2000/01/12 20:10:38	1.4
  @@ -55,6 +55,9 @@
   # 
   #
   # $Log: Makefile.in,v $
  +# Revision 1.4  2000/01/12 20:10:38  aruna1
  +# Modified for new file and moved files
  +#
   # Revision 1.3  1999/12/14 23:53:22  rahulj
   # Removed the offending Ctrl-M's from the commit message
   # logs which was giving packaging problems.
  @@ -97,10 +100,7 @@
   	CharTypeTables.hpp \
   	ElemStack.hpp \
   	EndOfEntityException.hpp \
  -	MemBufInputSource.hpp \
   	ReaderMgr.hpp \
  -	StdInInputSource.hpp \
  -	URLInputSource.hpp \
   	VecAttrListImpl.hpp \
   	XMLReader.hpp \
   	XMLScanner.hpp
  @@ -111,10 +111,7 @@
   
   INTERNAL_CPP_OBJECTS = \
   	ElemStack.o \
  -	MemBufInputSource.o \
   	ReaderMgr.o \
  -	StdInInputSource.o \
  -	URLInputSource.o \
   	VecAttrListImpl.o \
   	XMLReader.o \
   	XMLScanner.o \