mirror of
https://github.com/Alfresco/alfresco-transform-core.git
synced 2025-08-07 17:48:35 +00:00
ATS-762: T-Core Legacy Part 2 - Legacy Pipeline additions (was: review failing legacy transforms) (#262)
* ATS-762: Add Tika unit test for pdf to csv * ATS-762: Fix indentation * ATS-762: Added 3 tests for simple pipepline. msg > txt, txt > doc, txt > odt, txt > rtf * ATS-762: Added tests for libreofficeToPdf pipeline * ATS-762: Addressed Jan's comment about not using asterisk when importing modules * ATS-762: Changed comment to pdf-->csv to address Jan's comment on the PR * task/ATS-762_T: noticed the txt mime type was wrong so fixed it Co-authored-by: kristian <kristian.dimitrov@alfresco.com>
This commit is contained in:
@@ -181,4 +181,10 @@ public interface MimetypeMap
|
||||
String MIMETYPE_VORBIS = "audio/vorbis";
|
||||
String MIMETYPE_FLAC = "audio/x-flac";
|
||||
String MIMETYPE_ACP = "application/acp";
|
||||
String MIMETYPE_STC = "application/vnd.sun.xml.calc.template";
|
||||
String MIMETYPE_STI = "application/vnd.sun.xml.impress.template";
|
||||
String MIMETYPE_STW = "application/vnd.sun.xml.writer.template";
|
||||
String MIMETYPE_SXC = "application/vnd.sun.xml.calc";
|
||||
String MIMETYPE_SXI = "application/vnd.sun.xml.impress";
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user