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

svn commit: r948384 - in /websites/staging/openwebbeans/trunk/content: ./ owbsetup_ee.html

Author: buildbot
Date: Mon Apr 20 10:41:37 2015
New Revision: 948384

Log:
Staging update by buildbot for openwebbeans

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

Propchange: websites/staging/openwebbeans/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Apr 20 10:41:37 2015
@@ -1 +1 @@
-1674766
+1674791

Modified: websites/staging/openwebbeans/trunk/content/owbsetup_ee.html
==============================================================================
--- websites/staging/openwebbeans/trunk/content/owbsetup_ee.html (original)
+++ websites/staging/openwebbeans/trunk/content/owbsetup_ee.html Mon Apr 20 10:41:37 2015
@@ -86,18 +86,18 @@
 <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>
 <p>For JavaEE you always start with:</p>
 <ul>
-<li><strong>spi</strong></li>
-<li><strong>impl</strong></li>
-<li><strong>web</strong></li>
+<li><strong><a href="/download.html#required-version">openwebbeans-spi</a></strong></li>
+<li><strong>openwebbeans-impl</strong></li>
+<li><strong>openwebbeans-web</strong></li>
 </ul>
 <p>Then you add from the following plugins accordingly to your needs:</p>
 <ul>
-<li><strong>el11</strong></li>
-<li><strong>el22</strong></li>
-<li><strong>tomcat7</strong></li>
-<li><strong>tomcat6</strong></li>
-<li><strong>jsf12</strong></li>
-<li><strong>jsf22</strong></li>
+<li><strong>openwebbeans-el11</strong></li>
+<li><strong>openwebbeans-el22</strong></li>
+<li><strong>openwebbeans-tomcat7</strong></li>
+<li><strong>openwebbeans-tomcat6</strong></li>
+<li><strong>openwebbeans-jsf12</strong></li>
+<li><strong>openwebbeans-jsf22</strong></li>
 </ul>
 <h3 id="when-to-use-respective-plugin">When to use respective plugin</h3>
 <p>If the project uses Expression Language add EL plugin accordingly to your version. This is required for using EL.</p>