]> git.pld-linux.org Git - packages/libreoffice.git/blob - openoffice-vfs-uno-register.patch
- DON'T hardcode java paths!
[packages/libreoffice.git] / openoffice-vfs-uno-register.patch
1 Index: ucb/prj/d.lst
2 ===================================================================
3 RCS file: /cvs/oo/ucb/ucb/prj/d.lst,v
4 retrieving revision 1.10
5 diff -u -p -u -r1.10 d.lst
6 --- ucb/prj/d.lst       2 Aug 2001 16:18:32 -0000       1.10
7 +++ ucb/prj/d.lst       1 Apr 2003 15:21:28 -0000
8 @@ -27,6 +27,7 @@
9  ..\source\ucp\package\ucppkg.xml %_DEST%\xml%_EXT%\ucppkg.xml
10  ..\source\ucp\remote\ucprmt.xml %_DEST%\xml%_EXT%\ucprmt.xml
11  ..\source\ucp\webdav\ucpdav.xml %_DEST%\xml%_EXT%\ucpdav.xml
12 +..\source\ucp\gvfs\ucpgvfs.xml %_DEST%\xml%_EXT%\ucpgvfs.xml
13  
14  ..\%__SRC%\bin\ucb.exe %_DEST%\bin%_EXT%\ucb.exe
15  ..\%__SRC%\bin\ucb %_DEST%\bin%_EXT%\ucb.bin
16 --- ucb/source/ucp/gvfs/ucpgvfs.xml     2003-04-01 16:22:25.000000000 +0100
17 +++ ucb/source/ucp/gvfs/ucpgvfs.xml     2003-04-01 16:22:25.000000000 +0100
18 @@ -0,0 +1,116 @@
19 +<?xml version="1.0" encoding="UTF-8"?>
20 +<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd">
21 +<module-description xmlns:xlink="http://www.w3.org/1999/xlink">
22 +
23 +    <module-name>
24 +       ucpgvfs
25 +    </module-name>
26 +
27 +    <component-description>
28 +        <author>
29 +           Michael Meeks
30 +        </author>
31 +        <name>
32 +            com.sun.star.comp.ucb.GnomeVFSProvider
33 +        </name>
34 +        <description>
35 +           This component implements a Content Provider for the Universal
36 +            Content Broker. It provides access to the Gnome VFS Virtual
37 +           file system
38 +        </description>
39 +        <loader-name>
40 +            com.sun.star.loader.SharedLibrary
41 +        </loader-name>
42 +        <language>
43 +            c++
44 +        </language>
45 +        <status value="final"/>
46 +        <supported-service>
47 +            com.sun.star.ucb.GnomeVFSContentProvider
48 +        </supported-service>
49 +
50 +        <service-dependency>
51 +            com.sun.star.config.SpecialConfigManager
52 +        </service-dependency>
53 +        <service-dependency>
54 +            com.sun.star.configuration.ConfigurationAccess
55 +        </service-dependency>
56 +        <service-dependency>
57 +            com.sun.star.configuration.ConfigurationProvider
58 +        </service-dependency>
59 +        <service-dependency>
60 +            com.sun.star.script.Converter
61 +        </service-dependency>
62 +        <service-dependency>
63 +            com.sun.star.ucb.CachedDynamicResultSetStubFactory
64 +        </service-dependency>
65 +        <service-dependency>
66 +            com.sun.star.ucb.Store
67 +        </service-dependency>
68 +    </component-description>
69 +
70 +    <project-build-dependency> sal                </project-build-dependency>
71 +    <project-build-dependency> cppu               </project-build-dependency>
72 +    <project-build-dependency> cppuhelper         </project-build-dependency>
73 +    <project-build-dependency> vos                </project-build-dependency>
74 +    <project-build-dependency> ucbhelper          </project-build-dependency>
75 +
76 +    <runtime-module-dependency>        sal3                      </runtime-module-dependency>
77 +    <runtime-module-dependency>        cppu3                     </runtime-module-dependency>
78 +    <runtime-module-dependency>        cppuhelper3$(COM) </runtime-module-dependency>
79 +    <runtime-module-dependency>        vos2$(COM)        </runtime-module-dependency>
80 +    <runtime-module-dependency>        ucbhelper1$(COM)  </runtime-module-dependency>
81 +
82 +    <type> com.sun.star.beans.Property                         </type>
83 +    <type> com.sun.star.beans.PropertyAttribute                </type>
84 +    <type> com.sun.star.beans.PropertySetInfoChange            </type>
85 +    <type> com.sun.star.beans.PropertyState                    </type>
86 +    <type> com.sun.star.beans.PropertyValue                    </type>
87 +    <type> com.sun.star.beans.XPropertiesChangeNotifier        </type>
88 +    <type> com.sun.star.beans.XPropertyAccess                  </type>
89 +    <type> com.sun.star.beans.XPropertyContainer               </type>
90 +    <type> com.sun.star.beans.XPropertySetInfo                 </type>
91 +    <type> com.sun.star.beans.XPropertySetInfoChangeNotifier   </type>
92 +    <type> com.sun.star.container.XChild                       </type>
93 +    <type> com.sun.star.container.XHierarchicalNameAccess      </type>
94 +    <type> com.sun.star.frame.ConfigManager                    </type>
95 +    <type> com.sun.star.io.XActiveDataSink                     </type>
96 +    <type> com.sun.star.io.XActiveDataStreamer                 </type>
97 +    <type> com.sun.star.io.XSeekable                           </type>
98 +    <type> com.sun.star.io.XStream                             </type>
99 +    <type> com.sun.star.lang.XMultiServiceFactory              </type>
100 +    <type> com.sun.star.lang.XServiceInfo                      </type>
101 +    <type> com.sun.star.lang.XSingleServiceFactory             </type>
102 +    <type> com.sun.star.lang.XTypeProvider                     </type>
103 +    <type> com.sun.star.registry.XRegistryKey                  </type>
104 +    <type> com.sun.star.script.XTypeConverter                  </type>
105 +    <type> com/sun/star/sdbc/ColumnValue                       </type>
106 +    <type> com.sun.star.sdbc.XCloseable                        </type>
107 +    <type> com.sun.star.sdbc.XResultSetMetaDataSupplier        </type>
108 +    <type> com.sun.star.sdbc.XRow                              </type>
109 +    <type> com.sun.star.ucb.ContentAction                      </type>
110 +    <type> com.sun.star.ucb.ContentInfoAttribute               </type>
111 +    <type> com.sun.star.ucb.FileSystemNotation                 </type>
112 +    <type> com.sun.star.ucb.InsertCommandArgument              </type>
113 +    <type> com.sun.star.ucb.InteractiveBadTransferURLException </type>
114 +    <type> com.sun.star.ucb.ListAction                         </type>
115 +    <type> com.sun.star.ucb.NameClash                          </type>
116 +    <type> com.sun.star.ucb.NumberedSortingInfo                </type>
117 +    <type> com.sun.star.ucb.OpenCommandArgument2               </type>
118 +    <type> com.sun.star.ucb.OpenMode                           </type>
119 +    <type> com.sun.star.ucb.TransferInfo                       </type>
120 +    <type> com.sun.star.ucb.WelcomeDynamicResultSetStruct      </type>
121 +    <type> com.sun.star.ucb.XCachedDynamicResultSetStubFactory </type>
122 +    <type> com.sun.star.ucb.XCommandInfo                       </type>
123 +    <type> com.sun.star.ucb.XCommandProcessor                  </type>
124 +    <type> com.sun.star.ucb.XContentAccess                     </type>
125 +    <type> com.sun.star.ucb.XContentCreator                    </type>
126 +    <type> com.sun.star.ucb.XContentIdentifier                 </type>
127 +    <type> com.sun.star.ucb.XContentIdentifierFactory          </type>
128 +    <type> com.sun.star.ucb.XContentProvider                   </type>
129 +    <type> com.sun.star.ucb.XDynamicResultSet                  </type>
130 +    <type> com.sun.star.ucb.XFileIdentifierConverter           </type>
131 +    <type> com.sun.star.ucb.XPropertySetRegistryFactory        </type>
132 +    <type> com.sun.star.ucb.XSourceInitialization              </type>
133 +    <type> com.sun.star.uno.XWeak                              </type>
134 +</module-description>
135 Index: officecfg/registry/data/org/openoffice/ucb/Configuration.xcu
136 ===================================================================
137 RCS file: /cvs/util/officecfg/registry/data/org/openoffice/ucb/Configuration.xcu,v
138 retrieving revision 1.4
139 diff -u -p -u -r1.4 Configuration.xcu
140 --- officecfg/registry/data/org/openoffice/ucb/Configuration.xcu        8 Nov 2002 16:50:28 -0000       1.4
141 +++ officecfg/registry/data/org/openoffice/ucb/Configuration.xcu        13 May 2003 20:52:35 -0000
142 @@ -154,6 +154,17 @@
143                  <value/>
144                </prop>
145              </node>
146 +            <node oor:name="Provider9" oor:op="replace">
147 +              <prop oor:name="ServiceName">
148 +                <value>com.sun.star.ucb.GnomeVFSContentProvider</value>
149 +              </prop>
150 +              <prop oor:name="URLTemplate">
151 +                <value>.*</value>
152 +              </prop>
153 +              <prop oor:name="Arguments">
154 +                <value/>
155 +              </prop>
156 +            </node>
157            </node>
158          </node>
159        </node>
160 Index: scp/source/office/files.scp
161 ===================================================================
162 RCS file: /cvs/installation/scp/source/office/files.scp,v
163 retrieving revision 1.367
164 diff -u -p -u -r1.367 files.scp
165 --- scp/source/office/files.scp 17 Jul 2003 08:54:46 -0000      1.367
166 +++ scp/source/office/files.scp 5 Aug 2003 14:48:48 -0000
167 @@ -879,6 +883,9 @@ SPECIAL_UNO_LIB_FILE(GID_FILE_LIB_PACKAG
168  
169  SPECIAL_UNO_LIB_FILE(GID_FILE_LIB_UCPHIER1,ucphier1)
170  SPECIAL_UNO_LIB_FILE(GID_FILE_LIB_UCPDAV1,ucpdav1)
171 +#ifdef UNX
172 +SPECIAL_UNO_LIB_FILE(GID_FILE_LIB_UCPGVFS1,ucpgvfs1)
173 +#endif
174  SPECIAL_UNO_LIB_FILE(GID_FILE_LIB_FILEACC,fileacc)
175  SPECIAL_UNO_COMPONENT_LIB_FILE(GID_FILE_LIB_TINSTRM,textinstream.uno)
176  SPECIAL_UNO_COMPONENT_LIB_FILE(GID_FILE_LIB_TOUTSTRM,textoutstream.uno)
This page took 0.032969 seconds and 3 git commands to generate.