summaryrefslogtreecommitdiffstats
path: root/tests/bugs152/pr142466/aop-tracing.xml
diff options
context:
space:
mode:
authoraclement <aclement>2006-05-23 07:55:53 +0000
committeraclement <aclement>2006-05-23 07:55:53 +0000
commit69e24e90d4fee7115ecbc8c7786915b1f741471b (patch)
treedbae2b4b288afdf36989f656570b941ba58441ff /tests/bugs152/pr142466/aop-tracing.xml
parent8825b5c86b769c3bf67457967dab4c6e3d59b74f (diff)
downloadaspectj-69e24e90d4fee7115ecbc8c7786915b1f741471b.tar.gz
aspectj-69e24e90d4fee7115ecbc8c7786915b1f741471b.zip
fix for 142466
Diffstat (limited to 'tests/bugs152/pr142466/aop-tracing.xml')
-rw-r--r--tests/bugs152/pr142466/aop-tracing.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/bugs152/pr142466/aop-tracing.xml b/tests/bugs152/pr142466/aop-tracing.xml
new file mode 100644
index 000000000..2c805137b
--- /dev/null
+++ b/tests/bugs152/pr142466/aop-tracing.xml
@@ -0,0 +1,10 @@
+<aspectj>
+ <aspects>
+ <concrete-aspect name="TraceHelloWorld" extends="ConcreteMethods">
+ <pointcut name="tracingScope" expression="within(HelloWorld) AND call(* println(..))"/>
+ </concrete-aspect>
+ </aspects>
+
+ <weaver options=""/>
+</aspectj>
+