You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by je...@locus.apache.org on 2000/01/25 22:14:37 UTC

cvs commit: xml-xerces/java/src/org/apache/xerces/validators/datatype Makefile

jeffreyr    00/01/25 13:14:37

  Modified:    java/src/org/apache/xerces/validators/datatype Makefile
  Log:
  Added Time datatypes to makefile
  
  Revision  Changes    Path
  1.2       +2 -0      xml-xerces/java/src/org/apache/xerces/validators/datatype/Makefile
  
  Index: Makefile
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/validators/datatype/Makefile,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Makefile	1999/11/09 01:12:07	1.1
  +++ Makefile	2000/01/25 21:14:36	1.2
  @@ -22,6 +22,8 @@
   	InvalidDatatypeValueException.class\
   	RealValidator.class\
   	StringValidator.class\
  +        TimeDurationValidator.java \
  +        TimeInstantValidator.java \
   	UnknownFacetException.class
   
   all: dirs compile