[seam-commits] Seam SVN: r10886 - examples/trunk/servlet-permalink.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Mon May 11 22:41:55 EDT 2009


Author: dan.j.allen
Date: 2009-05-11 22:41:55 -0400 (Mon, 11 May 2009)
New Revision: 10886

Modified:
   examples/trunk/servlet-permalink/readme.txt
Log:
update


Modified: examples/trunk/servlet-permalink/readme.txt
===================================================================
--- examples/trunk/servlet-permalink/readme.txt	2009-05-12 02:26:40 UTC (rev 10885)
+++ examples/trunk/servlet-permalink/readme.txt	2009-05-12 02:41:55 UTC (rev 10886)
@@ -79,20 +79,20 @@
 
 = Importing the project into Eclipse
 
-The recommendate way to setup a Seam example in Eclipse is to use the m2eclipse
+The recommended way to setup a Seam example in Eclipse is to use the m2eclipse
 plugin. This plugin derives the build classpath from the dependencies listed in
 the pom.xml file. It also has direct integration with Maven build commands.
 
-To get started with Eclipse, you first need to hook Eclipse to your Maven
-repository. That can be done using this command:
+To get started open Eclipse and import the project by selecting "Maven
+Projects" and browsing to the project folder. You can now develop the project
+in Eclipse just like any other project.
 
-  mvn eclipse:configure-workspace
+You could also prepare the Eclipse project before hand, then import the project
+into Eclipse. First, transform the pom.xml into an m2eclipse Eclipse project
+using this command:
 
-You can then transform the pom.xml into an m2eclipse Eclipse project using the
-following command:
-
   mvn eclipse:m2eclipse
 
-Now go into Eclipse an import the project by selecting "Existing projects from
-workspace". You can also simply import the project using the native m2eclipse
-Maven project importer. However, that will miss activating the WTP features.
+Now go into Eclipse an import the project by selecting "Existing projects into
+workspace" and selecting the project folder. Both approaches use the Eclipse
+project configuration defined in the pom.xml file.




More information about the seam-commits mailing list