You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openwebbeans.apache.org by Mark Struberg <st...@yahoo.de> on 2009/04/26 09:50:02 UTC

AW: svn commit: r768676 - /incubator/openwebbeans/trunk/webbeans-jpa/src/main/resources/META-INF/services/org.apache.webbeans.plugins.OpenWebBeansPlugin

cool, txs!

Since we are not not implementing an interface purely, we should add the @Override shouldn't we?

I'm in IRC btw.

LieGrü,
strub

--- gerdogdu@apache.org <ge...@apache.org> schrieb am So, 26.4.2009:

> Von: gerdogdu@apache.org <ge...@apache.org>
> Betreff: svn commit: r768676 - /incubator/openwebbeans/trunk/webbeans-jpa/src/main/resources/META-INF/services/org.apache.webbeans.plugins.OpenWebBeansPlugin
> An: openwebbeans-commits@incubator.apache.org
> Datum: Sonntag, 26. April 2009, 9:44
> Author: gerdogdu
> Date: Sun Apr 26 07:44:29 2009
> New Revision: 768676
> 
> URL: http://svn.apache.org/viewvc?rev=768676&view=rev
> Log:
> Adding plugin support
> 
> Modified:
>    
> incubator/openwebbeans/trunk/webbeans-jpa/src/main/resources/META-INF/services/org.apache.webbeans.plugins.OpenWebBeansPlugin
> 
> Modified:
> incubator/openwebbeans/trunk/webbeans-jpa/src/main/resources/META-INF/services/org.apache.webbeans.plugins.OpenWebBeansPlugin
> URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-jpa/src/main/resources/META-INF/services/org.apache.webbeans.plugins.OpenWebBeansPlugin?rev=768676&r1=768675&r2=768676&view=diff
> ==============================================================================
> ---
> incubator/openwebbeans/trunk/webbeans-jpa/src/main/resources/META-INF/services/org.apache.webbeans.plugins.OpenWebBeansPlugin
> (original)
> +++
> incubator/openwebbeans/trunk/webbeans-jpa/src/main/resources/META-INF/services/org.apache.webbeans.plugins.OpenWebBeansPlugin
> Sun Apr 26 07:44:29 2009
> @@ -1,4 +1,4 @@
>  # this file contains the service implementation for the 
> -# JSF integration into OpenWebBeans
> +# JMS integration into OpenWebBeans
>  # this file contains information for
> java.util.ServiceLoader
> -org.apache.webbeans.jpa.plugin.OpenWebBeansJpaPlugin
> \ No newline at end of file
> +org.apache.webbeans.jms.plugin.OpenWebBeansJmsPlugin
> \ No newline at end of file
> 
> 
>