Update of /cvsroot/eas-dev/ocmng/components/ocmng
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv6950/ocmng
Modified Files:
ETC01.xml component.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
Index: ETC01.xml
===================================================================
RCS file: /cvsroot/eas-dev/ocmng/components/ocmng/ETC01.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ETC01.xml 2 Jun 2006 14:44:46 -0000 1.1
+++ ETC01.xml 3 Nov 2006 16:32:02 -0000 1.2
@@ -17,6 +17,7 @@
<meta dictionary="ETC01" rules="appendOnly">
<extent name="component">Component data</extent>
+ <extent name="form">Interface form data</extent>
</meta>
</component>
Index: component.xml
===================================================================
RCS file: /cvsroot/eas-dev/ocmng/components/ocmng/component.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- component.xml 6 Jun 2006 13:30:55 -0000 1.3
+++ component.xml 3 Nov 2006 16:32:02 -0000 1.4
@@ -18,7 +18,7 @@
<dependence type="component">category.xml</dependence>
</requires>
- <meta dictionary="ETC01">
+ <meta dictionary="ETC01" rules="appendOnly">
<!-- mng_component -->
<attribute name="component_name"
|