aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs153/pr157474/aop-application.xml
diff options
context:
space:
mode:
authormwebster <mwebster>2006-09-19 15:00:21 +0000
committermwebster <mwebster>2006-09-19 15:00:21 +0000
commita06896ea1981bb66838fbb352249eb614b2f2946 (patch)
tree0e9d4da17cc0b0e28791adc90fcf2335052e17a5 /tests/bugs153/pr157474/aop-application.xml
parenta40594edf71956e8e7b1d3229a335ce3892ba4a6 (diff)
downloadaspectj-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.xml9
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