Kaydet (Commit) 38fd9cf3 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Improve names of WebDAV-related install:modules

Change-Id: I2c2f36a9c1b7348ba9f399b05a9f0319e1c40a0e
üst 5e19fa2f
......@@ -120,8 +120,8 @@ $(eval $(call gb_Configuration_add_spool_modules,registry,officecfg/registry/dat
org/openoffice/TypeDetection/UISort-impress.xcu \
org/openoffice/TypeDetection/UISort-math.xcu \
org/openoffice/ucb/Configuration-gio.xcu \
org/openoffice/ucb/Configuration-neon.xcu \
org/openoffice/ucb/Configuration-neon_gnomevfs.xcu \
org/openoffice/ucb/Configuration-webdav.xcu \
org/openoffice/ucb/Configuration-webdav_neon_gnomevfs.xcu \
org/openoffice/ucb/Configuration-win.xcu \
))
......
......@@ -45,7 +45,7 @@
<value/>
</prop>
</node>
<node oor:name="Provider3" oor:op="replace" install:module="neon">
<node oor:name="Provider3" oor:op="replace" install:module="webdav">
<prop oor:name="ServiceName">
<value>com.sun.star.ucb.WebDAVContentProvider</value>
</prop>
......@@ -56,7 +56,7 @@
<value/>
</prop>
</node>
<node oor:name="Provider4" oor:op="replace" install:module="neon">
<node oor:name="Provider4" oor:op="replace" install:module="webdav">
<prop oor:name="ServiceName">
<value>com.sun.star.ucb.WebDAVContentProvider</value>
</prop>
......@@ -90,7 +90,7 @@
</prop>
</node>
<node oor:name="Provider7" oor:op="replace"
install:module="neon_gnomevfs">
install:module="webdav_neon_gnomevfs">
<prop oor:name="ServiceName">
<value>com.sun.star.ucb.WebDAVContentProvider</value>
</prop>
......@@ -145,7 +145,8 @@
<value/>
</prop>
</node>
<node oor:name="Provider12" oor:op="replace" install:module="neon">
<node oor:name="Provider12" oor:op="replace"
install:module="webdav">
<prop oor:name="ServiceName">
<value>com.sun.star.ucb.WebDAVContentProvider</value>
</prop>
......@@ -156,7 +157,8 @@
<value/>
</prop>
</node>
<node oor:name="Provider12a" oor:op="replace" install:module="neon">
<node oor:name="Provider12a" oor:op="replace"
install:module="webdav">
<prop oor:name="ServiceName">
<value>com.sun.star.ucb.WebDAVContentProvider</value>
</prop>
......@@ -168,7 +170,7 @@
</prop>
</node>
<node oor:name="Provider13" oor:op="replace"
install:module="neon_gnomevfs">
install:module="webdav_neon_gnomevfs">
<prop oor:name="ServiceName">
<value>com.sun.star.ucb.WebDAVContentProvider</value>
</prop>
......
......@@ -328,10 +328,10 @@ postprocess_FILES_main += \
postprocess_DRIVERS += ado
endif
ifneq ($(WITH_WEBDAV),)
postprocess_FILES_main += $(postprocess_MOD)/org/openoffice/ucb/Configuration-neon.xcu
postprocess_FILES_main += $(postprocess_MOD)/org/openoffice/ucb/Configuration-webdav.xcu
ifeq ($(WITH_WEBDAV),neon)
ifeq ($(ENABLE_GNOMEVFS),TRUE)
postprocess_FILES_main += $(postprocess_MOD)/org/openoffice/ucb/Configuration-neon_gnomevfs.xcu
postprocess_FILES_main += $(postprocess_MOD)/org/openoffice/ucb/Configuration-webdav_neon_gnomevfs.xcu
endif
endif
endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment