aboutsummaryrefslogtreecommitdiff
path: root/kamon-play-2.4.x/src/test/resources/META-INF/aop.xml
diff options
context:
space:
mode:
Diffstat (limited to 'kamon-play-2.4.x/src/test/resources/META-INF/aop.xml')
-rw-r--r--kamon-play-2.4.x/src/test/resources/META-INF/aop.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/kamon-play-2.4.x/src/test/resources/META-INF/aop.xml b/kamon-play-2.4.x/src/test/resources/META-INF/aop.xml
new file mode 100644
index 00000000..2888a31a
--- /dev/null
+++ b/kamon-play-2.4.x/src/test/resources/META-INF/aop.xml
@@ -0,0 +1,11 @@
+<!DOCTYPE aspectj PUBLIC "-//AspectJ//DTD//EN" "http://www.eclipse.org/aspectj/dtd/aspectj.dtd">
+
+<aspectj>
+ <aspects>
+ <aspect name="kamon.play.instrumentation.FakeRequestIntrumentation"/>
+ </aspects>
+
+ <weaver>
+ <include within="play.api..*"/>
+ </weaver>
+</aspectj>