Skip to content
This repository has been archived by the owner on Nov 17, 2017. It is now read-only.

Commit

Permalink
Changed the archetype reference to mention RichFaces
Browse files Browse the repository at this point in the history
  • Loading branch information
bleathem committed Dec 6, 2013
1 parent 1dd65af commit a3962c3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions kitchensink-rf/.cheatsheet.xml
Expand Up @@ -15,7 +15,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<cheatsheet title="RichFaces: Kitchensink quickstart">
<cheatsheet title="RichFaces: Kitchensink-rf quickstart">
<intro>
<description>
This quickstart shows off all the new features of Java EE 6, and how to use them with a RichFaces front-end.
Expand All @@ -39,7 +39,7 @@
</intro>
<item
skip="false"
title="The kitchensink example in depth">
title="The kitchensink-rf example in depth">
<description>
The kitchensink-rf application shows off a number of Java EE technologies such as CDI, JSF, EJB, JTA, JAX-RS
and Arquillian.
Expand Down Expand Up @@ -942,18 +942,18 @@
title="Creating your own application ">
<description>
What we didn&apos;t tell you about the
<b>Kitchensink quickstart</b>
<b>Kitchensink-rf quickstart</b>
is that it is generated from a Maven archetype.
Using this archetype offers you the perfect opportunity to generate your own project.
<br/>
<br/>
In order to perform that, you should select
<b>Help&gt;JBoss Central</b>
and click the
<b>Java EE Web Project</b>
<b>RichFaces Project</b>
wizard.
<br/>
You will get a brand new project with the same functionality as<b>kitchensink</b>,
You will get a brand new project with the same functionality as<b>kitchensink-rf</b>,
but customized with your details.
</description>
</item>
Expand Down

0 comments on commit a3962c3

Please sign in to comment.