You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by gd...@apache.org on 2009/03/06 02:36:57 UTC

svn commit: r750742 - in /webservices/commons/trunk/modules/transport/modules/mail/src/test/resources: ./ META-INF/ META-INF/aop.xml

Author: gdaniels
Date: Fri Mar  6 01:36:57 2009
New Revision: 750742

URL: http://svn.apache.org/viewvc?rev=750742&view=rev
Log:
Add missing aop.xml

Added:
    webservices/commons/trunk/modules/transport/modules/mail/src/test/resources/
    webservices/commons/trunk/modules/transport/modules/mail/src/test/resources/META-INF/
    webservices/commons/trunk/modules/transport/modules/mail/src/test/resources/META-INF/aop.xml

Added: webservices/commons/trunk/modules/transport/modules/mail/src/test/resources/META-INF/aop.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/transport/modules/mail/src/test/resources/META-INF/aop.xml?rev=750742&view=auto
==============================================================================
--- webservices/commons/trunk/modules/transport/modules/mail/src/test/resources/META-INF/aop.xml (added)
+++ webservices/commons/trunk/modules/transport/modules/mail/src/test/resources/META-INF/aop.xml Fri Mar  6 01:36:57 2009
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  ~  Licensed to the Apache Software Foundation (ASF) under one
+  ~  or more contributor license agreements.  See the NOTICE file
+  ~  distributed with this work for additional information
+  ~  regarding copyright ownership.  The ASF licenses this file
+  ~  to you under the Apache License, Version 2.0 (the
+  ~  "License"); you may not use this file except in compliance
+  ~  with the License.  You may obtain a copy of the License at
+  ~
+  ~   http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~  Unless required by applicable law or agreed to in writing,
+  ~  software distributed under the License is distributed on an
+  ~   * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  ~  KIND, either express or implied.  See the License for the
+  ~  specific language governing permissions and limitations
+  ~  under the License.
+  -->
+<aspectj>
+    <aspects>
+        <aspect name="org.apache.axis2.transport.mail.LogAspect"/>
+    </aspects>
+    <weaver options="-showWeaveInfo">
+        <include within="org.apache.axis2.transport..*"/>
+    </weaver>
+</aspectj>