diff options
Diffstat (limited to 'tests/bugs169/pr122460/one/aop_none.xml')
-rw-r--r-- | tests/bugs169/pr122460/one/aop_none.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/bugs169/pr122460/one/aop_none.xml b/tests/bugs169/pr122460/one/aop_none.xml new file mode 100644 index 000000000..2d3993002 --- /dev/null +++ b/tests/bugs169/pr122460/one/aop_none.xml @@ -0,0 +1,7 @@ +<aspectj> +<aspects> + <aspect name="a.A" scope="!*"/> +</aspects> +<weaver> +</weaver> +</aspectj> |