aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/legacy-main/resources/META-INF/aop.xml
diff options
context:
space:
mode:
authorIvan Topolnjak <ivantopo@gmail.com>2017-06-06 14:15:15 +0200
committerIvan Topolnjak <ivantopo@gmail.com>2017-06-06 14:15:15 +0200
commitc52f8eaca0d1ccc4c992cba039e35e099b5b478b (patch)
treef9e78e2f929627e7547bef39fdf6cbcd544cb8d8 /kamon-core/src/legacy-main/resources/META-INF/aop.xml
parent1f5d9876dedb715ae1c31203ea4f15ebf031612c (diff)
downloadKamon-c52f8eaca0d1ccc4c992cba039e35e099b5b478b.tar.gz
Kamon-c52f8eaca0d1ccc4c992cba039e35e099b5b478b.tar.bz2
Kamon-c52f8eaca0d1ccc4c992cba039e35e099b5b478b.zip
make it compile for Scala 2.11 and 2.12
Diffstat (limited to 'kamon-core/src/legacy-main/resources/META-INF/aop.xml')
-rw-r--r--kamon-core/src/legacy-main/resources/META-INF/aop.xml15
1 files changed, 0 insertions, 15 deletions
diff --git a/kamon-core/src/legacy-main/resources/META-INF/aop.xml b/kamon-core/src/legacy-main/resources/META-INF/aop.xml
deleted file mode 100644
index b13f9aac..00000000
--- a/kamon-core/src/legacy-main/resources/META-INF/aop.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE aspectj PUBLIC "-//AspectJ//DTD//EN" "http://www.eclipse.org/aspectj/dtd/aspectj.dtd">
-
-<aspectj>
- <aspects>
-
- <!-- Notify that AspectJ is present -->
- <aspect name="kamon.AspectJPresent"/>
-
- </aspects>
-
- <weaver>
- <include within="kamon..*"/>
- </weaver>
-
-</aspectj> \ No newline at end of file