From 2b63540e5fffab545d0846cfb3dab5c0e1d0c9e1 Mon Sep 17 00:00:00 2001 From: Ivan Topolnak Date: Tue, 5 Nov 2013 18:38:39 -0300 Subject: basic separation of concerns between sub-projects --- kamon-core/src/main/resources/META-INF/aop.xml | 37 ---------------------- .../META-INF/aop_remove_when_possible.xml | 37 ++++++++++++++++++++++ 2 files changed, 37 insertions(+), 37 deletions(-) delete mode 100644 kamon-core/src/main/resources/META-INF/aop.xml create mode 100644 kamon-core/src/main/resources/META-INF/aop_remove_when_possible.xml (limited to 'kamon-core/src/main/resources/META-INF') diff --git a/kamon-core/src/main/resources/META-INF/aop.xml b/kamon-core/src/main/resources/META-INF/aop.xml deleted file mode 100644 index c63e17e5..00000000 --- a/kamon-core/src/main/resources/META-INF/aop.xml +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/kamon-core/src/main/resources/META-INF/aop_remove_when_possible.xml b/kamon-core/src/main/resources/META-INF/aop_remove_when_possible.xml new file mode 100644 index 00000000..207bf1b9 --- /dev/null +++ b/kamon-core/src/main/resources/META-INF/aop_remove_when_possible.xml @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3