[virgil] r165 committed - adding aop.xml so that we can carry out a load time weave of the trigg...

6 views
Skip to first unread message

virgil.apach...@codespot.com

unread,
Feb 5, 2012, 8:17:20 PM2/5/12
to virgil...@gmail.com
Revision: 165
Author: sandre...@gmail.com
Date: Sun Feb 5 17:16:26 2012
Log: adding aop.xml so that we can carry out a load time weave of the
trigger
http://code.google.com/a/apache-extras.org/p/virgil/source/detail?r=165

Added:
/trunk/triggers/src/main/resources/META-INF
/trunk/triggers/src/main/resources/META-INF/aop.xml

=======================================
--- /dev/null
+++ /trunk/triggers/src/main/resources/META-INF/aop.xml Sun Feb 5 17:16:26
2012
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<aspectj>
+ <aspects>
+ <aspect name="org.apache.virgil.triggers.CassandraServerTriggerAspect" />
+ </aspects>
+
+ <weaver options="-verbose">
+ <include within="javax.*" />
+ <include within="org.aspectj.*" />
+ <include within="org.apache.virgil.triggers.*" />
+ </weaver>
+
+</aspectj>

Reply all
Reply to author
Forward
0 new messages