summaryrefslogtreecommitdiff
path: root/scp2/source/ooo/file_ooo.scp
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2013-05-04 08:03:56 +0200
committerDavid Tardon <dtardon@redhat.com>2013-05-04 16:44:47 +0200
commit2dcf42b417c6246a5f6d14e8297510c751b1da96 (patch)
tree304fcb190535be9a3685c1cf24053cffc009b2d9 /scp2/source/ooo/file_ooo.scp
parent2f8d2c4ce4652e4e906eada7d248556db9bdc666 (diff)
install data files from extras using filelists
Change-Id: Ib092623501e36fa759a5215a435d21e1fea8dfdd
Diffstat (limited to 'scp2/source/ooo/file_ooo.scp')
-rw-r--r--scp2/source/ooo/file_ooo.scp22
1 files changed, 12 insertions, 10 deletions
diff --git a/scp2/source/ooo/file_ooo.scp b/scp2/source/ooo/file_ooo.scp
index 759b677f10a9..6fedf2aa59db 100644
--- a/scp2/source/ooo/file_ooo.scp
+++ b/scp2/source/ooo/file_ooo.scp
@@ -506,16 +506,16 @@ End
File gid_File_Share_Labels_Xml
TXT_FILE_BODY;
- Styles = (PACKED);
- Dir = gid_Brand_Dir_Share_Labels;
- Name = "labels.xml";
+ Styles = (FILELIST, PACKED);
+ Dir = FILELIST_DIR;
+ Name = "extras_labels.filelist";
End
File gid_File_Share_Glade_Xml
TXT_FILE_BODY;
- Styles = (PACKED);
- Dir = gid_Brand_Dir_Share_Glade;
- Name = "libreoffice-catalog.xml";
+ Styles = (FILELIST, PACKED);
+ Dir = FILELIST_DIR;
+ Name = "extras_glade.filelist";
End
File gid_File_Share_Registry_Main_Xcd
@@ -710,10 +710,12 @@ UI_FILELIST_ALL_LANG(xmlsec, UIConfig/xmlsec, filelist)
#ifdef WNT
-STD_SHELLNEW_FILE(gid_File_Shellnew_Ods_Soffice, soffice.ods)
-STD_SHELLNEW_FILE(gid_File_Shellnew_Odg_Soffice, soffice.odg)
-STD_SHELLNEW_FILE(gid_File_Shellnew_Odp_Soffice, soffice.odp)
-STD_SHELLNEW_FILE(gid_File_Shellnew_Odt_Soffice, soffice.odt)
+File gid_File_extras_newfiles
+ TXT_FILE_BODY;
+ Styles = (FILELIST, PACKED, WORKSTATION, OVERWRITE);
+ Dir = FILELIST_DIR;
+ Name = "extras_newfiles.filelist";
+End
#endif