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/11/19 22:59:00 UTC

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

peiyongz    01/11/19 13:59:00

  Modified:    c/src/util Makefile.in
  Log:
  Reorganization: Double/Float
  
  Revision  Changes    Path
  1.51      +5 -0      xml-xerces/c/src/util/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/util/Makefile.in,v
  retrieving revision 1.50
  retrieving revision 1.51
  diff -u -r1.50 -r1.51
  --- Makefile.in	2001/11/12 20:36:54	1.50
  +++ Makefile.in	2001/11/19 21:59:00	1.51
  @@ -55,6 +55,9 @@
   #
   #
   # $Log: Makefile.in,v $
  +# Revision 1.51  2001/11/19 21:59:00  peiyongz
  +# Reorganization: Double/Float
  +#
   # Revision 1.50  2001/11/12 20:36:54  peiyongz
   # SchemaDateTimeException defined
   #
  @@ -369,6 +372,7 @@
       XMLNumber.hpp \
       XMLBigDecimal.hpp \
       XMLBigInteger.hpp \
  +    XMLAbstractDoubleFloat.hpp \
       XMLDouble.hpp \
       XMLDateTime.hpp \
       XMLChTranscoder.hpp \
  @@ -438,6 +442,7 @@
       XMLNumber.$(TO) \
       XMLBigDecimal.$(TO) \
       XMLBigInteger.$(TO) \
  +    XMLAbstractDoubleFloat.$(TO) \
       XMLDouble.$(TO) \
       XMLDateTime.$(TO) \
       XMLChTranscoder.$(TO) \
  
  
  

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