Author: buildbot
Date: Mon Jul 11 04:08:57 2011
New Revision: 792516

Log:
Staging update by buildbot

Modified:
    websites/staging/openejb/trunk/content/openejb-1.0-beta-1.html
    websites/staging/openejb/trunk/content/openejb-1.0.html
    websites/staging/openejb/trunk/content/remote-server.html

Modified: websites/staging/openejb/trunk/content/openejb-1.0-beta-1.html
==============================================================================
--- websites/staging/openejb/trunk/content/openejb-1.0-beta-1.html (original)
+++ websites/staging/openejb/trunk/content/openejb-1.0-beta-1.html Mon Jul 11 
04:08:57 2011
@@ -219,13 +219,13 @@ a short while here:</p>
 <p>It is now possible to deploy and run EJB apps that are not  in a *.jar
 archive.  For example, for ejb app located at:</p>
 
-<pre><code>bq. /home/jsmith/myejbapp/META-INF/ejb-jar.xml
+<pre><code>/home/jsmith/myejbapp/META-INF/ejb-jar.xml
 </code></pre>
 
 <p>Simply add a Deployments declaration to the openejb.conf  like the
 following:</p>
 
-<pre><code>bq. &lt;Deployment dir="/home/jsmith/myejbapp" /&gt;
+<pre><code>&lt;Deployment dir="/home/jsmith/myejbapp" /&gt;
 </code></pre>
 
 <p><a name="OpenEJB1.0Beta1-AutoDeployforSimpleApps"></a></p>

Modified: websites/staging/openejb/trunk/content/openejb-1.0.html
==============================================================================
--- websites/staging/openejb/trunk/content/openejb-1.0.html (original)
+++ websites/staging/openejb/trunk/content/openejb-1.0.html Mon Jul 11 04:08:57 
2011
@@ -279,13 +279,13 @@ a short while here:</p>
 <p>It is now possible to deploy and run EJB apps that are not  in a *.jar
 archive.  For example, for ejb app located at:</p>
 
-<pre><code>bq. /home/jsmith/myejbapp/META-INF/ejb-jar.xml
+<pre><code>/home/jsmith/myejbapp/META-INF/ejb-jar.xml
 </code></pre>
 
 <p>Simply add a Deployments declaration to the openejb.conf  like the
 following:</p>
 
-<pre><code>bq. &lt;Deployment dir="/home/jsmith/myejbapp" /&gt;
+<pre><code>&lt;Deployment dir="/home/jsmith/myejbapp" /&gt;
 </code></pre>
 
 <p><a name="OpenEJB1.0-AutoDeployforSimpleApps"></a></p>

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 Mon Jul 11 
04:08:57 2011
@@ -179,14 +179,16 @@ example.
 
 <p>Deploy your bean with the Deploy Tool:</p>
 
-<p>bq. c:\openejb> openejb.bat deploy beans\myBean.jar</p>
+<pre><code>c:\openejb&gt; openejb.bat deploy beans\myBean.jar
+</code></pre>
 
 <p>See the <a href="openejbx30:deploy-tool.html">OPENEJBx30:Deploy Tool</a>
  documentation for more details on deploying beans.</p>
 
 <p>Start the server:</p>
 
-<p>bq. c:\openejb> openejb.bat start -h 25.14.3.92 -p 4201</p>
+<pre><code>c:\openejb&gt; openejb.bat start -h 25.14.3.92 -p 4201
+</code></pre>
 
 <p>See the Remote Server command-line guide for more details on starting the
 Remote Server.</p>


Reply via email to