You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by pe...@apache.org on 2003/06/20 21:00:00 UTC

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

peiyongz    2003/06/20 12:00:00

  Modified:    c/src/xercesc/validators/DTD Makefile.in
  Log:
  Stateless Grammar Pool :: Part I
  
  Revision  Changes    Path
  1.4       +7 -2      xml-xerces/c/src/xercesc/validators/DTD/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/validators/DTD/Makefile.in,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Makefile.in	17 Sep 2002 21:24:31 -0000	1.3
  +++ Makefile.in	20 Jun 2003 19:00:00 -0000	1.4
  @@ -55,6 +55,9 @@
   #
   #
   # $Log$
  +# Revision 1.4  2003/06/20 19:00:00  peiyongz
  +# Stateless Grammar Pool :: Part I
  +#
   # Revision 1.3  2002/09/17 21:24:31  peiyongz
   # RPM for Xerces2.1.0, patch from Thomas Woerner (thomas@linux.de)
   #
  @@ -140,7 +143,8 @@
   	DTDGrammar.hpp \
   	DTDScanner.hpp \
   	DTDValidator.hpp \
  -	DocTypeHandler.hpp
  +	DocTypeHandler.hpp \
  +	XMLDTDDescriptionImpl.hpp
   
   VALIDATORS_DTD_CPP_PRIVHEADERS =
   
  @@ -152,7 +156,8 @@
   	DTDElementDecl.$(TO) \
   	DTDGrammar.$(TO) \
   	DTDScanner.$(TO) \
  -	DTDValidator.$(TO)
  +	DTDValidator.$(TO) \
  +	XMLDTDDescriptionImpl.$(TO)	
   
   all::	includes $(VALIDATORS_DTD_CPP_OBJECTS)
   
  
  
  

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