[webbeans-commits] Webbeans SVN: r2664 - ri/trunk/tests/src/test/resources/org/jboss/webbeans/test/unit/xml/javaeepkg.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Thu May 7 07:02:50 EDT 2009


Author: vitold
Date: 2009-05-07 07:02:50 -0400 (Thu, 07 May 2009)
New Revision: 2664

Modified:
   ri/trunk/tests/src/test/resources/org/jboss/webbeans/test/unit/xml/javaeepkg/beans.xml
Log:
minor

Modified: ri/trunk/tests/src/test/resources/org/jboss/webbeans/test/unit/xml/javaeepkg/beans.xml
===================================================================
--- ri/trunk/tests/src/test/resources/org/jboss/webbeans/test/unit/xml/javaeepkg/beans.xml	2009-05-07 10:56:51 UTC (rev 2663)
+++ ri/trunk/tests/src/test/resources/org/jboss/webbeans/test/unit/xml/javaeepkg/beans.xml	2009-05-07 11:02:50 UTC (rev 2664)
@@ -5,7 +5,7 @@
 		<RequestScoped />
 		<Integer />
 		<Date />
-		<CommonDataSource />
+		<DataSource />
 		<InvocationContext />
 		<Event />
 		<ScheduleExpression />
@@ -31,7 +31,7 @@
    javax.context.RequestScoped;
    java.lang.Integer;
    java.util.Date;
-   javax.sql.CommonDataSource;
+   javax.sql.DataSource;
    javax.interceptor.InvocationContext;
    javax.event.Event;
    javax.ejb.ScheduleExpression;




More information about the weld-commits mailing list