aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs1612/pr328099/src/META-INF/aop.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs1612/pr328099/src/META-INF/aop.xml')
-rwxr-xr-xtests/bugs1612/pr328099/src/META-INF/aop.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/bugs1612/pr328099/src/META-INF/aop.xml b/tests/bugs1612/pr328099/src/META-INF/aop.xml
new file mode 100755
index 000000000..d08ae4126
--- /dev/null
+++ b/tests/bugs1612/pr328099/src/META-INF/aop.xml
@@ -0,0 +1,10 @@
+<!DOCTYPE aspectj PUBLIC
+ "-//AspectJ//DTD//EN" "http://www.eclipse.org/aspectj/dtd/aspectj.dtd">
+<aspectj>
+ <weaver>
+ <include within="foo.bar..*" />
+ </weaver>
+ <aspects>
+ <aspect name="foo.bar.BarAspect"/>
+ </aspects>
+</aspectj> \ No newline at end of file