Added KissDispatcher Processor setting in Ant script.
This commit is contained in:
parent
dd682a6b0a
commit
5e807b5200
1 changed files with 1 additions and 0 deletions
|
@ -110,6 +110,7 @@
|
|||
<attribute name="Built-By" value="${user.name} using ant" />
|
||||
<attribute name="Built-Date" value="${dist.time}" />
|
||||
</manifest>
|
||||
<service type="javax.annotation.processing.Processor" provider="fr.devinsy.kiss4web.dispatcher.annotation.KissServletProcessor" />
|
||||
<fileset dir="${build.classes}" />
|
||||
</jar>
|
||||
|
||||
|
|
Loading…
Reference in a new issue