diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-05-24 23:14:02 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-05-25 02:04:18 -0400 |
commit | 427b50c05f18de474dd5b88b705951240335beac (patch) | |
tree | aeeeeac097de83f4528ce308a7a05dc149bd315b /postprocess/packcomponents | |
parent | a0b640bd1816bc464961c85eb2d1de405cd50d1c (diff) |
Use the new plain text type detection service for text/csv type.
Change-Id: I50d5cee6302e8d6b4b329e30b7a5ce47b47bc945
Diffstat (limited to 'postprocess/packcomponents')
-rw-r--r-- | postprocess/packcomponents/makefile.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/postprocess/packcomponents/makefile.mk b/postprocess/packcomponents/makefile.mk index f4be7f27ce58..3ee661251520 100644 --- a/postprocess/packcomponents/makefile.mk +++ b/postprocess/packcomponents/makefile.mk @@ -57,6 +57,7 @@ my_components = \ component/filter/source/placeware/placeware \ component/filter/source/svg/svgfilter \ component/filter/source/t602/t602filter \ + component/filter/source/textfilterdetect/textfd \ component/filter/source/xmlfilteradaptor/xmlfa \ component/filter/source/xmlfilterdetect/xmlfd \ component/filter/source/xsltdialog/xsltdlg \ |