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/07/20 17:35:11 UTC

svn commit: r826472 - in /websites/staging/openejb/trunk: cgi-bin/ content/ content/remote-server.html

Author: buildbot
Date: Fri Jul 20 15:35:11 2012
New Revision: 826472

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/remote-server.html

Propchange: websites/staging/openejb/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Jul 20 15:35:11 2012
@@ -1 +1 @@
-1363841
+1363846

Propchange: websites/staging/openejb/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Jul 20 15:35:11 2012
@@ -1 +1 @@
-1363841
+1363846

Modified: websites/staging/openejb/trunk/content/remote-server.html
==============================================================================
--- websites/staging/openejb/trunk/content/remote-server.html (original)
+++ websites/staging/openejb/trunk/content/remote-server.html Fri Jul 20 15:35:11 2012
@@ -200,18 +200,11 @@ InitialContext ctx = new InitialContext(
 </code></pre>
 
 <p>If you don't have any EJBs or clients to run, try the ubiquitous <a href="openejbx30:hello-world.html">Hello World</a>
- example.</p>
+ example.
+Add the following library to your clients classpath:
+* openejb-client-x.x.x.jar</p>
 
-<p>In OpenEJB 0.9.2 and before, add the following libraries to your clients
-classpath:
-* openejb-x.x.x.jar
-* openejb_client-x.x.x.jar</p>
-
-<p>In OpenEJB 1.0 beta 1, add the following libraries to your clients
-classpath:
-* openejb-core-10-beta1.jar</p>
-
-<p>Both can be found in the lib directory where you installed OpenEJB.</p>
+<p>Both can be found in the lib directory where you installed OpenEJB or in Maven repositories.</p>