diff options
Diffstat (limited to 'tests/bugs150/pr119657/aop-selfandnotself.xml')
-rw-r--r-- | tests/bugs150/pr119657/aop-selfandnotself.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/bugs150/pr119657/aop-selfandnotself.xml b/tests/bugs150/pr119657/aop-selfandnotself.xml new file mode 100644 index 000000000..5760e6524 --- /dev/null +++ b/tests/bugs150/pr119657/aop-selfandnotself.xml @@ -0,0 +1,9 @@ +<?xml version="1.0"?> +<aspectj> + <aspects> + <aspect name="accounts.recovery.Recovery"/> + <aspect name="accounts.recovery.RecoveryNotSelf"/> + </aspects> + <weaver options="-verbose -showWeaveInfo"/> +</aspectj> + |