You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by ka...@apache.org on 2015/04/20 10:45:48 UTC

svn commit: r1674760 - /openwebbeans/cms-site/trunk/content/owbsetup_se.mdtext

Author: karlkilden
Date: Mon Apr 20 08:45:48 2015
New Revision: 1674760

URL: http://svn.apache.org/r1674760
Log:
CMS commit to openwebbeans by karlkilden

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

Modified: openwebbeans/cms-site/trunk/content/owbsetup_se.mdtext
URL: http://svn.apache.org/viewvc/openwebbeans/cms-site/trunk/content/owbsetup_se.mdtext?rev=1674760&r1=1674759&r2=1674760&view=diff
==============================================================================
--- openwebbeans/cms-site/trunk/content/owbsetup_se.mdtext (original)
+++ openwebbeans/cms-site/trunk/content/owbsetup_se.mdtext Mon Apr 20 08:45:48 2015
@@ -34,7 +34,7 @@ How to download is explained here: [down
 For JavaSE you need:
 
   - **[openwebbeans-spi.jar][2]**
-  - **openwebbeans-impl.jar**
+  - **[openwebbeans-impl.jar][2]**
 
 Those two parts of OpenWebBeans are what you could call "system core".
 These are the only OWB artifacts you need for JavaSE capabilities and 
@@ -55,7 +55,7 @@ to the download page and added them to y
 ###Bootstrapping OpenWebBeans
 
 For now we recommend two ways for booting up the OpenWebBeans container: 
-[**Deltaspike CdiCtrl**][3] or booting it yourself in i.e. a standard main method. 
+[**Deltaspike CdiCtrl**][4] or booting it yourself in i.e. a standard main method. 
 
 #### Option number one - Apache DeltaSpike CdiCtrl
 
@@ -63,7 +63,7 @@ Apache DeltaSpike is a set of portable C
 to control various CDI-Containers without having to change your own code. It contains an API
 and multiple implementations for a few CDI Containers.
 
-For most projects [**Deltaspike CdiCtrl**][4] will be the smoother choice to boot your project
+For most projects [**Deltaspike CdiCtrl**][5] will be the smoother choice to boot your project
 in JavaSE . 
 
 
@@ -92,11 +92,12 @@ to do advanced things.
 
 
 
-From here you might want to look at our samples selection: [samples][5].
+From here you might want to look at our samples selection: [samples][6].
 
 
   [1]: /download.html
   [2]: /download.html#required-version
-  [3]: http://deltaspike.apache.org/documentation.html#with-java-se
+  [3]: /download.html#required-version
   [4]: http://deltaspike.apache.org/documentation.html#with-java-se
-  [5]: /openwebbeans/samples.html
\ No newline at end of file
+  [5]: http://deltaspike.apache.org/documentation.html#with-java-se
+  [6]: /openwebbeans/samples.html
\ No newline at end of file