From: Yurii R. <yr...@us...> - 2003-02-08 03:36:11
|
Update of /cvsroot/eas-dev/eas-dev/components/econf In directory sc8-pr-cvs1:/tmp/cvs-serv10785/econf Added Files: .cvsignore Makefile.am descriptor.xml Log Message: prototyping `econf' component; minor additions to `logger' --- NEW FILE: .cvsignore --- bin Makefile Makefile.in --- NEW FILE: Makefile.am --- IDL_FILES = org/openeas/configuration/XRegistryStorage.idl org/openeas/configuration/XLDAPRegistryStorage.idl \ org/openeas/configuration/XRegistry.idl \ org/openeas/configuration/Configuration.idl SRC_FILES = COMPONENT = econf @INCLUDE@ $(top_srcdir)/mk/component.mk --- NEW FILE: descriptor.xml --- <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> <module-description xmlns:xlink="http://www.w3.org/1999/xlink"> <module-name>log</module-name> <component-description> <author> Yurii A. Rashkovskii </author> <name> org.openeas.configuration.Configuration </name> <description> Standard pluggable configuration library </description> <loader-name> com.sun.star.loader.SharedLibrary </loader-name> <language> c++ </language> <status value="under_construction"/> <supported-service> org.openeas.configuration.Configuration </supported-service> <type> com.sun.star.lang.XSingleServiceFactory </type> <type> com.sun.star.lang.XMultiComponentFactory </type> <type> com.sun.star.lang.XSingleComponentFactory </type> <type> com.sun.star.uno.XNamingService </type> <type> com.sun.star.uno.XWeak </type> <type> com.sun.star.lang.XMain </type> <type> com.sun.star.uno.XAggregation </type> <type> com.sun.star.lang.XMultiServiceFactory </type> <type> com.sun.star.lang.XTypeProvider </type> <type> com.sun.star.registry.XSimpleRegistry </type> <type> com.sun.star.loader.XImplementationLoader </type> <type> com.sun.star.registry.XImplementationRegistration </type> <type> com.sun.star.lang.XComponent </type> <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> </component-description> <project-build-dependency> cppuhelper </project-build-dependency> <project-build-dependency> cppu </project-build-dependency> <project-build-dependency> sal </project-build-dependency> <runtime-module-dependency> cppuhelper$(UDK_MAJOR)$(COM) </runtime-module-dependency> <runtime-module-dependency> salhelper$(UDK_MAJOR)$(COM) </runtime-module-dependency> <runtime-module-dependency> cppu$(UDK_MAJOR) </runtime-module-dependency> <runtime-module-dependency> reg$(UDK_MAJOR) </runtime-module-dependency> <runtime-module-dependency> store$(UDK_MAJOR) </runtime-module-dependency> <runtime-module-dependency> sal$(UDK_MAJOR) </runtime-module-dependency> </module-description> |