Index: ucb/prj/d.lst =================================================================== RCS file: /cvs/oo/ucb/ucb/prj/d.lst,v retrieving revision 1.10 diff -u -p -u -r1.10 d.lst --- ucb/prj/d.lst 2 Aug 2001 16:18:32 -0000 1.10 +++ ucb/prj/d.lst 1 Apr 2003 15:21:28 -0000 @@ -27,6 +27,7 @@ ..\source\ucp\package\ucppkg.xml %_DEST%\xml%_EXT%\ucppkg.xml ..\source\ucp\remote\ucprmt.xml %_DEST%\xml%_EXT%\ucprmt.xml ..\source\ucp\webdav\ucpdav.xml %_DEST%\xml%_EXT%\ucpdav.xml +..\source\ucp\gvfs\ucpgvfs.xml %_DEST%\xml%_EXT%\ucpgvfs.xml ..\%__SRC%\bin\ucb.exe %_DEST%\bin%_EXT%\ucb.exe ..\%__SRC%\bin\ucb %_DEST%\bin%_EXT%\ucb.bin --- ucb/source/ucp/gvfs/ucpgvfs.xml 2003-04-01 16:22:25.000000000 +0100 +++ ucb/source/ucp/gvfs/ucpgvfs.xml 2003-04-01 16:22:25.000000000 +0100 @@ -0,0 +1,116 @@ + + + + + + ucpgvfs + + + + + Michael Meeks + + + com.sun.star.comp.ucb.GnomeVFSProvider + + + This component implements a Content Provider for the Universal + Content Broker. It provides access to the Gnome VFS Virtual + file system + + + com.sun.star.loader.SharedLibrary + + + c++ + + + + com.sun.star.ucb.GnomeVFSContentProvider + + + + com.sun.star.config.SpecialConfigManager + + + com.sun.star.configuration.ConfigurationAccess + + + com.sun.star.configuration.ConfigurationProvider + + + com.sun.star.script.Converter + + + com.sun.star.ucb.CachedDynamicResultSetStubFactory + + + com.sun.star.ucb.Store + + + + sal + cppu + cppuhelper + vos + ucbhelper + + sal3 + cppu3 + cppuhelper3$(COM) + vos2$(COM) + ucbhelper1$(COM) + + com.sun.star.beans.Property + com.sun.star.beans.PropertyAttribute + com.sun.star.beans.PropertySetInfoChange + com.sun.star.beans.PropertyState + com.sun.star.beans.PropertyValue + com.sun.star.beans.XPropertiesChangeNotifier + com.sun.star.beans.XPropertyAccess + com.sun.star.beans.XPropertyContainer + com.sun.star.beans.XPropertySetInfo + com.sun.star.beans.XPropertySetInfoChangeNotifier + com.sun.star.container.XChild + com.sun.star.container.XHierarchicalNameAccess + com.sun.star.frame.ConfigManager + com.sun.star.io.XActiveDataSink + com.sun.star.io.XActiveDataStreamer + com.sun.star.io.XSeekable + com.sun.star.io.XStream + com.sun.star.lang.XMultiServiceFactory + com.sun.star.lang.XServiceInfo + com.sun.star.lang.XSingleServiceFactory + com.sun.star.lang.XTypeProvider + com.sun.star.registry.XRegistryKey + com.sun.star.script.XTypeConverter + com/sun/star/sdbc/ColumnValue + com.sun.star.sdbc.XCloseable + com.sun.star.sdbc.XResultSetMetaDataSupplier + com.sun.star.sdbc.XRow + com.sun.star.ucb.ContentAction + com.sun.star.ucb.ContentInfoAttribute + com.sun.star.ucb.FileSystemNotation + com.sun.star.ucb.InsertCommandArgument + com.sun.star.ucb.InteractiveBadTransferURLException + com.sun.star.ucb.ListAction + com.sun.star.ucb.NameClash + com.sun.star.ucb.NumberedSortingInfo + com.sun.star.ucb.OpenCommandArgument2 + com.sun.star.ucb.OpenMode + com.sun.star.ucb.TransferInfo + com.sun.star.ucb.WelcomeDynamicResultSetStruct + com.sun.star.ucb.XCachedDynamicResultSetStubFactory + com.sun.star.ucb.XCommandInfo + com.sun.star.ucb.XCommandProcessor + com.sun.star.ucb.XContentAccess + com.sun.star.ucb.XContentCreator + com.sun.star.ucb.XContentIdentifier + com.sun.star.ucb.XContentIdentifierFactory + com.sun.star.ucb.XContentProvider + com.sun.star.ucb.XDynamicResultSet + com.sun.star.ucb.XFileIdentifierConverter + com.sun.star.ucb.XPropertySetRegistryFactory + com.sun.star.ucb.XSourceInitialization + com.sun.star.uno.XWeak + Index: officecfg/registry/data/org/openoffice/ucb/Configuration.xcu =================================================================== RCS file: /cvs/util/officecfg/registry/data/org/openoffice/ucb/Configuration.xcu,v retrieving revision 1.4 diff -u -p -u -r1.4 Configuration.xcu --- officecfg/registry/data/org/openoffice/ucb/Configuration.xcu 8 Nov 2002 16:50:28 -0000 1.4 +++ officecfg/registry/data/org/openoffice/ucb/Configuration.xcu 13 May 2003 20:52:35 -0000 @@ -154,6 +154,17 @@ + + + com.sun.star.ucb.GnomeVFSContentProvider + + + .* + + + + + Index: scp/source/office/files.scp =================================================================== RCS file: /cvs/installation/scp/source/office/files.scp,v retrieving revision 1.367 diff -u -p -u -r1.367 files.scp --- scp/source/office/files.scp 17 Jul 2003 08:54:46 -0000 1.367 +++ scp/source/office/files.scp 5 Aug 2003 14:48:48 -0000 @@ -879,6 +883,9 @@ SPECIAL_UNO_LIB_FILE(GID_FILE_LIB_PACKAG SPECIAL_UNO_LIB_FILE(GID_FILE_LIB_UCPHIER1,ucphier1) SPECIAL_UNO_LIB_FILE(GID_FILE_LIB_UCPDAV1,ucpdav1) +#ifdef UNX +SPECIAL_UNO_LIB_FILE(GID_FILE_LIB_UCPGVFS1,ucpgvfs1) +#endif SPECIAL_UNO_LIB_FILE(GID_FILE_LIB_FILEACC,fileacc) SPECIAL_UNO_COMPONENT_LIB_FILE(GID_FILE_LIB_TINSTRM,textinstream.uno) SPECIAL_UNO_COMPONENT_LIB_FILE(GID_FILE_LIB_TOUTSTRM,textoutstream.uno)