Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
459e482c
Kaydet (Commit)
459e482c
authored
Haz 07, 2012
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Make webdav and odma ucp configuration properly conditional
Change-Id: I9a8eb6a1e9af051d458a5462c01357540c3d9277
üst
d4924b74
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
8 deletions
+14
-8
Configuration_officecfg.mk
officecfg/Configuration_officecfg.mk
+2
-0
Configuration.xcu
officecfg/registry/data/org/openoffice/ucb/Configuration.xcu
+7
-7
makefile.mk
postprocess/packregistry/makefile.mk
+5
-1
No files found.
officecfg/Configuration_officecfg.mk
Dosyayı görüntüle @
459e482c
...
...
@@ -206,6 +206,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-win.xcu \
))
# perhaps this file should be moved 2 levels up?
...
...
officecfg/registry/data/org/openoffice/ucb/Configuration.xcu
Dosyayı görüntüle @
459e482c
...
...
@@ -26,7 +26,7 @@
*
************************************************************************ -->
<!DOCTYPE oor:component-data SYSTEM "../../../../component-update.dtd">
<oor:component-data
oor:name=
"Configuration"
oor:package=
"org.openoffice.ucb"
xmlns:oor=
"http://openoffice.org/2001/registry"
xmlns:xs=
"http://www.w3.org/2001/XMLSchema"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
>
<oor:component-data
oor:name=
"Configuration"
oor:package=
"org.openoffice.ucb"
xmlns:
install=
"http://openoffice.org/2004/installation"
xmlns:
oor=
"http://openoffice.org/2001/registry"
xmlns:xs=
"http://www.w3.org/2001/XMLSchema"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
>
<node
oor:name=
"ContentProviders"
>
<node
oor:name=
"Local"
oor:op=
"replace"
>
<node
oor:name=
"SecondaryKeys"
>
...
...
@@ -54,7 +54,7 @@
<value/>
</prop>
</node>
<node
oor:name=
"Provider3"
oor:op=
"replace"
>
<node
oor:name=
"Provider3"
oor:op=
"replace"
install:module=
"neon"
>
<prop
oor:name=
"ServiceName"
>
<value>
com.sun.star.ucb.WebDAVContentProvider
</value>
</prop>
...
...
@@ -65,7 +65,7 @@
<value/>
</prop>
</node>
<node
oor:name=
"Provider4"
oor:op=
"replace"
>
<node
oor:name=
"Provider4"
oor:op=
"replace"
install:module=
"neon"
>
<prop
oor:name=
"ServiceName"
>
<value>
com.sun.star.ucb.WebDAVContentProvider
</value>
</prop>
...
...
@@ -98,7 +98,7 @@
<value/>
</prop>
</node>
<node
oor:name=
"Provider7"
oor:op=
"replace"
>
<node
oor:name=
"Provider7"
oor:op=
"replace"
install:module=
"neon"
>
<prop
oor:name=
"ServiceName"
>
<value>
com.sun.star.ucb.WebDAVContentProvider
</value>
</prop>
...
...
@@ -153,7 +153,7 @@
<value/>
</prop>
</node>
<node
oor:name=
"Provider12"
oor:op=
"replace"
>
<node
oor:name=
"Provider12"
oor:op=
"replace"
install:module=
"neon"
>
<prop
oor:name=
"ServiceName"
>
<value>
com.sun.star.ucb.WebDAVContentProvider
</value>
</prop>
...
...
@@ -164,7 +164,7 @@
<value/>
</prop>
</node>
<node
oor:name=
"Provider13"
oor:op=
"replace"
>
<node
oor:name=
"Provider13"
oor:op=
"replace"
install:module=
"neon"
>
<prop
oor:name=
"ServiceName"
>
<value>
com.sun.star.ucb.WebDAVContentProvider
</value>
</prop>
...
...
@@ -186,7 +186,7 @@
<value/>
</prop>
</node>
<node
oor:name=
"Provider42"
oor:op=
"replace"
>
<node
oor:name=
"Provider42"
oor:op=
"replace"
install:module=
"win"
>
<prop
oor:name=
"ServiceName"
>
<value>
com.sun.star.ucb.ODMAContentProvider
</value>
</prop>
...
...
postprocess/packregistry/makefile.mk
Dosyayı görüntüle @
459e482c
...
...
@@ -316,7 +316,8 @@ MY_FILES_main += \
$(MY_MOD)
/org/openoffice/Inet-wnt.xcu
\
$(MY_MOD)
/org/openoffice/Office/Accelerators-unxwnt.xcu
\
$(MY_MOD)
/org/openoffice/Office/Common-wnt.xcu
\
$(MY_MOD)
/org/openoffice/Office/Paths-unxwnt.xcu
$(MY_MOD)
/org/openoffice/Office/Paths-unxwnt.xcu
\
$(MY_MOD)
/org/openoffice/ucb/Configuration-win.xcu
# Inet-wnt.xcu must come after Inet.xcu
MY_DRIVERS
+=
ado
.ELIF
"$(GUIBASE)"
==
"cocoatouch"
...
...
@@ -328,6 +329,9 @@ MY_DRIVERS += ado
.ELSE
ERROR
:
unknown-GUIBASE
.END
.IF
"$(DISABLE_NEON)"
!=
"TRUE"
MY_FILES_main
+=
$(MY_MOD)
/org/openoffice/ucb/Configuration-neon.xcu
.END
.IF
"$(ENABLE_EVOAB2)"
==
"TRUE"
MY_FILES_main
+=
$(MY_MOD)
/org/openoffice/Office/DataAccess/Drivers-evoab2.xcu
MY_FILES_main
+=
$(MY_MOD)
/org/openoffice/Office/DataAccess-evoab2.xcu
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment