Author: buildbot
Date: Sat Feb 22 20:33:42 2014
New Revision: 898882
Log:
Staging update by buildbot for myfaces
Modified:
websites/staging/myfaces/trunk/content/ (props changed)
websites/staging/myfaces/trunk/content/wiki/core/user-guide/getting-started/myfaces-archetypes-for-maven.html
Propchange: websites/staging/myfaces/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Feb 22 20:33:42 2014
@@ -1 +1 @@
-1570909
+1570911
Modified: websites/staging/myfaces/trunk/content/wiki/core/user-guide/getting-started/myfaces-archetypes-for-maven.html
==============================================================================
--- websites/staging/myfaces/trunk/content/wiki/core/user-guide/getting-started/myfaces-archetypes-for-maven.html
(original)
+++ websites/staging/myfaces/trunk/content/wiki/core/user-guide/getting-started/myfaces-archetypes-for-maven.html
Sat Feb 22 20:33:42 2014
@@ -300,7 +300,7 @@ used for any given archetype.</p>
<td> ⢠</td>
<td> none </td>
</tr>
- <tr><td> [HelloWorld Basic](#the-myfaces-hello-world-archetypes.html)
+ <tr><td><a href="#helloworld20">HelloWorld Basic</a>
</td><td> Webapp project that uses MyFaces Core 1.2.x with JSP as the
page templating system. </td>
<td> 1.2 </td>
@@ -308,7 +308,7 @@ used for any given archetype.</p>
<td> </td>
<td> Tomahawk </td>
</tr>
- <tr><td> [HelloWorld-Facelets](#the-myfaces-hello-world-archetypes.html)
+ <tr><td><a href="#helloworld20">HelloWorld-Facelets</a>
</td><td> Webapp project that uses MyFaces Core 1.2.x with Facelets as
the
page templating system. </td>
<td> 1.2 </td>
@@ -316,7 +316,7 @@ used for any given archetype.</p>
<td> ⢠</td>
<td> Tomahawk </td>
</tr>
- <tr><td> [HelloWorld-Portlet](#the-myfaces-hello-world-archetypes.html)
+ <tr><td><a href="#helloworld20">HelloWorld-Portlet</a>
</td><td> Simple portlet-enabled webapp.
</td>
<td> 1.2 </td>
@@ -338,7 +338,7 @@ used for any given archetype.</p>
<td> </td>
<td> Trinidad 2.0 </td>
</tr>
- <tr><td> [JSF-Component Library](#the-jsf-components-library-archetype.html)
+ <tr><td><a href="#the-jsf-components-library-archetype">JSF-Component
Library</a>
</td><td> Project that is intended to define new JSF components (rather
than
just use them). If you want to create a jar that defines a set of new
custom JSF components then this archetype is a good starting point.
@@ -348,7 +348,7 @@ used for any given archetype.</p>
<td> </td>
<td> N/A </td>
</tr>
- <tr><td> [JSF-Component Library](#the-jsf-components-library-archetype.html)
+ <tr><td><a href="#the-jsf-components-library-archetype">JSF-Component
Library</a>
myfaces-archetype-jsfcomponents20 </td><td> Project that is intended
to define
new JSF components (rather than just use them). If you want to create a jar
that defines a set of new custom JSF components then this archetype is a
@@ -511,8 +511,7 @@ your project at <a class="external-link"
href="http://localhost:8080/testApp"
rel="nofollow">http://localhost:8080/testApp</a></p>
-<h2>The JSF Components Library Archetype</h2>
-
+<h3 id="the-jsf-components-library-archetype">The JSF Components Library Archetype</h3>
<p>This archetype generates a maven multi-module project prepared for the
development of custom JSF components. To create your new project, the only
thing you have to do is to execute this command;</p>
|