You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@tomee.apache.org by bu...@apache.org on 2012/05/01 00:55:32 UTC

svn commit: r815197 - in /websites/staging/openejb/trunk: cgi-bin/ content/ content/examples-trunk/cdi-alternative-and-stereotypes/README.html content/examples-trunk/schedule-expression/README.html

Author: buildbot
Date: Mon Apr 30 22:55:31 2012
New Revision: 815197

Log:
Staging update by buildbot for openejb

Modified:
    websites/staging/openejb/trunk/cgi-bin/   (props changed)
    websites/staging/openejb/trunk/content/   (props changed)
    websites/staging/openejb/trunk/content/examples-trunk/cdi-alternative-and-stereotypes/README.html
    websites/staging/openejb/trunk/content/examples-trunk/schedule-expression/README.html

Propchange: websites/staging/openejb/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Apr 30 22:55:31 2012
@@ -1 +1 @@
-1332456
+1332457

Propchange: websites/staging/openejb/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Apr 30 22:55:31 2012
@@ -1 +1 @@
-1332456
+1332457

Modified: websites/staging/openejb/trunk/content/examples-trunk/cdi-alternative-and-stereotypes/README.html
==============================================================================
--- websites/staging/openejb/trunk/content/examples-trunk/cdi-alternative-and-stereotypes/README.html (original)
+++ websites/staging/openejb/trunk/content/examples-trunk/cdi-alternative-and-stereotypes/README.html Mon Apr 30 22:55:31 2012
@@ -145,7 +145,7 @@
 
 <h1>Introduction</h1>
 
-<p>CDI is a revolution for JEE world. This specification is the best one to avoid coupling between classes.</p>
+<p>CDI is a revolution for Java EE world. This specification is the best one to avoid coupling between classes.</p>
 
 <p>This example simply aims to override bindings at runtime to simplify mocking work.</p>
 

Modified: websites/staging/openejb/trunk/content/examples-trunk/schedule-expression/README.html
==============================================================================
--- websites/staging/openejb/trunk/content/examples-trunk/schedule-expression/README.html (original)
+++ websites/staging/openejb/trunk/content/examples-trunk/schedule-expression/README.html Mon Apr 30 22:55:31 2012
@@ -151,7 +151,7 @@
   callback events at a specified time, after a specified elapsed time, or after a specified interval."</p>
 </blockquote>
 
-<p>For a complete description of the TimerService, please refer to the JEE tutorial dedicated to the 
+<p>For a complete description of the TimerService, please refer to the Java EE tutorial dedicated to the 
 <a href="http://docs.oracle.com/javaee/6/tutorial/doc/bnboy.html">Timer Service</a>.</p>
 
 <h2>FarmerBrown</h2>