removed unused AOP config

This commit is contained in:
Mic 2013-02-15 09:54:15 +08:00
parent b2626bd509
commit 6a8edd99af

View file

@ -1,18 +0,0 @@
<?xml version="1.0"?>
<!-- Custom aspects for the PetClinic sample application -->
<aspectj>
<weaver>
<include within="org.springframework.samples.petclinic.model..*"/>
</weaver>
<aspects>
<aspect name="org.springframework.samples.petclinic.model.aspects.UsageLogAspect"/>
<concrete-aspect name="org.springframework.samples.petclinic.model.aspects.ApplicationTraceAspect"
extends="org.springframework.samples.petclinic.model.aspects.AbstractTraceAspect">
<pointcut name="traced" expression="execution(* org.springframework.samples..*.*(..))"/>
</concrete-aspect>
</aspects>
</aspectj>