You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by ge...@apache.org on 2009/04/26 09:52:07 UTC

svn commit: r768680 - in /incubator/openwebbeans/trunk/webbeans-jms/src/main/resources/META-INF: ./ services/ services/org.apache.webbeans.plugins.OpenWebBeansPlugin

Author: gerdogdu
Date: Sun Apr 26 07:52:07 2009
New Revision: 768680

URL: http://svn.apache.org/viewvc?rev=768680&view=rev
Log:
Adding JMS Plugin service file

Added:
    incubator/openwebbeans/trunk/webbeans-jms/src/main/resources/META-INF/
    incubator/openwebbeans/trunk/webbeans-jms/src/main/resources/META-INF/services/
    incubator/openwebbeans/trunk/webbeans-jms/src/main/resources/META-INF/services/org.apache.webbeans.plugins.OpenWebBeansPlugin

Added: incubator/openwebbeans/trunk/webbeans-jms/src/main/resources/META-INF/services/org.apache.webbeans.plugins.OpenWebBeansPlugin
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-jms/src/main/resources/META-INF/services/org.apache.webbeans.plugins.OpenWebBeansPlugin?rev=768680&view=auto
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-jms/src/main/resources/META-INF/services/org.apache.webbeans.plugins.OpenWebBeansPlugin (added)
+++ incubator/openwebbeans/trunk/webbeans-jms/src/main/resources/META-INF/services/org.apache.webbeans.plugins.OpenWebBeansPlugin Sun Apr 26 07:52:07 2009
@@ -0,0 +1,4 @@
+# this file contains the service implementation for the 
+# JMS integration into OpenWebBeans
+# this file contains information for java.util.ServiceLoader
+org.apache.webbeans.jms.plugin.OpenWebBeansJmsPlugin
\ No newline at end of file