You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by db...@apache.org on 2012/02/18 01:11:35 UTC

svn commit: r805223 - in /websites/production/openejb: ./ content/deploying-in-tomee.html content/sitemap.html content/sitemap.xml content/tomee-logging.html

Author: dblevins
Date: Sat Feb 18 00:11:35 2012
New Revision: 805223

Log:
Publishing merge to openejb site by dblevins

Added:
    websites/production/openejb/content/deploying-in-tomee.html
      - copied unchanged from r805222, websites/staging/openejb/trunk/content/deploying-in-tomee.html
Modified:
    websites/production/openejb/   (props changed)
    websites/production/openejb/content/sitemap.html
    websites/production/openejb/content/sitemap.xml
    websites/production/openejb/content/tomee-logging.html

Propchange: websites/production/openejb/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Feb 18 00:11:35 2012
@@ -1 +1 @@
-1245268
+1245808

Propchange: websites/production/openejb/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Sat Feb 18 00:11:35 2012
@@ -1 +1 @@
-/websites/staging/openejb/trunk:790824-805130
+/websites/staging/openejb/trunk:790824-805222

Modified: websites/production/openejb/content/sitemap.html
==============================================================================
--- websites/production/openejb/content/sitemap.html (original)
+++ websites/production/openejb/content/sitemap.html Sat Feb 18 00:11:35 2012
@@ -158,6 +158,7 @@
 <li><a href="custom-injection.html">Custom Injection</a></li>
 <li><a href="datasource-password-encryption.html">DataSource Password Encryption</a></li>
 <li><a href="deploy-tool.html">Deploy Tool</a></li>
+<li><a href="deploying-in-tomee.html">deploying-in-tomee.html</a></li>
 <li><a href="deployment-id.html">Deployment ID</a></li>
 <li><a href="deployments.html">Deployments</a></li>
 <li><a href="details-on-openejb-jar.html">Details on openejb-jar</a></li>

Modified: websites/production/openejb/content/sitemap.xml
==============================================================================
--- websites/production/openejb/content/sitemap.xml (original)
+++ websites/production/openejb/content/sitemap.xml Sat Feb 18 00:11:35 2012
@@ -106,6 +106,9 @@
         <loc>http://tomee.apache.org/deploy-tool.html</loc>
     </url>
     <url>
+        <loc>http://tomee.apache.org/deploying-in-tomee.html</loc>
+    </url>
+    <url>
         <loc>http://tomee.apache.org/deployment-id.html</loc>
     </url>
     <url>

Modified: websites/production/openejb/content/tomee-logging.html
==============================================================================
--- websites/production/openejb/content/tomee-logging.html (original)
+++ websites/production/openejb/content/tomee-logging.html Sat Feb 18 00:11:35 2012
@@ -138,17 +138,15 @@
 
 <p>Logging in TomEE is configured using the conf/logging.properties file. Here are some of the benefits: </p>
 
-<ol>
-<li>You do not have to author a logging.properties from scratch. </li>
-<li>You get one with sensible defaults.      </p>
+<p>You do not have to author a logging.properties from scratch. </p>
+
+<p>You get one with sensible defaults.      </p>
 
 <p>If you did modify the default file, and you wanted to revert back to the default file generated by TomEE, all you have to do is </p>
 
-<ol>
-<li>Delete or rename the file e.g. rename it to logging.properties.BAK . </li>
-<li>Restart the server</li>
-</ol></li>
-</ol>
+<p>Delete or rename the file e.g. rename it to logging.properties.BAK . </p>
+
+<p>Restart the server</p>