Update of /cvsroot/eas-dev/eas-dev/components/econf
In directory sc8-pr-cvs1:/tmp/cvs-serv3491/components/econf
Modified Files:
descriptor.xml
Log Message:
liburl is now needed, ldap library needed; slightly improved build process;
econf source code initial submission (still very incomplete); minor changes to logger
initial submissions for bostorage; directory for programs
Index: descriptor.xml
===================================================================
RCS file: /cvsroot/eas-dev/eas-dev/components/econf/descriptor.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- descriptor.xml 8 Feb 2003 03:36:08 -0000 1.1
+++ descriptor.xml 9 Feb 2003 08:18:16 -0000 1.2
@@ -28,8 +28,8 @@
<type> com.sun.star.lang.XServiceInfo </type>
<type> com.sun.star.container.XHierarchicalNameAccess </type>
<type> org.openeas.configuration.XRegistry </type>
- <type> org.openeas.util.XRegistryStorage </type>
- <type> org.openeas.util.Key </type>
+ <type> org.openeas.configuration.XRegistryStorage </type>
+ <type> org.openeas.configuration.XLDAPRegistryStorage </type>
</component-description>
<project-build-dependency> cppuhelper </project-build-dependency>
<project-build-dependency> cppu </project-build-dependency>
|