aboutsummaryrefslogtreecommitdiff
path: root/kamon-play-2.4.x/src/test/resources/META-INF/aop.xml
diff options
context:
space:
mode:
authorDiego <diegolparra@gmail.com>2015-06-04 20:31:47 -0300
committerDiego <diegolparra@gmail.com>2015-08-09 21:03:23 -0300
commitd4c063e790af5bc0a58dea7f04fd2df59b3414f1 (patch)
treec530c048af5ef16c8a29085b50e0083a627cf761 /kamon-play-2.4.x/src/test/resources/META-INF/aop.xml
parent534bfeb5ab09a6db8784f1ba5b147836bb465158 (diff)
downloadKamon-d4c063e790af5bc0a58dea7f04fd2df59b3414f1.tar.gz
Kamon-d4c063e790af5bc0a58dea7f04fd2df59b3414f1.tar.bz2
Kamon-d4c063e790af5bc0a58dea7f04fd2df59b3414f1.zip
! play: first step in play 2.4.x integration
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>