You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by rm...@apache.org on 2012/02/23 14:53:35 UTC

svn commit: r1292805 - /openejb/trunk/maven-plugins/spi-helper-jee6-profile/src/main/resources/org/apache/xbean/profile.properties

Author: rmannibucau
Date: Thu Feb 23 13:53:35 2012
New Revision: 1292805

URL: http://svn.apache.org/viewvc?rev=1292805&view=rev
Log:
adding Inject annotation

Modified:
    openejb/trunk/maven-plugins/spi-helper-jee6-profile/src/main/resources/org/apache/xbean/profile.properties

Modified: openejb/trunk/maven-plugins/spi-helper-jee6-profile/src/main/resources/org/apache/xbean/profile.properties
URL: http://svn.apache.org/viewvc/openejb/trunk/maven-plugins/spi-helper-jee6-profile/src/main/resources/org/apache/xbean/profile.properties?rev=1292805&r1=1292804&r2=1292805&view=diff
==============================================================================
--- openejb/trunk/maven-plugins/spi-helper-jee6-profile/src/main/resources/org/apache/xbean/profile.properties (original)
+++ openejb/trunk/maven-plugins/spi-helper-jee6-profile/src/main/resources/org/apache/xbean/profile.properties Thu Feb 23 13:53:35 2012
@@ -33,6 +33,7 @@ annotations = javax.annotation.ManagedBe
               javax.ejb.Stateless,\
               javax.ejb.Timeout,\
               javax.enterprise.inject.Specializes,\
+              javax.inject.Inject,\
               javax.interceptor.AroundInvoke,\
               javax.interceptor.AroundTimeout,\
               javax.interceptor.ExcludeClassInterceptors,\