Author: SeanRogers
Date: 2011-02-04 00:32:22 -0500 (Fri, 04 Feb 2011)
New Revision: 21443
Modified:
branches/enterprise/3.3.X/docs/cdkguide/en/src/main/docbook/master.xml
branches/enterprise/3.3.X/docs/userguide/en/src/main/docbook/modules/RFCGettingStarted.xml
Log:
Maven sections commented out as per RFPL-1081
Modified: branches/enterprise/3.3.X/docs/cdkguide/en/src/main/docbook/master.xml
===================================================================
--- branches/enterprise/3.3.X/docs/cdkguide/en/src/main/docbook/master.xml 2011-02-03
22:20:40 UTC (rev 21442)
+++ branches/enterprise/3.3.X/docs/cdkguide/en/src/main/docbook/master.xml 2011-02-04
05:32:22 UTC (rev 21443)
@@ -73,7 +73,7 @@
&intro;
&roadmap;
- &setup;
+ <!--&setup;-->
<chapter id="compdev" xreflabel="compdev">
<?dbhtml filename="compdev.html"?>
@@ -215,4 +215,4 @@
&vcpbody;
&vcpmock;
</chapter>
-</book>
\ No newline at end of file
+</book>
Modified:
branches/enterprise/3.3.X/docs/userguide/en/src/main/docbook/modules/RFCGettingStarted.xml
===================================================================
---
branches/enterprise/3.3.X/docs/userguide/en/src/main/docbook/modules/RFCGettingStarted.xml 2011-02-03
22:20:40 UTC (rev 21442)
+++
branches/enterprise/3.3.X/docs/userguide/en/src/main/docbook/modules/RFCGettingStarted.xml 2011-02-04
05:32:22 UTC (rev 21443)
@@ -272,7 +272,7 @@
</section>
</section>
- <section>
+<!-- <section>
<title>Integration of RichFaces into Maven
Project</title>
<para>In this section we will tell how you can create a simple
JSF application with RichFaces using Maven. </para>
<para>In the first place you need to make sure that Maven is
installed on you local machine. We will run the JSF application on Tomcat 6.0 server, so
please download and install it if you haven't done already so. </para>
@@ -361,29 +361,29 @@
<programlisting role="XML"><![CDATA[
jsf-app
-|-- pom.xml
-`-- src
- |-- main
- | |-- java
- | | `-- org
- | | `-- docs
- | | `-- richfaces
- | | `-- Bean.java
- | |-- resources
- | `-- webapp
- | |-- WEB-INF
- | | |-- faces-config.xml
- | | `-- web.xml
- | |-- index.jsp
- | `-- pages
- | |-- index.jsp
- | `-- index.xhtml
- `-- test
- `-- java
- `-- org
- `-- docs
- `-- richfaces
- `-- BeanTest.java
+|- pom.xml
+`- src
+ |- main
+ | |- java
+ | | `- org
+ | | `- docs
+ | | `- richfaces
+ | | `- Bean.java
+ | |- resources
+ | `- webapp
+ | |- WEB-INF
+ | | |- faces-config.xml
+ | | `- web.xml
+ | |- index.jsp
+ | `- pages
+ | |- index.jsp
+ | `- index.xhtml
+ `- test
+ `- java
+ `- org
+ `- docs
+ `- richfaces
+ `- BeanTest.java
]]></programlisting>
<para>
Now go to "jsf-app" folder, it contains a project
descriptor(pom.xml). Open the project descriptor to edit and add dependencies to the
<code><dependencies></code> element. Your
<code><dependencies></code> element content should be the
following:
@@ -449,7 +449,6 @@
<artifactId>jsr250-api</artifactId>
<version>1.0</version>
</dependency>
- <!-- RichFaces libraries -->
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-api</artifactId>
@@ -502,8 +501,8 @@
<para>Now run the application on Tomcat server and open it in
your favourite browser by pointing it to
"http://localhost:8080/jsf-app/" .</para>
</section>
+-->
-
<!-- RELEVANT RESOURCES LINKS -->
<section id="RelevantResourcesLinks">
Show replies by date