aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/META-INF/aop.xml
diff options
context:
space:
mode:
authorIvan Topolnak <ivantopo@gmail.com>2013-05-23 18:27:58 -0300
committerIvan Topolnak <ivantopo@gmail.com>2013-05-23 18:27:58 -0300
commita12e8579e09c5fd8fdf98ba4553f0a232ddfea6b (patch)
tree2388d67e5166687bf5b904c3ebcf7b54db679d1b /src/main/resources/META-INF/aop.xml
parentc56018c9a3bef9e99cc38f1804eafdfe5c8be45c (diff)
downloadKamon-a12e8579e09c5fd8fdf98ba4553f0a232ddfea6b.tar.gz
Kamon-a12e8579e09c5fd8fdf98ba4553f0a232ddfea6b.tar.bz2
Kamon-a12e8579e09c5fd8fdf98ba4553f0a232ddfea6b.zip
included aspectj support for running tests, and simple test stub
Diffstat (limited to 'src/main/resources/META-INF/aop.xml')
-rw-r--r--src/main/resources/META-INF/aop.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/META-INF/aop.xml b/src/main/resources/META-INF/aop.xml
index 28f1c578..99eee806 100644
--- a/src/main/resources/META-INF/aop.xml
+++ b/src/main/resources/META-INF/aop.xml
@@ -10,7 +10,7 @@
<aspect name="akka.PoolMonitorAspect"/>-->
<aspect name="akka.instrumentation.ActorRefTellInstrumentation"/>
<aspect name="akka.instrumentation.ActorCellInvokeInstrumentation"/>
- <aspect name="akka.instrumentation.PromiseInstrumentation"/>
+ <aspect name="kamon.instrumentation.PromiseInstrumentation"/>
<include within="*"/>
<exclude within="javax.*"/>