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 2002/05/21 21:26:51 UTC

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

tng         02/05/21 12:26:50

  Modified:    c/src/xercesc/parsers Makefile.in
  Log:
  DOM Reorganization: move DOMParser to another folder and rename IDOMParser to XercesDOMParser.
  
  Revision  Changes    Path
  1.2       +3 -5      xml-xerces/c/src/xercesc/parsers/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/parsers/Makefile.in,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Makefile.in	1 Feb 2002 22:22:06 -0000	1.1
  +++ Makefile.in	21 May 2002 19:26:50 -0000	1.2
  @@ -54,7 +54,7 @@
   # <http://www.apache.org/>.
   #
   #
  -# $Id: Makefile.in,v 1.1 2002/02/01 22:22:06 peiyongz Exp $
  +# $Id: Makefile.in,v 1.2 2002/05/21 19:26:50 tng Exp $
   #
   
   PLATFORM = @platform@
  @@ -77,8 +77,7 @@
   MODULE = parsers
   
   PARSERS_CPP_PUBHEADERS = \
  -	DOMParser.hpp \
  -	IDOMParser.hpp \
  +	XercesDOMParser.hpp \
   	SAXParser.hpp \
   	SAX2XMLReaderImpl.hpp
   
  @@ -87,8 +86,7 @@
   PARSERS_C_FILES =
   
   PARSERS_CPP_OBJECTS = \
  -	DOMParser.$(TO) \
  -	IDOMParser.$(TO) \
  +	XercesDOMParser.$(TO) \
   	SAXParser.$(TO) \
   	SAX2XMLReaderImpl.$(TO)
   
  
  
  

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