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

svn commit: r1421714 - /openwebbeans/cms-site/trunk/content/source.mdtext

Author: jlmonteiro
Date: Fri Dec 14 08:12:30 2012
New Revision: 1421714

URL: http://svn.apache.org/viewvc?rev=1421714&view=rev
Log:
trying other code rendering

Modified:
    openwebbeans/cms-site/trunk/content/source.mdtext

Modified: openwebbeans/cms-site/trunk/content/source.mdtext
URL: http://svn.apache.org/viewvc/openwebbeans/cms-site/trunk/content/source.mdtext?rev=1421714&r1=1421713&r2=1421714&view=diff
==============================================================================
--- openwebbeans/cms-site/trunk/content/source.mdtext (original)
+++ openwebbeans/cms-site/trunk/content/source.mdtext Fri Dec 14 08:12:30 2012
@@ -35,29 +35,39 @@ svn co http://svn.apache.org/repos/asf/o
 
 If you have commit rights, then you should use
 
-> svn co https://svn.apache.org/repos/asf/openwebbeans/trunk openwebbeans
+<pre>
+svn co https://svn.apache.org/repos/asf/openwebbeans/trunk openwebbeans
+</pre>
 
 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:
 
-> svn co http://svn.apache.org/repos/asf/openwebbeans/branches/owb_1.1.x/
+<pre>
+svn co http://svn.apache.org/repos/asf/openwebbeans/branches/owb_1.1.x/
+</pre>
 
 # GIT mirrors
 
 We also provide GIT mirrors from our SVN repository
 
-> git clone git://git.apache.org/openwebbeans.git
+<pre>
+git clone git://git.apache.org/openwebbeans.git
+</pre>
 
 Another mirror is available on github:
 
-> https://github.com/apache/openwebbeans
+<pre>
+https://github.com/apache/openwebbeans
+</pre>
 
 
 # Building OpenWebBeans
 
 Apache OpenWebBeans can be built by using Apache Maven. Just go into the source directory and execute
 
-> mvn clean install
+<pre>
+mvn clean install
+</pre>
 
 The following maven profiles exist in our build to trigger additional build steps and configuration:
 
@@ -68,6 +78,6 @@ The following maven profiles exist in ou
 
 To activate all of them use
 
-<code>
+<pre>
 mvn clean install -Ptck -Pjsr330-tck -Pdoc
-</code>
\ No newline at end of file
+</pre>
\ No newline at end of file