summaryrefslogtreecommitdiff
path: root/scp2/source
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2016-12-23 21:31:18 +0100
committerMatúš Kukan <matus@libreoffice.org>2016-12-24 07:59:11 +0000
commit5662817149e3eed0a592c389042d9c3755629614 (patch)
tree6c0f9caccb6227756049ef794970eeeaf5cc365a /scp2/source
parentf05714c3527635bd78bf7ded7b7a160dbe3b4685 (diff)
tdf#90753: AutoInstall postgresql-sdbc.ini as filelist
Change-Id: I908b549a14c702ce2c33de704b06d016036ccecb Reviewed-on: https://gerrit.libreoffice.org/32394 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Matúš Kukan <matus@libreoffice.org>
Diffstat (limited to 'scp2/source')
-rw-r--r--scp2/source/base/postgresqlsdbc.scp8
1 files changed, 0 insertions, 8 deletions
diff --git a/scp2/source/base/postgresqlsdbc.scp b/scp2/source/base/postgresqlsdbc.scp
index 23bbd4484818..94e6936771fa 100644
--- a/scp2/source/base/postgresqlsdbc.scp
+++ b/scp2/source/base/postgresqlsdbc.scp
@@ -18,20 +18,12 @@ Module gid_Module_Optional_PostgresqlSdbc
MOD_NAME_DESC(MODULE_OPTIONAL_POSTGRESQLSDBC);
ParentID = gid_Module_Prg_Base_Bin;
Files = (auto_postgresqlsdbc_ALL,
- gid_File_PostgresqlSdbc_Ini,
gid_File_PostgresqlSdbc_Rdb,
gid_File_PostgresqlSdbc_Xcd);
Default = YES;
Styles = ();
End
-File gid_File_PostgresqlSdbc_Ini
- TXT_FILE_BODY;
- Dir = GID_BRAND_DIR_ETC;
- Name = "postgresql-sdbc.ini";
- Styles = (PACKED);
-End
-
File gid_File_PostgresqlSdbc_Rdb
TXT_FILE_BODY;
Dir = gid_Brand_Dir_Program_Services;