Author: irooskov(a)redhat.com
Date: 2011-07-24 20:41:19 -0400 (Sun, 24 Jul 2011)
New Revision: 33156
Modified:
branches/jbosstools-3.2.x/jsf/docs/jsf_tools_ref_guide/en-US/images/jsf_support/jsf_support_11.png
branches/jbosstools-3.2.x/jsf/docs/jsf_tools_ref_guide/en-US/jsf_support.xml
branches/jbosstools-3.2.x/jsf/docs/jsf_tools_ref_guide/en-US/projects.xml
Log:
updated to fix TOOLSDOC-178
Modified:
branches/jbosstools-3.2.x/jsf/docs/jsf_tools_ref_guide/en-US/images/jsf_support/jsf_support_11.png
===================================================================
(Binary files differ)
Modified: branches/jbosstools-3.2.x/jsf/docs/jsf_tools_ref_guide/en-US/jsf_support.xml
===================================================================
---
branches/jbosstools-3.2.x/jsf/docs/jsf_tools_ref_guide/en-US/jsf_support.xml 2011-07-24
23:15:37 UTC (rev 33155)
+++
branches/jbosstools-3.2.x/jsf/docs/jsf_tools_ref_guide/en-US/jsf_support.xml 2011-07-25
00:41:19 UTC (rev 33156)
@@ -17,7 +17,7 @@
JSF Tools does not lock you into any one <property>JavaServer
Faces</property> implementation. You can always specify the desired
<property>JavaServer Faces</property> implementation while creating a new JSF
project (see <xref linkend="new_jsf_project"/>), adding JSF capability to
any existing Eclipse project (see <xref linkend="add_jsf_capability"/>),
or importing existing JSF projects (see <xref
linkend="ImportingExsJSFProjWithAnyStr74447"/>).
</para>
<para>
- At this point the special wizard will prompt you to specify an appropriate JSF
environment. It may be <property>JSF 1.1.02 RI</property>, or
<property>JSF 1.2</property> which integrates a number of new features and
changes. The wizard also lets you select JSF implementation with a component orientation
such as <property>JSF 1.2</property> with
<property>Facelets</property> or <property>MyFaces
1.1.4</property>.
+ At this point the special wizard will prompt you to specify an appropriate JSF
environment. It may be <property>JSF 1.1.02 RI</property>, <property>JSF
1.2</property> or <property>JSF 2.0</property>. The wizard also lets you
select JSF implementation with a component orientation such as <property>JSF
1.2</property> with <property>Facelets</property> or
<property>MyFaces 1.1.4</property>.
</para>
<figure>
Modified: branches/jbosstools-3.2.x/jsf/docs/jsf_tools_ref_guide/en-US/projects.xml
===================================================================
--- branches/jbosstools-3.2.x/jsf/docs/jsf_tools_ref_guide/en-US/projects.xml 2011-07-24
23:15:37 UTC (rev 33155)
+++ branches/jbosstools-3.2.x/jsf/docs/jsf_tools_ref_guide/en-US/projects.xml 2011-07-25
00:41:19 UTC (rev 33156)
@@ -98,17 +98,22 @@
<entry>
<para>
<emphasis>
- <property>JSFBlankWithLibs</property>
+ <property>JSFBlankWithoutLibs</property>
</emphasis>
</para>
</entry>
<entry>
- <para>This template will create a standard Web project structure with all
the JSF capabilities</para>
+ <para>
+ This template will create a standard Web project structure with all the JSF
capabilities.
+ </para>
+ <para>
+ Use a template without libs to avoid library conflicts when your server already
has JSF libraries installed.
+ </para>
</entry>
</row>
- <row>
+ <!-- <row>
<entry>
<para>
<emphasis>
@@ -120,7 +125,7 @@
<entry>
<para>This template will create a standard Web project structure, and also
include a sample application that is ready to run</para>
</entry>
- </row>
+ </row> -->
<row>
<entry>
@@ -133,7 +138,13 @@
<entry>
<para>
+ This template will create a standard Web project structure, and also include a
sample application that is ready to run.
+ </para>
+ <!-- <para>
Some servers already provide JSF libs, and you risk library conflicts while
deploying your project. To avoid such conflicts, use a template without libs if you have a
server with its own JSF libraries.
+ </para> -->
+ <para>
+ Use a template without libs to avoid library conflicts when your server already
has JSF libraries installed.
</para>
</entry>
</row>
Show replies by date