From: Andrey C. <sku...@us...> - 2006-11-03 16:32:13
|
Update of /cvsroot/eas-dev/ocmng/ref1 In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv6950/ref1 Added Files: ALL.xml README _a1 okato.2 void.xml Log Message: Move all components to top level. Remove ocmng and xml2xmo sources. Add components: - dbconsole - form_menu, form_action and form_localization for menu generation - update form component for generation menu --- NEW FILE: ALL.xml --- <?xml version="1.0" encoding="koi8-r" ?> <component> <requires> <dependence type="component">ru/ALL.xml</dependence> <dependence type="component">ru_UDM/ALL.xml</dependence> <dependence type="component">void.xml</dependence> </requires> <files> <file name="README" type="text/text">Readme</file> </files> </component> --- NEW FILE: README --- (This appears to be a binary file; contents omitted.) --- NEW FILE: _a1 --- taxcode taxcause taxtype units unit2unit estate_type estate_form t_group commodity_word region document_type account_type investment_type employee_type appointment_type pasport_type bank nation citizen_type language lang_skill marital_stat relationship war_veteran military_duty military_rank vacation_type dismiss_type education_type cash_document_type equipment_type taxperiod territorial_type wordbase taxcode2 taxcode_gni taxcode_a taxcode_g taxcode_pg taxcode_pr taxcode_ek taxcode_b --- NEW FILE: okato.2 --- <?xml version="1.0" encoding="koi8-r" ?> <component> <name>okato</name> <category>goscomstatinfo</category> <version>1.0</version> <license>GNU/GPL</license> <created>2006-04-24</created> <modified>2006-05-29</modified> <author>Uri</author> <property name="policy">ru.Ru</property> <requires> <dependence type="component">void.xml</dependence> </requires> <files> </files> <meta dictionary="GBL01" rules="appendOnly"> <attribute name="code" type="string" lenType="alltrim" len="12" dec="0" mask="" defValue="*" notNull="false" notEmpty="false" /> <attribute name="name" type="string" lenType="alltrim" len="30" dec="0" mask="" defValue="" notNull="false" notEmpty="false" /> <attribute name="owner_id" type="ref" lenType="rtrim" len="12" dec="0" mask="" defValue="" notNull="false" notEmpty="false" /> <index name="code" expression="code"/> <index name="name" expression="name"/> <index name="owner_id" expression="owner_id"/> <class name="okato" logNeed="false" extent="goscomstatinfo" superClass="" essence="code+':'+name" uniqueKey="code" attributes="code,name,owner_id" indices="code,name,owner_id" findAttrs="code,name" /> <tcolumn name="code" width="12" header="ëÏÄ" footer="" expression="code" /> <tcolumn name="name" width="30" header="îÁÉÍÅÎÏ×ÁÎÉÅ" footer="" expression="name" /> <tcolumn name="okato" width="12" header="ïëáôï" footer="" expression="okato" /> <tview name="ëÏÄÙ ÔÅÒÒÉÔÏÒÉÊ" header="ëÏÄÙ ÔÅÒÒÉÔÏÒÉÊ" class="okato" columns="code,name" /> <tview name="ëÏÄÙ ÔÅÒÒÉÔÏÒÉÊ" header="ëÏÄÙ ÔÅÒÒÉÔÏÒÉÊ" class="okato" columns="code,name" /> </meta> <data> <objects depository="GBL0101" class="okato" rules="appendOnly"> </objects> </data> </component> --- NEW FILE: void.xml --- <?xml version="1.0" encoding="koi8-r" ?> <component> <name>refs1-void</name> <category>REFS/ru</category> <version>1.0</version> <description>Initial metadata for refs1</description> <license>GNU/GPL</license> <created>2006-04-24</created> <modified>2006-05-23</modified> <author>Uri</author> <requires> <dependence type="component">../CORE/GBL01.xml</dependence> </requires> <meta dictionary="GBL01" rules="appendOnly"> <attribute name="code" type="string" lenType="alltrim" len="12" dec="0" mask="" defValue="" notNull="false" notEmpty="false" /> <attribute name="unit" type="string" lenType="rtrim" len="7" dec="0" mask="" defValue="" notNull="false" notEmpty="false" /> <attribute name="name" type="string" lenType="alltrim" len="30" dec="0" mask="" defValue="" notNull="false" notEmpty="false" /> <attribute name="smallname" type="string" lenType="rtrim" len="50" dec="0" mask="" defValue="" notNull="false" notEmpty="false" /> <attribute name="owner_id" type="ref" lenType="rtrim" len="12" dec="0" /> <attribute name="fullname" type="string" lenType="rtrim" len="250" dec="0" mask="" defValue="" notNull="false" notEmpty="false" /> <index name="code" expression="code"/> <index name="unit" expression="unit"/> <index name="name" expression="name"/> <index name="smallname" expression="smallname"/> <index name="owner_id" expression="owner_id"/> <index name="fullname" expression="fullname"/> </meta> </component> |