aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/META-INF/aop.xml
diff options
context:
space:
mode:
authorIvan Topolnak <ivantopo@gmail.com>2013-08-07 19:06:33 -0300
committerIvan Topolnak <ivantopo@gmail.com>2013-08-07 19:06:33 -0300
commit923b88e8adef2f66b43e551fa4a0a1bbae5af7ff (patch)
treed555199f0c63b690ec51805b496ee2d54eb014da /src/main/resources/META-INF/aop.xml
parent1e6665e30d96772eab92aca4d23e176adcd88dc5 (diff)
downloadKamon-923b88e8adef2f66b43e551fa4a0a1bbae5af7ff.tar.gz
Kamon-923b88e8adef2f66b43e551fa4a0a1bbae5af7ff.tar.bz2
Kamon-923b88e8adef2f66b43e551fa4a0a1bbae5af7ff.zip
upgrading to akka 2.2
Diffstat (limited to 'src/main/resources/META-INF/aop.xml')
-rw-r--r--src/main/resources/META-INF/aop.xml34
1 files changed, 0 insertions, 34 deletions
diff --git a/src/main/resources/META-INF/aop.xml b/src/main/resources/META-INF/aop.xml
deleted file mode 100644
index e6d61fa1..00000000
--- a/src/main/resources/META-INF/aop.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<!DOCTYPE aspectj PUBLIC "-//AspectJ//DTD//EN" "http://www.eclipse.org/aspectj/dtd/aspectj.dtd">
-
-<aspectj>
- <weaver options="-verbose -showWeaveInfo">
- <!--<dump within="*" beforeandafter="true"/>-->
- </weaver>
-
- <aspects>
-
- <aspect name="kamon.instrumentation.ActorRefTellInstrumentation"/>
- <aspect name="kamon.instrumentation.ActorCellInvokeInstrumentation"/>
- <aspect name="kamon.instrumentation.RunnableInstrumentation" />
- <aspect name="kamon.instrumentation.MessageQueueInstrumentation" />
-
- <aspect name="kamon.instrumentation.InceptionAspect"/>
-
- <!-- ExecutorService Instrumentation for Akka. -->
-<!-- <aspect name="kamon.instrumentation.ExecutorServiceFactoryProviderInstrumentation"/>
- <aspect name="kamon.instrumentation.NamedExecutorServiceFactoryDelegateInstrumentation"/>-->
- <aspect name="kamon.instrumentation.ActorSystemInstrumentation"/>
- <aspect name ="kamon.instrumentation.ForkJoinPoolInstrumentation"/>
-
-
-
- <include within="*"/>
- <exclude within="javax..*"/>
- <exclude within="org.aspectj..*"/>
- <exclude within="scala..*"/>
- <exclude within="scalaz..*"/>
- <exclude within="scalad..*"/>
- <exclude within="play..*"/>
- </aspects>
-
-</aspectj>