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 2015/04/20 10:54:03 UTC

svn commit: r948369 - in /websites/staging/openwebbeans/trunk/content: ./ owbsetup_se.html

Author: buildbot
Date: Mon Apr 20 08:54:03 2015
New Revision: 948369

Log:
Staging update by buildbot for openwebbeans

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

Propchange: websites/staging/openwebbeans/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Apr 20 08:54:03 2015
@@ -1 +1 @@
-1674763
+1674764

Modified: websites/staging/openwebbeans/trunk/content/owbsetup_se.html
==============================================================================
--- websites/staging/openwebbeans/trunk/content/owbsetup_se.html (original)
+++ websites/staging/openwebbeans/trunk/content/owbsetup_se.html Mon Apr 20 08:54:03 2015
@@ -83,7 +83,7 @@
 </ol>
 <h3 id="adding-required-jars-to-your-project">Adding required jars to your project</h3>
 <p>You can add OpenWebBeans to your project manually by adding jars or with Apache Maven. 
-How to download is explained here: <a href="/download.html">download page</a>.</p>
+How to download is explained here: <a href="/download.html">download page</a>. This is especially useful if you are not a maven user since the below links goes directly to the maven coordinates.</p>
 <p>For JavaSE you need:</p>
 <ul>
 <li><strong><a href="/download.html#required-version">openwebbeans-spi.jar</a></strong></li>
@@ -95,9 +95,9 @@ for the time being the existing plugins
 <p>You also need to add some spec API jars for the CDI, atinject and interceptors 
 specifications.</p>
 <ul>
-<li><strong>geronimo-jcdi_1.0_spec.jar</strong></li>
-<li><strong>geronimo-atinject_1.0_spec.jar</strong></li>
-<li><strong>geronimo-interceptor_1.1_spec.jar</strong></li>
+<li><strong><a href="/download.html#apis-version">geronimo-jcdi_1.0_spec.jar</a></strong></li>
+<li><strong><a href="/download.html#apis-version">geronimo-atinject_1.0_spec.jar</a></strong></li>
+<li><strong><a href="/download.html#apis-version">geronimo-interceptor_1.1_spec.jar</a></strong></li>
 </ul>
 <p>After you have added the jars described above to your project accordingly 
 to the download page and added them to your projects classpath.</p>