You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by bu...@apache.org on 2012/12/14 09:01:16 UTC

svn commit: r842265 - in /websites/staging/openwebbeans/trunk/content: ./ source.html

Author: buildbot
Date: Fri Dec 14 08:01:15 2012
New Revision: 842265

Log:
Staging update by buildbot for openwebbeans

Modified:
    websites/staging/openwebbeans/trunk/content/   (props changed)
    websites/staging/openwebbeans/trunk/content/source.html

Propchange: websites/staging/openwebbeans/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Dec 14 08:01:15 2012
@@ -1 +1 @@
-1421548
+1421711

Modified: websites/staging/openwebbeans/trunk/content/source.html
==============================================================================
--- websites/staging/openwebbeans/trunk/content/source.html (original)
+++ websites/staging/openwebbeans/trunk/content/source.html Fri Dec 14 08:01:15 2012
@@ -60,9 +60,10 @@
 <p>The sources of Apache OpenWebBeans are maintained in the Apache Software Foundation Subversion repository.
 This is the repository where all committers work on.</p>
 <p>The sources can be checked out read only with the following command:</p>
-<blockquote>
-<p>svn co http://svn.apache.org/repos/asf/openwebbeans/trunk openwebbeans</p>
-</blockquote>
+<pre>
+svn co http://svn.apache.org/repos/asf/openwebbeans/trunk openwebbeans
+</pre>
+
 <p>If you have commit rights, then you should use</p>
 <blockquote>
 <p>svn co https://svn.apache.org/repos/asf/openwebbeans/trunk openwebbeans</p>
@@ -93,9 +94,9 @@ For checking out sources of the stable C
 <li>doc - for building the documentation PDF from docbook</li>
 </ul>
 <p>To activate all of them use</p>
-<blockquote>
-<p>mvn clean install -Ptck -Pjsr330-tck -Pdoc</p>
-</blockquote>
+<p><code>
+mvn clean install -Ptck -Pjsr330-tck -Pdoc
+</code></p>
         </div>
 
         <hr>