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
148529c3
Kaydet (Commit)
148529c3
authored
Kas 23, 2011
tarafından
Michael Meeks
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
switch python scripting extension to passive registration
üst
1025924f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
2 deletions
+13
-2
Extension_ScriptProviderForPython.mk
scripting/Extension_ScriptProviderForPython.mk
+2
-0
components.rdb
scripting/source/pyprov/components.rdb
+9
-0
manifest.xml
scripting/source/pyprov/manifest.xml
+2
-2
No files found.
scripting/Extension_ScriptProviderForPython.mk
Dosyayı görüntüle @
148529c3
...
...
@@ -30,5 +30,7 @@ $(eval $(call gb_Extension_Extension,script-provider-for-python,scripting/source
$(eval
$(call
gb_Extension_add_file,script-provider-for-python,pythonscript.py,\
$(SRCDIR)/scripting/source/pyprov/pythonscript.py))
$(eval
$(call
gb_Extension_add_file,script-provider-for-python,components.rdb,\
$(SRCDIR)/scripting/source/pyprov/components.rdb))
# vim: set noet sw=4 ts=4:
scripting/source/pyprov/components.rdb
0 → 100644
Dosyayı görüntüle @
148529c3
<?xml version="1.0"?>
<components
xmlns=
"http://openoffice.org/2010/uno-components"
>
<component
loader=
"com.sun.star.loader.Python"
uri=
"./pythonscript.py"
>
<implementation
name=
"org.openoffice.pyuno.LanguageScriptProviderForPython"
>
<service
name=
"com.sun.star.script.provider.ScriptProviderForPython"
/>
<service
name=
"com.sun.star.script.provider.LanguageScriptProvider"
/>
</implementation>
</component>
</components>
scripting/source/pyprov/manifest.xml
Dosyayı görüntüle @
148529c3
...
...
@@ -2,6 +2,6 @@
<!DOCTYPE manifest:manifest PUBLIC "-//OpenOffice.org//DTD Manifest 1.0//EN" "Manifest.dtd">
<manifest:manifest
xmlns:manifest=
"http://openoffice.org/2001/manifest"
>
<manifest:file-entry
manifest:media-type=
"application/vnd.sun.star.uno-component
;type=python
"
manifest:full-path=
"
pythonscript.py
"
/>
manifest:media-type=
"application/vnd.sun.star.uno-component
s
"
manifest:full-path=
"
components.rdb
"
/>
</manifest:manifest>
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