aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/test/resources/META-INF/aop.xml
diff options
context:
space:
mode:
Diffstat (limited to 'kamon-core/src/test/resources/META-INF/aop.xml')
-rw-r--r--kamon-core/src/test/resources/META-INF/aop.xml13
1 files changed, 0 insertions, 13 deletions
diff --git a/kamon-core/src/test/resources/META-INF/aop.xml b/kamon-core/src/test/resources/META-INF/aop.xml
deleted file mode 100644
index ea8dce20..00000000
--- a/kamon-core/src/test/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>
- <!-- Actors -->
- <aspect name="akka.testkit.TestProbeTracing"/>
- </aspects>
-
- <weaver options="-verbose -showWeaveInfo">
- <include within="akka..*"/>
- </weaver>
-
-</aspectj> \ No newline at end of file