diff options
author | Andy Clement <aclement@pivotal.io> | 2019-01-30 16:55:38 -0800 |
---|---|---|
committer | Andy Clement <aclement@pivotal.io> | 2019-01-30 16:55:38 -0800 |
commit | 2b24e7377da7c849fe7f9f4fa06a701664f9d27d (patch) | |
tree | 64c36c8fcf29633af7a5e2f7405b94cbec629ca8 /tests/bugs1811/cft/aop.xml | |
parent | d60de8d0b3e62eb36b612a824bb9345d865c0155 (diff) | |
download | aspectj-2b24e7377da7c849fe7f9f4fa06a701664f9d27d.tar.gz aspectj-2b24e7377da7c849fe7f9f4fa06a701664f9d27d.zip |
mavenizing tests - wip
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> + |