diff options
author | David Tardon <dtardon@redhat.com> | 2013-05-04 08:17:51 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-05-04 16:44:48 +0200 |
commit | d7f00e2e8aa4f91c340f3f7c4856259abee13b16 (patch) | |
tree | 74d9b950569082817c43645b97e7a3f0354899cb /scp2 | |
parent | cb8066dcc9655878656865ecb61a611a0e3bce95 (diff) |
install package DTD using filelist
Change-Id: I5c0ec48ecd8616358b728d426bc5ef91aa6b08e3
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/file_ooo.scp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scp2/source/ooo/file_ooo.scp b/scp2/source/ooo/file_ooo.scp index 56a03d86cc56..feed1cea1502 100644 --- a/scp2/source/ooo/file_ooo.scp +++ b/scp2/source/ooo/file_ooo.scp @@ -286,9 +286,9 @@ End File gid_File_Dtd_Manifest TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Dtd_Ooo_1_0; - Name = "Manifest.dtd"; + Styles = (FILELIST, PACKED); + Dir = FILELIST_DIR; + Name = "package_dtd.filelist"; End File gid_File_Dtd_Module |