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 2001/07/04 17:22:56 UTC

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

peiyongz    01/07/04 08:22:56

  Modified:    c/src/validators/datatype Makefile.in
  Log:
  IDDatatypeValidator
  
  Revision  Changes    Path
  1.8       +7 -2      xml-xerces/c/src/validators/datatype/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/validators/datatype/Makefile.in,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- Makefile.in	2001/06/27 17:09:52	1.7
  +++ Makefile.in	2001/07/04 15:22:55	1.8
  @@ -55,6 +55,9 @@
   #
   #
   # $Log: Makefile.in,v $
  +# Revision 1.8  2001/07/04 15:22:55  peiyongz
  +# IDDatatypeValidator
  +#
   # Revision 1.7  2001/06/27 17:09:52  tng
   # [Bug 1147] Headers install in wrong directory.  By Murray Cumming.
   #
  @@ -108,7 +111,8 @@
   	BooleanDatatypeValidator.hpp \
   	DecimalDatatypeValidator.hpp \
   	HexBinaryDatatypeValidator.hpp \
  -	StringDatatypeValidator.hpp
  +	StringDatatypeValidator.hpp \
  +	IDDatatypeValidator.hpp
   
   VALIDATORS_DATATYPE_CPP_PRIVHEADERS =
   
  @@ -121,7 +125,8 @@
   	BooleanDatatypeValidator.$(TO) \
   	DecimalDatatypeValidator.$(TO) \
   	HexBinaryDatatypeValidator.$(TO) \
  -	StringDatatypeValidator.$(TO)
  +	StringDatatypeValidator.$(TO) \
  +	IDDatatypeValidator.$(TO)
   
   
   all::	includes $(VALIDATORS_DATATYPE_CPP_OBJECTS)
  
  
  

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