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 17:02:08 UTC

svn commit: r1674910 - /openwebbeans/cms-site/trunk/content/openwebbeans-jsf.mdtext

Author: karlkilden
Date: Mon Apr 20 15:02:08 2015
New Revision: 1674910

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

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

Modified: openwebbeans/cms-site/trunk/content/openwebbeans-jsf.mdtext
URL: http://svn.apache.org/viewvc/openwebbeans/cms-site/trunk/content/openwebbeans-jsf.mdtext?rev=1674910&r1=1674909&r2=1674910&view=diff
==============================================================================
--- openwebbeans/cms-site/trunk/content/openwebbeans-jsf.mdtext (original)
+++ openwebbeans/cms-site/trunk/content/openwebbeans-jsf.mdtext Mon Apr 20 15:02:08 2015
@@ -16,7 +16,27 @@ Notice:    Licensed to the Apache Softwa
            specific language governing permissions and limitations
            under the License.
 
-# OpenWebBeans SPI
+# OpenWebBeans JSF 2.x and JSF 1.2
 
-Coming soon...
+Described in context here: [Getting started][1]
 
+
+###JSF 2.X Module
+
+    <dependency>
+        <groupId>org.apache.openwebbeans</groupId>
+        <artifactId>openwebbeans-jsf</artifactId>
+        <version>${owb.version}</version>
+        <scope>compile</scope>
+    </dependency>
+
+###JSF 1.2 Module
+
+    <dependency>
+        <groupId>org.apache.openwebbeans</groupId>
+        <artifactId>openwebbeans-jsf12</artifactId>
+        <version>${owb.version}</version>
+        <scope>compile</scope>
+    </dependency>
+
+  [1]: http://openwebbeans.apache.org/owbsetup_ee.html
\ No newline at end of file