diff options
Diffstat (limited to 'tests/bugs1811/cft/aop.xml')
-rw-r--r-- | tests/bugs1811/cft/aop.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/bugs1811/cft/aop.xml b/tests/bugs1811/cft/aop.xml new file mode 100644 index 000000000..c1a99432d --- /dev/null +++ b/tests/bugs1811/cft/aop.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<aspectj> + <aspects> + <aspect name="Azpect"/> + </aspects> + <weaver options="-verbose -debug -showWeaveInfo"/> +</aspectj> + |