[webbeans-commits] Webbeans SVN: r3847 - in ri/trunk/tests/src/test/resources/org/jboss/webbeans/test/unit: interceptor and 1 other directories.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Mon Oct 5 04:02:34 EDT 2009


Author: marius.bogoevici
Date: 2009-10-05 04:02:32 -0400 (Mon, 05 Oct 2009)
New Revision: 3847

Added:
   ri/trunk/tests/src/test/resources/org/jboss/webbeans/test/unit/interceptor/
   ri/trunk/tests/src/test/resources/org/jboss/webbeans/test/unit/interceptor/simple/
   ri/trunk/tests/src/test/resources/org/jboss/webbeans/test/unit/interceptor/simple/beans.xml
Log:
.. and the configuration file for the test.

Added: ri/trunk/tests/src/test/resources/org/jboss/webbeans/test/unit/interceptor/simple/beans.xml
===================================================================
--- ri/trunk/tests/src/test/resources/org/jboss/webbeans/test/unit/interceptor/simple/beans.xml	                        (rev 0)
+++ ri/trunk/tests/src/test/resources/org/jboss/webbeans/test/unit/interceptor/simple/beans.xml	2009-10-05 08:02:32 UTC (rev 3847)
@@ -0,0 +1,9 @@
+<beans>
+    <interceptors>
+        <class>org.jboss.webbeans.test.unit.interceptor.simple.SimpleInterceptor</class>
+        <class>org.jboss.webbeans.test.unit.interceptor.simple.TwoBindingsInterceptor</class>
+    </interceptors>
+    <decorators>
+        <class>org.jboss.webbeans.test.unit.interceptor.simple.SimpleDecorator</class>
+    </decorators>
+</beans>




More information about the weld-commits mailing list