META-INF.aop.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of scheduler-agent Show documentation
Show all versions of scheduler-agent Show documentation
Describe the purpose of this Integration Module
The newest version!
<aspectj> <weaver options="-Xset:weaveJavaxPackages=true"> <!-- only weave classes in our application-specific packages --> <include within="org.ikasan.component.endpoint.filesystem.messageprovider.CorrelatingFileMessageProvider.*"/> </weaver> <aspects> <aspect name="org.ikasan.ootb.scheduler.agent.module.pointcut.FileMessageProviderAspect"/> </aspects> </aspectj>