You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by co...@apache.org on 2010/07/03 16:25:41 UTC

svn commit: r960221 - /openwebbeans/trunk/readme/README_1_0_0-alpha-1.txt

Author: covener
Date: Sat Jul  3 14:25:41 2010
New Revision: 960221

URL: http://svn.apache.org/viewvc?rev=960221&view=rev
Log:
wording tweak for plugin text

Modified:
    openwebbeans/trunk/readme/README_1_0_0-alpha-1.txt

Modified: openwebbeans/trunk/readme/README_1_0_0-alpha-1.txt
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/readme/README_1_0_0-alpha-1.txt?rev=960221&r1=960220&r2=960221&view=diff
==============================================================================
--- openwebbeans/trunk/readme/README_1_0_0-alpha-1.txt (original)
+++ openwebbeans/trunk/readme/README_1_0_0-alpha-1.txt Sat Jul  3 14:25:41 2010
@@ -220,10 +220,10 @@ There are several jars in the OpenWebBea
 How OWB Plugins Work
 ------------------------------------------
 
-OpenWebBeans has been developing in a plugin way. The Core dependency injection service
+OpenWebBeans has been developed with a plugin architecture. The Core dependency injection service
 is provided with openwebbeans-impl. If you need further service functionality, 
 you have to add respective plugin jars into the application classpath. OpenWebBeans 
-uses the Java SE 6.0 java.util.ServiceLoader mechanism to pickup those plugins at runtime.
+uses the Java SE 6.0 java.util.ServiceLoader mechanism to pickup plugins at runtime.
 
 Current Plugins:
 ---------------------