From 4314c3760dceb8519418deef57fda93fc039ebe1 Mon Sep 17 00:00:00 2001 From: PeiYong Zhang <peiyongz@apache.org> Date: Thu, 11 Dec 2003 21:57:26 +0000 Subject: [PATCH] XMLCanRepGroup git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175542 13f79535-47bb-0310-9956-ffa450edef68 --- src/xercesc/validators/datatype/Makefile.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/xercesc/validators/datatype/Makefile.in b/src/xercesc/validators/datatype/Makefile.in index 1f13e7878..825feaffa 100644 --- a/src/xercesc/validators/datatype/Makefile.in +++ b/src/xercesc/validators/datatype/Makefile.in @@ -55,6 +55,9 @@ # # # $Log$ +# Revision 1.4 2003/12/11 21:57:26 peiyongz +# XMLCanRepGroup +# # Revision 1.3 2002/09/17 21:24:25 peiyongz # RPM for Xerces2.1.0, patch from Thomas Woerner (thomas@linux.de) # @@ -192,6 +195,7 @@ VALIDATORS_DATATYPE_CPP_PUBHEADERS = \ MonthDayDatatypeValidator.hpp \ YearDatatypeValidator.hpp \ YearMonthDatatypeValidator.hpp \ + XMLCanRepGroup.hpp \ DurationDatatypeValidator.hpp VALIDATORS_DATATYPE_CPP_PRIVHEADERS = @@ -231,6 +235,7 @@ VALIDATORS_DATATYPE_CPP_OBJECTS = \ MonthDayDatatypeValidator.$(TO) \ YearDatatypeValidator.$(TO) \ YearMonthDatatypeValidator.$(TO) \ + XMLCanRepGroup.$(TO) \ DurationDatatypeValidator.$(TO) all:: includes $(VALIDATORS_DATATYPE_CPP_OBJECTS) -- GitLab