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:12:37 UTC

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

Author: buildbot
Date: Fri Dec 14 08:12:36 2012
New Revision: 842267

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:12:36 2012
@@ -1 +1 @@
-1421711
+1421714

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:12:36 2012
@@ -65,28 +65,33 @@ svn co http://svn.apache.org/repos/asf/o
 </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>
-</blockquote>
+<pre>
+svn co https://svn.apache.org/repos/asf/openwebbeans/trunk openwebbeans
+</pre>
+
 <p>The SVN trunk currently contains our effort to implement the CDI-1.1 specification and is not considered production ready yet.
 For checking out sources of the stable CDI-1.0 version of OpenWebBeans, please use the owb_1.1.x branch from here:</p>
-<blockquote>
-<p>svn co http://svn.apache.org/repos/asf/openwebbeans/branches/owb_1.1.x/</p>
-</blockquote>
+<pre>
+svn co http://svn.apache.org/repos/asf/openwebbeans/branches/owb_1.1.x/
+</pre>
+
 <h1 id="git-mirrors">GIT mirrors</h1>
 <p>We also provide GIT mirrors from our SVN repository</p>
-<blockquote>
-<p>git clone git://git.apache.org/openwebbeans.git</p>
-</blockquote>
+<pre>
+git clone git://git.apache.org/openwebbeans.git
+</pre>
+
 <p>Another mirror is available on github:</p>
-<blockquote>
-<p>https://github.com/apache/openwebbeans</p>
-</blockquote>
+<pre>
+https://github.com/apache/openwebbeans
+</pre>
+
 <h1 id="building-openwebbeans">Building OpenWebBeans</h1>
 <p>Apache OpenWebBeans can be built by using Apache Maven. Just go into the source directory and execute</p>
-<blockquote>
-<p>mvn clean install</p>
-</blockquote>
+<pre>
+mvn clean install
+</pre>
+
 <p>The following maven profiles exist in our build to trigger additional build steps and configuration:</p>
 <ul>
 <li>tck - for executing the CDI (JSR-299 resp. JSR-346) standalone TCK</li>
@@ -94,9 +99,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>
-<p><code>
+<pre>
 mvn clean install -Ptck -Pjsr330-tck -Pdoc
-</code></p>
+</pre>
         </div>
 
         <hr>