summaryrefslogtreecommitdiffstats
path: root/sandbox/rfeng/aop-logging/src/test/resources/META-INF/aop.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/rfeng/aop-logging/src/test/resources/META-INF/aop.xml')
-rw-r--r--sandbox/rfeng/aop-logging/src/test/resources/META-INF/aop.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/sandbox/rfeng/aop-logging/src/test/resources/META-INF/aop.xml b/sandbox/rfeng/aop-logging/src/test/resources/META-INF/aop.xml
index c9aeee3a63..d42fdd9897 100644
--- a/sandbox/rfeng/aop-logging/src/test/resources/META-INF/aop.xml
+++ b/sandbox/rfeng/aop-logging/src/test/resources/META-INF/aop.xml
@@ -3,13 +3,15 @@
<aspects>
<!-- declare two existing aspects to the weaver -->
<aspect name="org.apache.tuscany.sca.aspectj.MyTracingAspect" />
+ <!--
<aspect name="org.apache.tuscany.sca.aspectj.LoggingAspect" />
+ -->
</aspects>
<!--weaver options="-verbose -debug -showWeaveInfo"-->
<weaver options="">
- <include within="org.apache.tuscany.sca.aspectj.TracingTestCase" />
+ <include within="org.apache.tuscany.sca..*" />
</weaver>
</aspectj>