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