Update of /cvsroot/eas-dev/ocmng/components/ocmng
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv23450/components/ocmng
Modified Files:
author.xml component.xml vendor.xml
Added Files:
EAS.xml Makefile
Log Message:
Set components for successful E/AS work
--- NEW FILE: EAS.xml ---
<?xml version="1.0" encoding="koi8-r" ?>
<component>
<requires>
<dependence type="component">forms/form.xml</dependence>
<dependence type="component">security/auth.xml</dependence>
</requires>
</component>
--- NEW FILE: Makefile ---
ifdef CLIPROOT
include $(CLIPROOT)/include/Makefile.inc
endif
CLIP = $(CLIPROOT)/bin/clip
CLIPFLAGS = -alwO
PO = forms/form.po \
security/auth.po
.PHONY: all clean
all: $(PO)
clean:
rm -f $(PO)
.prg.po:
$(CLIP) $(CLIPFLAGS) -p $<
forms/form.po: forms/form.prg
$(CLIP) $(CLIPFLAGS) -p forms/form.prg
security/auth.po: security/auth.prg
$(CLIP) $(CLIPFLAGS) -p security/auth.prg
Index: author.xml
===================================================================
RCS file: /cvsroot/eas-dev/ocmng/components/ocmng/author.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- author.xml 2 Jun 2006 14:44:46 -0000 1.1
+++ author.xml 5 Jun 2006 12:23:09 -0000 1.2
@@ -8,7 +8,7 @@
<description>Class author for component manager</description>
<license>GNU/GPL</license>
<created>2006-04-24</created>
- <modified>2006-05-23</modified>
+ <modified>2006-06-04</modified>
<author>Uri</author>
<requires>
@@ -51,7 +51,7 @@
<object>
<attr name="code">Skull</attr>
<attr name="author_name">Andrew Cherepanoff (áÎÄÒÅÊ þÅÒÅÐÁÎÏ×) </attr>
- <attr name="email">sib...@ma...</attr>
+ <attr name="email">sk...@ea...</attr>
<attr name="www">http://eas.lrn.ru</attr>
<attr name="mng_vendor" refto="ETC0101:mng_vendor">EAS</attr>
</object>
Index: component.xml
===================================================================
RCS file: /cvsroot/eas-dev/ocmng/components/ocmng/component.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- component.xml 2 Jun 2006 14:44:46 -0000 1.1
+++ component.xml 5 Jun 2006 12:23:09 -0000 1.2
@@ -8,8 +8,9 @@
<description>MAIN component for component management</description>
<license>GNU/GPL</license>
<created>2006-04-24</created>
- <modified>2006-05-23</modified>
+ <modified>2006-06-04</modified>
<author>Uri</author>
+ <author>Skull</author>
<requires>
<dependence type="component">void.xml</dependence>
@@ -25,7 +26,6 @@
<attribute name="dependence" type="array" lenType="ignore" />
<attribute name="definition" type="text" lenType="alltrim" />
<attribute name="installed" type="array" lenType="ignore" />
- <attribute name="enabled" type="logical" lenType="ignore" />
<attribute name="mng_author"
type="ref"
@@ -44,13 +44,14 @@
attributes="component_name,version,mng_category,
mng_author, license, created, modified,
description,documentation,
- dependence,installed,enabled,
+ dependence,installed,
component_body"
indices="component_name"
mainIdx="component_name"
findAttrs="component_name"
/>
+
</meta>
</component>
Index: vendor.xml
===================================================================
RCS file: /cvsroot/eas-dev/ocmng/components/ocmng/vendor.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- vendor.xml 2 Jun 2006 14:44:46 -0000 1.1
+++ vendor.xml 5 Jun 2006 12:23:09 -0000 1.2
@@ -8,7 +8,7 @@
<description>Class vendor for component manager</description>
<license>GNU/GPL</license>
<created>2006-04-24</created>
- <modified>2006-05-23</modified>
+ <modified>2006-06-04</modified>
<author>Uri</author>
<requires>
@@ -37,14 +37,14 @@
<objects depository="ETC0101" class="mng_vendor" rules="appendOnly">
<object>
<attr name="code">ITK</attr>
- <attr name="vendor_name">ITK ltd. (ïïï éôë)</attr>
+ <attr name="vendor_name">ITK Ltd. (ïïï éôë)</attr>
<attr name="email">ur...@it...</attr>
<attr name="www">http://www.itk.ru</attr>
</object>
<object>
<attr name="code">EAS</attr>
- <attr name="vendor_name">EAS team</attr>
- <attr name="email">sib...@ma...</attr>
+ <attr name="vendor_name">E/AS Software Foundation</attr>
+ <attr name="email">sk...@ea...</attr>
<attr name="www">http://eas.lrn.ru</attr>
</object>
</objects>
|