fix #1186 add generatorList
This commit is contained in:
parent
0bb18c60f8
commit
2561a5b359
2 changed files with 6 additions and 0 deletions
|
@ -112,6 +112,9 @@
|
|||
"${url}",
|
||||
"${outputFile}"]
|
||||
</property>
|
||||
<property name="generatorList">
|
||||
["${path}/generate-thumbnail"]
|
||||
</property>
|
||||
<postConstruct name="addCondition">
|
||||
<arg>"mimetype"</arg>
|
||||
<arg>"application/postscript"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue