From: Andrey C. <sku...@us...> - 2006-06-06 13:31:03
|
Update of /cvsroot/eas-dev/ocmng/components/ocmng In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv3634/components/ocmng Modified Files: author.xml category.xml component.xml Log Message: Fix "form" component, small fixes in ocmng Index: author.xml =================================================================== RCS file: /cvsroot/eas-dev/ocmng/components/ocmng/author.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- author.xml 5 Jun 2006 12:23:09 -0000 1.2 +++ author.xml 6 Jun 2006 13:30:55 -0000 1.3 @@ -40,7 +40,7 @@ <data> - <objects depository="ETC0101" class="mng_author" rules="appendOnly"> + <objects depository="ETC0101" class="mng_author" rules="appendOnly"> <object> <attr name="code">Uri</attr> <attr name="author_name">Uri Khnykin (àÒÉÊ èÎÙËÉÎ) </attr> Index: category.xml =================================================================== RCS file: /cvsroot/eas-dev/ocmng/components/ocmng/category.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- category.xml 2 Jun 2006 14:44:46 -0000 1.1 +++ category.xml 6 Jun 2006 13:30:55 -0000 1.2 @@ -15,7 +15,7 @@ <dependence type="component">void.xml</dependence> </requires> - <meta dictionary="ETC01" rules="appendOnly"> + <meta dictionary="ETC01" rules="appendOnly"> <attribute name="category_name" type="string" lenType="alltrim" Index: component.xml =================================================================== RCS file: /cvsroot/eas-dev/ocmng/components/ocmng/component.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- component.xml 5 Jun 2006 12:23:09 -0000 1.2 +++ component.xml 6 Jun 2006 13:30:55 -0000 1.3 @@ -21,7 +21,13 @@ <meta dictionary="ETC01"> <!-- mng_component --> - <attribute name="component_name" type="string" len="50" lenType="rtrim" notNull="yes" notEmpty="yes" /> + <attribute name="component_name" + type="string" + lenType="rtrim" + len="50" + notNull="yes" + notEmpty="yes" + /> <attribute name="documentation" type="text" lenType="alltrim" /> <attribute name="dependence" type="array" lenType="ignore" /> <attribute name="definition" type="text" lenType="alltrim" /> |