You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by te...@apache.org on 2009/08/09 21:22:57 UTC

svn commit: r802573 - /tapestry/tapestry5/trunk/tapestry-tutorial1/src/site/apt/first.apt

Author: tedst
Date: Sun Aug  9 19:22:56 2009
New Revision: 802573

URL: http://svn.apache.org/viewvc?rev=802573&view=rev
Log:
The text before the command line needed a few changes

Modified:
    tapestry/tapestry5/trunk/tapestry-tutorial1/src/site/apt/first.apt

Modified: tapestry/tapestry5/trunk/tapestry-tutorial1/src/site/apt/first.apt
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-tutorial1/src/site/apt/first.apt?rev=802573&r1=802572&r2=802573&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-tutorial1/src/site/apt/first.apt (original)
+++ tapestry/tapestry5/trunk/tapestry-tutorial1/src/site/apt/first.apt Sun Aug  9 19:22:56 2009
@@ -8,13 +8,13 @@
   
   What we'll do is create an empty shell application using Maven, then import the application into Eclipse to do the rest of the work.
     
-  Before proceeding, we have to decide on three things:  A Maven <group id> and <artifact id> for our project and a <root package name>. 
+  Before proceeding, we have to decide on four things:  A Maven <group id> and <artifact id> for our project, a <version>, and a <base package name>.
   
   Maven uses the group id and artifact id to provide a unique identity for the application, and Tapestry needs to have a base package name so it knows where to look for pages and components.
   
   For this example, we'll use the group id <<org.apache.tapestry>>, artifact id <<tapestry-tutorial1>>, version <<1.0-SNAPSHOT>> and we'll use <<org.apache.tapestry5.tutorial>> as the base package.
   
-  Our final command line is thus:
+  Our final command line is:
 
 ----
 mvn archetype:generate -DarchetypeCatalog=http://tapestry.formos.com/maven-repository