fix #1186 add generatorList

This commit is contained in:
Shinsuke Sugaya 2017-07-26 23:07:04 +09:00
parent 0bb18c60f8
commit 2561a5b359
2 changed files with 6 additions and 0 deletions

View file

@ -112,6 +112,9 @@
"${url}",
"${outputFile}"]
</property>
<property name="generatorList">
["${path}/generate-thumbnail"]
</property>
<postConstruct name="addCondition">
<arg>"mimetype"</arg>
<arg>"application/postscript"

View file

@ -94,6 +94,9 @@
</component>
<component name="psThumbnailGenerator" class="org.codelibs.fess.thumbnail.impl.EmptyGenerator">
<property name="name">"psThumbnailGenerator"</property>
<property name="generatorList">
["${path}/generate-thumbnail"]
</property>
<postConstruct name="addCondition">
<arg>"mimetype"</arg>
<arg>"application/postscript"