Removed obsolete flat xml export xslt scripts from packaging
This commit is contained in:
parent
851641916d
commit
8f54c729d0
3 changed files with 0 additions and 30 deletions
|
@ -459,11 +459,6 @@ Directory gid_Dir_Share_Xslt_Import_Common
|
|||
DosName = "common";
|
||||
End
|
||||
|
||||
Directory gid_Dir_Share_Xslt_Odfflatxml
|
||||
ParentID = gid_Dir_Share_Xslt;
|
||||
DosName = "odfflatxml";
|
||||
End
|
||||
|
||||
Directory gid_Dir_Share_Dtd
|
||||
ParentID = gid_Dir_Share;
|
||||
DosName = "dtd";
|
||||
|
|
|
@ -82,26 +82,3 @@ File gid_File_Xsl_Export_Xhtml_Table
|
|||
Dir = gid_Dir_Share_Xslt_Export_Xhtml;
|
||||
Name = "/xslt/export/xhtml/table.xsl";
|
||||
End
|
||||
|
||||
|
||||
File gid_File_Xsl_Export_Odfflatxml
|
||||
TXT_FILE_BODY;
|
||||
Styles = (PACKED, PATCH);
|
||||
Dir = gid_Dir_Share_Xslt_Odfflatxml;
|
||||
Name = "/xslt/odfflatxml/odfflatxmlexport.xsl";
|
||||
End
|
||||
|
||||
File gid_File_Xsl_Export_Odfflatxml_Split_Long_Lines
|
||||
TXT_FILE_BODY;
|
||||
Styles = (PACKED, PATCH);
|
||||
Dir = gid_Dir_Share_Xslt_Odfflatxml;
|
||||
Name = "/xslt/odfflatxml/split-long-lines.xsl";
|
||||
End
|
||||
|
||||
File gid_File_Xsl_Import_Odfflatxml
|
||||
TXT_FILE_BODY;
|
||||
Styles = (PACKED, PATCH);
|
||||
Dir = gid_Dir_Share_Xslt_Odfflatxml;
|
||||
Name = "/xslt/odfflatxml/odfflatxmlimport.xsl";
|
||||
End
|
||||
|
||||
|
|
|
@ -43,8 +43,6 @@ Module gid_Module_Optional_Xsltfiltersamples
|
|||
gid_File_Xsl_Export_Xhtml_Master_Usability_Links,
|
||||
gid_File_Xsl_Export_Xhtml_Ooo2xhtml,
|
||||
gid_File_Xsl_Export_Xhtml_Table,
|
||||
gid_File_Xsl_Export_Odfflatxml,
|
||||
gid_File_Xsl_Import_Odfflatxml,
|
||||
gid_File_Share_Registry_Xsltfilter_Xcd );
|
||||
Minimal = NO;
|
||||
Default = NO;
|
||||
|
|
Loading…
Reference in a new issue