1<?xml version="1.0" encoding="UTF-8"?> 2<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> 3<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> 4 5 <module-name> 6 ucpdav 7 </module-name> 8 9 <component-description> 10 <author> 11 Kai Sommerfeld 12 </author> 13 <name> 14 com.sun.star.comp.ucb.WebDAVContentProvider 15 </name> 16 <description> 17 This component implements a Content Provider for the Universal 18 Content Broker. It provides access to contents stored on an HTTP/WebDAV 19 server. 20 </description> 21 <loader-name> 22 com.sun.star.loader.SharedLibrary 23 </loader-name> 24 <language> 25 c++ 26 </language> 27 <status value="final"/> 28 <supported-service> 29 com.sun.star.ucb.WebDAVContentProvider 30 </supported-service> 31 </component-description> 32 33 <project-build-dependency> external </project-build-dependency> 34 <project-build-dependency> sal </project-build-dependency> 35 <project-build-dependency> cppu </project-build-dependency> 36 <project-build-dependency> cppuhelper </project-build-dependency> 37 <project-build-dependency> ucbhelper </project-build-dependency> 38 39 <runtime-module-dependency> sal3 </runtime-module-dependency> 40 <runtime-module-dependency> cppu3 </runtime-module-dependency> 41 <runtime-module-dependency> cppuhelper3$(COM) </runtime-module-dependency> 42 <runtime-module-dependency> ucbhelper4$(COM) </runtime-module-dependency> 43 44 <type> com.sun.star.beans.PropertyAttribute </type> 45 <type> com.sun.star.beans.PropertyValue </type> 46 <type> com.sun.star.beans.XPropertiesChangeNotifier </type> 47 <type> com.sun.star.beans.XPropertyAccess </type> 48 <type> com.sun.star.beans.XPropertyContainer </type> 49 <type> com.sun.star.beans.XPropertySetInfoChangeNotifier </type> 50 <type> com.sun.star.container.XChild </type> 51 <type> com.sun.star.io.XActiveDataSink </type> 52 <type> com.sun.star.io.XInputStream </type> 53 <type> com.sun.star.io.XOutputStream </type> 54 <type> com.sun.star.io.XSeekable </type> 55 <type> com.sun.star.lang.IllegalAccessException </type> 56 <type> com.sun.star.lang.XComponent </type> 57 <type> com.sun.star.lang.XMultiServiceFactory </type> 58 <type> com.sun.star.lang.XServiceInfo </type> 59 <type> com.sun.star.lang.XSingleServiceFactory </type> 60 <type> com.sun.star.lang.XTypeProvider </type> 61 <type> com.sun.star.registry.XRegistryKey </type> 62 <type> com.sun.star.sdbc.XCloseable </type> 63 <type> com.sun.star.sdbc.XColumnLocate </type> 64 <type> com.sun.star.sdbc.XResultSetMetaDataSupplier </type> 65 <type> com.sun.star.sdbc.XRow </type> 66 <type> com.sun.star.task.InteractionClassification </type> 67 <type> com.sun.star.task.XInteractionAbort </type> 68 <type> com.sun.star.task.XInteractionReply </type> 69 <type> com.sun.star.ucb.AuthenticationRequest </type> 70 <type> com.sun.star.ucb.CommandFailedException </type> 71 <type> com.sun.star.ucb.ContentCreationException </type> 72 <type> com.sun.star.ucb.ContentInfoAttribute </type> 73 <type> com.sun.star.ucb.InsertCommandArgument </type> 74 <type> com.sun.star.ucb.InteractiveAugmentedIOException </type> 75 <type> com.sun.star.ucb.InteractiveBadTransferURLException </type> 76 <type> com.sun.star.ucb.InteractiveNetworkConnectException </type> 77 <type> com.sun.star.ucb.InteractiveNetworkGeneralException </type> 78 <type> com.sun.star.ucb.InteractiveNetworkReadException </type> 79 <type> com.sun.star.ucb.InteractiveNetworkResolveNameException </type> 80 <type> com.sun.star.ucb.InteractiveNetworkWriteException </type> 81 <type> com.sun.star.ucb.Link </type> 82 <type> com.sun.star.ucb.Lock </type> 83 <type> com.sun.star.ucb.MissingInputStreamException </type> 84 <type> com.sun.star.ucb.MissingPropertiesException </type> 85 <type> com.sun.star.ucb.NameClash </type> 86 <type> com.sun.star.ucb.NameClashException </type> 87 <type> com.sun.star.ucb.OpenCommandArgument2 </type> 88 <type> com.sun.star.ucb.OpenMode </type> 89 <type> com.sun.star.ucb.PostCommandArgument2 </type> 90 <type> com.sun.star.ucb.RememberAuthentication </type> 91 <type> com.sun.star.ucb.ResultSetException </type> 92 <type> com.sun.star.ucb.TransferInfo </type> 93 <type> com.sun.star.ucb.XCommandEnvironment </type> 94 <type> com.sun.star.ucb.UnsupportedCommandException </type> 95 <type> com.sun.star.ucb.UnsupportedDataSinkException </type> 96 <type> com.sun.star.ucb.UnsupportedNameClashException </type> 97 <type> com.sun.star.ucb.UnsupportedOpenModeException </type> 98 <type> com.sun.star.ucb.XCommandInfo </type> 99 <type> com.sun.star.ucb.XCommandInfoChangeNotifier </type> 100 <type> com.sun.star.ucb.XCommandProcessor </type> 101 <type> com.sun.star.ucb.XContentAccess </type> 102 <type> com.sun.star.ucb.XContentCreator </type> 103 <type> com.sun.star.ucb.XContentProvider </type> 104 <type> com.sun.star.ucb.XDynamicResultSet </type> 105 <type> com.sun.star.ucb.XInteractionSupplyAuthentication </type> 106 <type> com.sun.star.ucb.XPersistentPropertySet </type> 107 <type> com.sun.star.uno.XAggregation </type> 108 <type> com.sun.star.util.DateTime </type> 109</module-description> 110