From: Daniel C. \(kzu\) <dca...@us...> - 2005-01-09 20:20:23
|
Update of /cvsroot/mvp-xml/Design/v1/src/CustomTools In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30050/v1/src/CustomTools Modified Files: XmlValidate.cs Log Message: Enabled the Mvp.Xml.XsdInfer custom tool to infer a schema automatically from a class model. Updated the XGen custom tool so that it shows a class picker when multiple classes exist in a file, to determine the roots of deserialization processors. Updated description of the XmlValidate description. Index: XmlValidate.cs =================================================================== RCS file: /cvsroot/mvp-xml/Design/v1/src/CustomTools/XmlValidate.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- XmlValidate.cs 3 Jan 2005 17:51:37 -0000 1.1 +++ XmlValidate.cs 9 Jan 2005 20:20:15 -0000 1.2 @@ -37,7 +37,7 @@ /// </para> /// </remarks> [Guid("E14D5AEF-9DAA-420f-8927-47A3B5682069")] - [CustomTool("Mvp.Xml.Validate", "MVP XML Document Validation Tool", false)] + [CustomTool("Mvp.Xml.Validate", "Mvp.Xml Project Document Validation Tool", false)] [ComVisible(true)] [VersionSupport("7.1")] [VersionSupport("7.0")] |