From: Andrey C. <sku...@us...> - 2006-11-03 16:32:10
|
Update of /cvsroot/eas-dev/ocmng/CORE In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv6950/CORE Added Files: ACC00.xml ACC01.xml ALL.xml ETC01.xml GBL01.xml GBL02.xml VERSIONS.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: ACC00.xml --- <?xml version="1.0" encoding="koi8-r" ?> <component> <name>ACC00</name> <category>CORE/DB</category> <version>1.0</version> <description>ACC00 dictionary</description> <license>GNU/GPL</license> <created>2006-05-19</created> <modified>2006-05-23</modified> <author>Uri</author> <requires> <dependence type="component">VERSIONS.xml</dependence> </requires> <dictionary rules="appendOnly"> <id>ACC00</id> <name>Constable account data</name> <type>$CODBTYPE$</type> <path>$CODBROOT$</path> </dictionary> <meta dictionary="ACC00" rules="appendOnly"> <depository name="Office1" memoSize="32" /> </meta> </component> --- NEW FILE: ACC01.xml --- <?xml version="1.0" encoding="koi8-r" ?> <component> <name>ACC01</name> <category>CORE/DB</category> <version>1.0</version> <description>ACC01 dictionary</description> <license>GNU/GPL</license> <created>2006-05-19</created> <modified>2006-05-23</modified> <author>Uri</author> <requires> <dependence type="component">VERSIONS.xml</dependence> </requires> <dictionary rules="appendOnly"> <id>ACC01</id> <name>Accounting work data</name> <type>$CODBTYPE$</type> <path>$CODBROOT$</path> </dictionary> <meta dictionary="ACC01" rules="appendOnly"> <depository name="Office1" memoSize="32" /> </meta> </component> --- NEW FILE: ALL.xml --- <?xml version="1.0" encoding="koi8-r" ?> <component> <requires> <dependence type="component">ETC01.xml</dependence> <dependence type="component">GBL01.xml</dependence> <dependence type="component">GBL02.xml</dependence> <dependence type="component">ACC00.xml</dependence> <dependence type="component">ACC01.xml</dependence> </requires> </component> --- NEW FILE: ETC01.xml --- <?xml version="1.0" encoding="koi8-r" ?> <component> <name>ETC01</name> <category>CORE/DB</category> <version>1.0</version> <description>ETC01 dictionary</description> <license>GNU/GPL</license> <created>2006-05-19</created> <modified>2006-05-23</modified> <author>Uri</author> <requires> <dependence type="component">VERSIONS.xml</dependence> </requires> <dictionary rules="appendOnly"> <id>ETC01</id> <name>settings data</name> <type>$CODBTYPE$</type> <path>$CODBROOT$</path> </dictionary> <meta dictionary="ETC01" rules="appendOnly"> <depository name="aquarum" memoSize="32" /> <extent name="component">Component data</extent> </meta> </component> --- NEW FILE: GBL01.xml --- <?xml version="1.0" encoding="koi8-r" ?> <component> <name>GBL01</name> <category>CORE/DB</category> <version>1.0</version> <description>GBL01 dictionary</description> <license>GNU/GPL</license> <created>2006-05-19</created> <modified>2006-05-23</modified> <author>Uri</author> <requires> <dependence type="component">VERSIONS.xml</dependence> </requires> <dictionary rules="appendOnly"> <id>GBL01</id> <name>Global information</name> <type>$CODBTYPE$</type> <path>$CODBROOT$</path> </dictionary> <meta dictionary="GBL01" rules="appendOnly"> <depository name="Russia" memoSize="32" /> </meta> </component> --- NEW FILE: GBL02.xml --- <?xml version="1.0" encoding="koi8-r" ?> <component> <name>GBL02</name> <category>CORE/DB</category> <version>1.0</version> <description>GBL02 dictionary</description> <license>GNU/GPL</license> <created>2006-05-19</created> <modified>2006-05-23</modified> <author>Uri</author> <requires> <dependence type="component">VERSIONS.xml</dependence> </requires> <dictionary rules="appendOnly"> <id>GBL02</id> <name>Global enterprise information</name> <type>$CODBTYPE$</type> <path>$CODBROOT$</path> </dictionary> <meta dictionary="GBL02" rules="appendOnly"> <depository name="Russia" memoSize="32" /> </meta> </component> --- NEW FILE: VERSIONS.xml --- <?xml version="1.0" encoding="koi8-r" ?> <component> <name>VERSIONS</name> <category>CORE</category> <version>1.0</version> <description>CLIP and CODB versions</description> <license>GNU/GPL</license> <created>2006-04-24</created> <modified>2006-04-24</modified> <requires> <dependence type="clipversion">CLIP:1.1.16</dependence> <dependence type="codbversion">0.7.0</dependence> </requires> </component> |