diff options
Diffstat (limited to 'tests/bugs161/pr230134/aop.xml')
-rw-r--r-- | tests/bugs161/pr230134/aop.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/bugs161/pr230134/aop.xml b/tests/bugs161/pr230134/aop.xml new file mode 100644 index 000000000..c39ae97bb --- /dev/null +++ b/tests/bugs161/pr230134/aop.xml @@ -0,0 +1,9 @@ +<?xml version="1.0"?> +<aspectj> + <weaver options="-verbose -showWeaveInfo"/> + + <aspects> + <aspect name="demo.hello.tracing.HelloWorldTracing"/> + </aspects> +</aspectj> + |