From richfaces-svn-commits at lists.jboss.org Thu Apr 7 02:21:50 2011 Content-Type: multipart/mixed; boundary="===============1115299468131560986==" MIME-Version: 1.0 From: richfaces-svn-commits at lists.jboss.org To: richfaces-svn-commits at lists.jboss.org Subject: [richfaces-svn-commits] JBoss Rich Faces SVN: r22386 - modules/docs/trunk/Developer_Guide/src/main/docbook/en-US. Date: Thu, 07 Apr 2011 02:21:50 -0400 Message-ID: <201104070621.p376Lob0018077@svn01.web.mwc.hst.phx2.redhat.com> --===============1115299468131560986== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: SeanRogers Date: 2011-04-07 02:21:49 -0400 (Thu, 07 Apr 2011) New Revision: 22386 Modified: modules/docs/trunk/Developer_Guide/src/main/docbook/en-US/appe-Developer= _Guide-Style_classes_and_skin_parameters.xml modules/docs/trunk/Developer_Guide/src/main/docbook/en-US/chap-Developer= _Guide-Getting_started_with_RichFaces.xml Log: Changed details for importing Maven projects: RFPL-1416 Modified: modules/docs/trunk/Developer_Guide/src/main/docbook/en-US/appe-De= veloper_Guide-Style_classes_and_skin_parameters.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- modules/docs/trunk/Developer_Guide/src/main/docbook/en-US/appe-Develope= r_Guide-Style_classes_and_skin_parameters.xml 2011-04-07 05:12:42 UTC (rev = 22385) +++ modules/docs/trunk/Developer_Guide/src/main/docbook/en-US/appe-Develope= r_Guide-Style_classes_and_skin_parameters.xml 2011-04-07 06:21:49 UTC (rev = 22386) @@ -263,6 +263,14 @@ +
+ <sgmltag><rich:messages></sgmltag> + + + + + +
<sgmltag><rich:progressBar></sgmltag> Modified: modules/docs/trunk/Developer_Guide/src/main/docbook/en-US/chap-De= veloper_Guide-Getting_started_with_RichFaces.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- modules/docs/trunk/Developer_Guide/src/main/docbook/en-US/chap-Develope= r_Guide-Getting_started_with_RichFaces.xml 2011-04-07 05:12:42 UTC (rev 223= 85) +++ modules/docs/trunk/Developer_Guide/src/main/docbook/en-US/chap-Develope= r_Guide-Getting_started_with_RichFaces.xml 2011-04-07 06:21:49 UTC (rev 223= 86) @@ -318,38 +318,61 @@ = - + Import the project into an IDE - Import the Maven project into your IDE. For Eclipse and JBoss Tools, you can import the p= roject using the M2Eclipse plug-in. + To import the project into Eclipse, eithe= r use Maven to prepare the project or import it directly using JBoss Tools. - - To install the plug-in, choose HelpInstall New Software from the menu. T= ype Maven to locate the Maven Integration for = Eclipse Update Site entry, then type Maven in= the filter to show the available plug-ins. Follow the prompts to install t= he Maven Integration for Eclipse plug-in. - - - With the plug-in installed, open the importing wizard by choosing FileImport from the menu. Select MavenExisting Maven Projects as the import source an= d choose the pom.xml file for your project. - - Using <application>Maven</application> to prepare the projec= t for <application>Eclipse</application> + Use <application>Maven</application> to prepare the project = for <application>Eclipse</application> + + + + Enter the following command in the root directory of the project: + + mvn eclipse:eclipse -DdownloadSources=3Dtrue -Dwtpversion= =3D2.0 + + The command generates the required Eclipse project files. + + + + Import the project into Eclipse and JBoss Tools through the importing wizard by choosi= ng FileImport from the menu. Select GeneralExisting Projects into Workspace as the = import source and choose the root directory for your project. + + + + + Import directly using <productname>JBoss Tools</productname>= - Alternatively, the project can be prepared using Maven then import= ed normally. Enter the following command in the root directory of the proje= ct: + JBoss Tools contains the following plug= -ins to import Maven projects: - mvn eclipse:eclipse -DdownloadSources=3Dtrue -Dwtpversion=3D2.0 - - The command generates the required Eclipse project files. You can then import the project into Eclips= e and JBoss Tools through the impo= rting wizard by choosing FileIm= port from the menu. Select = GeneralExisting Projects into Workspace as the import source and choose the root directory for your = project. - + + + + JBoss Maven Integration + + + + + JBoss Maven JSF Integration + + + + + + + Install JBoss Tools using the instruc= tions on the JBoss Tools Downloads site at . + = + + + + With the plug-ins installed, open the importing wizard by choosi= ng FileImport from the menu. Select MavenExisting Maven Projects as the import sour= ce and choose the pom.xml file for your project. + + + - = --===============1115299468131560986==--