add fess_se++.xml
This commit is contained in:
parent
c24fc41cc5
commit
d9ef5f7655
2 changed files with 9 additions and 4 deletions
9
src/main/resources/fess_se++.xml
Normal file
9
src/main/resources/fess_se++.xml
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE components PUBLIC "-//DBFLUTE//DTD LastaDi 1.0//EN"
|
||||
"http://dbflute.org/meta/lastadi10.dtd">
|
||||
<components>
|
||||
<component name="groovyEngine"
|
||||
class="org.codelibs.fess.script.groovy.GroovyEngine">
|
||||
<postConstruct name="register"></postConstruct>
|
||||
</component>
|
||||
</components>
|
|
@ -5,8 +5,4 @@
|
|||
<component name="scriptEngineFactory"
|
||||
class="org.codelibs.fess.script.ScriptEngineFactory">
|
||||
</component>
|
||||
<component name="groovyEngine"
|
||||
class="org.codelibs.fess.script.groovy.GroovyEngine">
|
||||
<postConstruct name="register"></postConstruct>
|
||||
</component>
|
||||
</components>
|
||||
|
|
Loading…
Add table
Reference in a new issue