summaryrefslogtreecommitdiffstats
path: root/tests/bugs152/pr135068/aop.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs152/pr135068/aop.xml')
-rw-r--r--tests/bugs152/pr135068/aop.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/bugs152/pr135068/aop.xml b/tests/bugs152/pr135068/aop.xml
new file mode 100644
index 000000000..eaef22b32
--- /dev/null
+++ b/tests/bugs152/pr135068/aop.xml
@@ -0,0 +1,9 @@
+<aspectj>
+ <aspects>
+ <aspect name="t.Ajava"/>
+ </aspects>
+
+ <weaver>
+ <include within="t..*"/>
+ </weaver>
+</aspectj>