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
1e7d550a
Kaydet (Commit)
1e7d550a
authored
Haz 05, 2013
tarafından
Javier Fernandez
Kaydeden (comit)
Andrzej J.R. Hunt
Tem 16, 2013
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fb-sdbc: installing lib and resources.
Change-Id: I2d7bf2b4308b9e52ebadd0d73f43baf469f506a6
üst
f53228c5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
24 additions
and
63 deletions
+24
-63
InstallModule_base.mk
scp2/InstallModule_base.mk
+0
-1
firebirdsdbc.scp
scp2/source/base/firebirdsdbc.scp
+0
-33
firebirdsdbc.ulf
scp2/source/base/firebirdsdbc.ulf
+0
-14
module_base.scp
scp2/source/base/module_base.scp
+24
-0
packinfo_office.txt
setup_native/source/packinfo/packinfo_office.txt
+0
-15
No files found.
scp2/InstallModule_base.mk
Dosyayı görüntüle @
1e7d550a
...
@@ -27,7 +27,6 @@ $(eval $(call gb_InstallModule_add_scpfiles,scp2/base,\
...
@@ -27,7 +27,6 @@ $(eval $(call gb_InstallModule_add_scpfiles,scp2/base,\
$(eval $(call gb_InstallModule_add_localized_scpfiles,scp2/base,\
$(eval $(call gb_InstallModule_add_localized_scpfiles,scp2/base,\
scp2/source/base/module_base \
scp2/source/base/module_base \
scp2/source/base/postgresqlsdbc \
scp2/source/base/postgresqlsdbc \
scp2/source/base/firebirdsdbc \
))
))
# vim: set shiftwidth=4 tabstop=4 noexpandtab:
# vim: set shiftwidth=4 tabstop=4 noexpandtab:
scp2/source/base/firebirdsdbc.scp
deleted
100644 → 0
Dosyayı görüntüle @
f53228c5
#include "macros.inc"
#if defined WITH_FIREBIRD_SDBC
Module gid_Module_Optional_FirebirdSdbc
PackageInfo = "packinfo_office.txt";
MOD_NAME_DESC(MODULE_OPTIONAL_FIREBIRDSDBC);
ParentID = gid_Module_Prg_Base_Bin;
Files = (gid_File_Lib_FirebirdSdbc,
gid_File_FirebirdSdbc_Rdb,
gid_File_FirebirdSdbc_Xcd);
Minimal = NO;
Default = YES;
Styles = ();
End
STD_LIB_FILE(gid_File_Lib_FirebirdSdbc, postgresql-sdbc)
File gid_File_FirebirdSdbc_Rdb
TXT_FILE_BODY;
Dir = gid_Brand_Dir_Program_Services;
Name = "firebird-sdbc.rdb";
Styles = (PACKED);
End
File gid_File_FirebirdSdbc_Xcd
TXT_FILE_BODY;
Dir = gid_Brand_Dir_Share_Registry;
Name = "firebirdsdbc.xcd";
Styles = (PACKED);
End
#endif
scp2/source/base/firebirdsdbc.ulf
deleted
100644 → 0
Dosyayı görüntüle @
f53228c5
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
[STR_NAME_MODULE_OPTIONAL_EXTENSIONS_FIREBIRDSDBC]
en-US = "Firebird Connector"
[STR_DESC_MODULE_OPTIONAL_EXTENSIONS_FIREBIRDSDBC]
en-US = "Firebird Connector"
scp2/source/base/module_base.scp
Dosyayı görüntüle @
1e7d550a
...
@@ -37,9 +37,33 @@ Module gid_Module_Prg_Base_Bin
...
@@ -37,9 +37,33 @@ Module gid_Module_Prg_Base_Bin
Styles = (HIDDEN_ROOT);
Styles = (HIDDEN_ROOT);
Files = (auto_base_ALL,
Files = (auto_base_ALL,
gid_File_Share_Registry_Base_Xcd
gid_File_Share_Registry_Base_Xcd
/* This should be conditional, but the condition is not working!! */
/* #if defined ENABLE_FIREBIRD_SDBC */
,gid_File_Lib_FirebirdSdbc
,gid_File_FirebirdSdbc_Rdb
,gid_File_FirebirdSdbc_Xcd
/* #endif */
);
);
End
End
/* This could be moved to a std location */
STD_LIB_FILE(gid_File_Lib_FirebirdSdbc, firebird-sdbc)
File gid_File_FirebirdSdbc_Rdb
TXT_FILE_BODY;
Dir = gid_Brand_Dir_Program_Services;
Name = "firebird-sdbc.rdb";
Styles = (PACKED);
End
File gid_File_FirebirdSdbc_Xcd
TXT_FILE_BODY;
Dir = gid_Brand_Dir_Share_Registry;
Name = "firebirdsdbc.xcd";
Styles = (PACKED);
End
Module gid_Module_Brand_Prg_Base
Module gid_Module_Brand_Prg_Base
PackageInfo = "packinfo_brand.txt";
PackageInfo = "packinfo_brand.txt";
Name = "gid_Module_Brand_Prg_Base";
Name = "gid_Module_Brand_Prg_Base";
...
...
setup_native/source/packinfo/packinfo_office.txt
Dosyayı görüntüle @
1e7d550a
...
@@ -1199,21 +1199,6 @@ destpath = "/opt"
...
@@ -1199,21 +1199,6 @@ destpath = "/opt"
packageversion = "%PACKAGEVERSION"
packageversion = "%PACKAGEVERSION"
End
End
Start
module = "gid_Module_Optional_FirebirdSdbc"
solarispackagename = "%BASISPACKAGEPREFIX%WITHOUTDOTPRODUCTVERSION-firebird-sdbc"
solarisrequires = "%BASISPACKAGEPREFIX%WITHOUTDOTPRODUCTVERSION-base"
packagename = "%BASISPACKAGEPREFIX%PRODUCTVERSION-postgresql-sdbc"
freebsdrequires = "%BASISPACKAGEPREFIX%PRODUCTVERSION-base"
requires = "%BASISPACKAGEPREFIX%PRODUCTVERSION-base"
copyright = "2012 The Document Foundation"
solariscopyright = "solariscopyrightfile"
vendor = "The Document Foundation"
description = "Firebird Connector driver for %PRODUCTNAME %PRODUCTVERSION"
destpath = "/opt"
packageversion = "%PACKAGEVERSION"
End
Start
Start
module = "gid_Module_Pdfimport"
module = "gid_Module_Pdfimport"
solarispackagename = "%BASISPACKAGEPREFIX%WITHOUTDOTPRODUCTVERSION-extension-pdf-import"
solarispackagename = "%BASISPACKAGEPREFIX%WITHOUTDOTPRODUCTVERSION-extension-pdf-import"
...
...
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