diff options
author | aclement <aclement> | 2008-05-05 18:51:46 +0000 |
---|---|---|
committer | aclement <aclement> | 2008-05-05 18:51:46 +0000 |
commit | 41cd95b3fcd154cbe279b2f8ea73b6e3ebf922f0 (patch) | |
tree | 36c9e612f8aa1b2d29645c1072e64ecba8121aa6 /tests/bugs161/pr230134/aop.xml | |
parent | e5583b04a2eef87eac84482485b60adc486acd9a (diff) | |
download | aspectj-41cd95b3fcd154cbe279b2f8ea73b6e3ebf922f0.tar.gz aspectj-41cd95b3fcd154cbe279b2f8ea73b6e3ebf922f0.zip |
230134: testcode
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> + |