diff options
author | mwebster <mwebster> | 2006-09-19 15:00:21 +0000 |
---|---|---|
committer | mwebster <mwebster> | 2006-09-19 15:00:21 +0000 |
commit | a06896ea1981bb66838fbb352249eb614b2f2946 (patch) | |
tree | 0e9d4da17cc0b0e28791adc90fcf2335052e17a5 /tests/bugs153/pr157474/aop-application.xml | |
parent | a40594edf71956e8e7b1d3229a335ce3892ba4a6 (diff) | |
download | aspectj-a06896ea1981bb66838fbb352249eb614b2f2946.tar.gz aspectj-a06896ea1981bb66838fbb352249eb614b2f2946.zip |
Bug 157474 "Handle duplicate aop.xml definitions more gracefully" (tests for duplicate aop.xml and -Dorg.aspectj.weaver.loadtime.configuration)
Diffstat (limited to 'tests/bugs153/pr157474/aop-application.xml')
-rw-r--r-- | tests/bugs153/pr157474/aop-application.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/bugs153/pr157474/aop-application.xml b/tests/bugs153/pr157474/aop-application.xml new file mode 100644 index 000000000..8654ca277 --- /dev/null +++ b/tests/bugs153/pr157474/aop-application.xml @@ -0,0 +1,9 @@ +<aspectj> + <aspects> + <concrete-aspect name="HelloWorldTracing" extends="AbstractTracing"> + <pointcut name="scope" expression="within(HelloWorld)"/> + </concrete-aspect> + </aspects> + + <weaver options="-debug"/> +</aspectj>
\ No newline at end of file |