You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by kn...@apache.org on 2001/11/02 15:25:06 UTC

cvs commit: xml-xerces/c/Projects/Win32/VC6/xerces-all/XercesLib XercesLib.dsp

knoaman     01/11/02 06:25:06

  Modified:    c/Projects/OS2/VACPP40 xerces_validators.icc
               c/Projects/Win32/VC6/xerces-all/XercesLib XercesLib.dsp
  Log:
  Add support for identity constraints.
  
  Revision  Changes    Path
  1.28      +14 -0     xml-xerces/c/Projects/OS2/VACPP40/xerces_validators.icc
  
  Index: xerces_validators.icc
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/Projects/OS2/VACPP40/xerces_validators.icc,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- xerces_validators.icc	2001/10/01 16:16:01	1.27
  +++ xerces_validators.icc	2001/11/02 14:25:05	1.28
  @@ -54,3 +54,17 @@
       BASE_DIR "\\src\\validators\\schema\\XercesElementWildCard.cpp",
       BASE_DIR "\\src\\validators\\schema\\XercesGroupInfo.cpp",
       BASE_DIR "\\src\\validators\\schema\\XUtil.cpp"
  +    BASE_DIR "\\src\\validators\\schema\\FieldActivator.cpp"
  +    BASE_DIR "\\src\\validators\\schema\\FieldValueMap.cpp"
  +    BASE_DIR "\\src\\validators\\schema\\IC_Field.cpp"
  +    BASE_DIR "\\src\\validators\\schema\\IC_Key.cpp"
  +    BASE_DIR "\\src\\validators\\schema\\IC_KeyRef.cpp"
  +    BASE_DIR "\\src\\validators\\schema\\IC_Selector.cpp"
  +    BASE_DIR "\\src\\validators\\schema\\IC_Unique.cpp"
  +    BASE_DIR "\\src\\validators\\schema\\IdentityConstraint.cpp"
  +    BASE_DIR "\\src\\validators\\schema\\ValueStore.cpp"
  +    BASE_DIR "\\src\\validators\\schema\\ValueStoreCache.cpp"
  +    BASE_DIR "\\src\\validators\\schema\\XercesXPath.cpp"
  +    BASE_DIR "\\src\\validators\\schema\\XPathMatcher.cpp"
  +    BASE_DIR "\\src\\validators\\schema\\XPathMatcherStack.cpp"
  +    BASE_DIR "\\src\\validators\\schema\\XPathSymbols.cpp"
  
  
  
  1.93      +120 -0    xml-xerces/c/Projects/Win32/VC6/xerces-all/XercesLib/XercesLib.dsp
  
  Index: XercesLib.dsp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/Projects/Win32/VC6/xerces-all/XercesLib/XercesLib.dsp,v
  retrieving revision 1.92
  retrieving revision 1.93
  diff -u -r1.92 -r1.93
  --- XercesLib.dsp	2001/10/25 16:47:00	1.92
  +++ XercesLib.dsp	2001/11/02 14:25:06	1.93
  @@ -1997,6 +1997,126 @@
   # Begin Group "schema"
   
   # PROP Default_Filter "*.cpp, *.hpp"
  +# Begin Group "identity"
  +
  +# PROP Default_Filter "*.cpp, *.hpp"
  +# Begin Source File
  +
  +SOURCE=..\..\..\..\..\src\validators\schema\identity\FieldActivator.cpp
  +# End Source File
  +# Begin Source File
  +
  +SOURCE=..\..\..\..\..\src\validators\schema\identity\FieldActivator.hpp
  +# End Source File
  +# Begin Source File
  +
  +SOURCE=..\..\..\..\..\src\validators\schema\identity\FieldValueMap.cpp
  +# End Source File
  +# Begin Source File
  +
  +SOURCE=..\..\..\..\..\src\validators\schema\identity\FieldValueMap.hpp
  +# End Source File
  +# Begin Source File
  +
  +SOURCE=..\..\..\..\..\src\validators\schema\identity\IC_Field.cpp
  +# End Source File
  +# Begin Source File
  +
  +SOURCE=..\..\..\..\..\src\validators\schema\identity\IC_Field.hpp
  +# End Source File
  +# Begin Source File
  +
  +SOURCE=..\..\..\..\..\src\validators\schema\identity\IC_Key.cpp
  +# End Source File
  +# Begin Source File
  +
  +SOURCE=..\..\..\..\..\src\validators\schema\identity\IC_Key.hpp
  +# End Source File
  +# Begin Source File
  +
  +SOURCE=..\..\..\..\..\src\validators\schema\identity\IC_KeyRef.cpp
  +# End Source File
  +# Begin Source File
  +
  +SOURCE=..\..\..\..\..\src\validators\schema\identity\IC_KeyRef.hpp
  +# End Source File
  +# Begin Source File
  +
  +SOURCE=..\..\..\..\..\src\validators\schema\identity\IC_Selector.cpp
  +# End Source File
  +# Begin Source File
  +
  +SOURCE=..\..\..\..\..\src\validators\schema\identity\IC_Selector.hpp
  +# End Source File
  +# Begin Source File
  +
  +SOURCE=..\..\..\..\..\src\validators\schema\identity\IC_Unique.cpp
  +# End Source File
  +# Begin Source File
  +
  +SOURCE=..\..\..\..\..\src\validators\schema\identity\IC_Unique.hpp
  +# End Source File
  +# Begin Source File
  +
  +SOURCE=..\..\..\..\..\src\validators\schema\identity\IdentityConstraint.cpp
  +# End Source File
  +# Begin Source File
  +
  +SOURCE=..\..\..\..\..\src\validators\schema\identity\IdentityConstraint.hpp
  +# End Source File
  +# Begin Source File
  +
  +SOURCE=..\..\..\..\..\src\validators\schema\identity\ValueStore.cpp
  +# End Source File
  +# Begin Source File
  +
  +SOURCE=..\..\..\..\..\src\validators\schema\identity\ValueStore.hpp
  +# End Source File
  +# Begin Source File
  +
  +SOURCE=..\..\..\..\..\src\validators\schema\identity\ValueStoreCache.cpp
  +# End Source File
  +# Begin Source File
  +
  +SOURCE=..\..\..\..\..\src\validators\schema\identity\ValueStoreCache.hpp
  +# End Source File
  +# Begin Source File
  +
  +SOURCE=..\..\..\..\..\src\validators\schema\identity\XercesXPath.cpp
  +# End Source File
  +# Begin Source File
  +
  +SOURCE=..\..\..\..\..\src\validators\schema\identity\XercesXPath.hpp
  +# End Source File
  +# Begin Source File
  +
  +SOURCE=..\..\..\..\..\src\validators\schema\identity\XPathException.hpp
  +# End Source File
  +# Begin Source File
  +
  +SOURCE=..\..\..\..\..\src\validators\schema\identity\XPathMatcher.cpp
  +# End Source File
  +# Begin Source File
  +
  +SOURCE=..\..\..\..\..\src\validators\schema\identity\XPathMatcher.hpp
  +# End Source File
  +# Begin Source File
  +
  +SOURCE=..\..\..\..\..\src\validators\schema\identity\XPathMatcherStack.cpp
  +# End Source File
  +# Begin Source File
  +
  +SOURCE=..\..\..\..\..\src\validators\schema\identity\XPathMatcherStack.hpp
  +# End Source File
  +# Begin Source File
  +
  +SOURCE=..\..\..\..\..\src\validators\schema\identity\XPathSymbols.cpp
  +# End Source File
  +# Begin Source File
  +
  +SOURCE=..\..\..\..\..\src\validators\schema\identity\XPathSymbols.hpp
  +# End Source File
  +# End Group
   # Begin Source File
   
   SOURCE=..\..\..\..\..\src\validators\schema\ComplexTypeInfo.cpp
  
  
  

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