aboutsummaryrefslogtreecommitdiffstats
path: root/tests/features164/aopconfig/one/case4.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/features164/aopconfig/one/case4.xml')
-rw-r--r--tests/features164/aopconfig/one/case4.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/features164/aopconfig/one/case4.xml b/tests/features164/aopconfig/one/case4.xml
new file mode 100644
index 000000000..5015955c0
--- /dev/null
+++ b/tests/features164/aopconfig/one/case4.xml
@@ -0,0 +1,10 @@
+<!-- B2 is exluded from being woven -->
+<aspectj>
+<aspects>
+ <aspect name="A"/>
+ <aspect name="A2"/>
+</aspects>
+<weaver>
+ <exclude within="B2"/>
+</weaver>
+</aspectj>