You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by hl...@apache.org on 2007/01/23 21:59:12 UTC

svn commit: r499132 - in /tapestry/tapestry5/tapestry-project/trunk: pom.xml src/site/apt/index.apt src/site/site.xml

Author: hlship
Date: Tue Jan 23 12:59:11 2007
New Revision: 499132

URL: http://svn.apache.org/viewvc?view=rev&rev=499132
Log:
Add links to the new tapestry-simple Maven archetype.

Modified:
    tapestry/tapestry5/tapestry-project/trunk/pom.xml
    tapestry/tapestry5/tapestry-project/trunk/src/site/apt/index.apt
    tapestry/tapestry5/tapestry-project/trunk/src/site/site.xml

Modified: tapestry/tapestry5/tapestry-project/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/tapestry-project/trunk/pom.xml?view=diff&rev=499132&r1=499131&r2=499132
==============================================================================
--- tapestry/tapestry5/tapestry-project/trunk/pom.xml (original)
+++ tapestry/tapestry5/tapestry-project/trunk/pom.xml Tue Jan 23 12:59:11 2007
@@ -65,6 +65,8 @@
         <!-- Temporarily removed until the project is named correctly and set up with a trunk, etc. 
         <module>../tapestry-Workbench</module>
         -->
+        <!-- Now we're getting into the archetypes. -->
+        <module>../tapestry-simple</module>
     </modules>
     <dependencyManagement>
         <dependencies>

Modified: tapestry/tapestry5/tapestry-project/trunk/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/tapestry-project/trunk/src/site/apt/index.apt?view=diff&rev=499132&r1=499131&r2=499132
==============================================================================
--- tapestry/tapestry5/tapestry-project/trunk/src/site/apt/index.apt (original)
+++ tapestry/tapestry5/tapestry-project/trunk/src/site/apt/index.apt Tue Jan 23 12:59:11 2007
@@ -73,7 +73,8 @@
   Also, check out the {{{tapestry-core/screencast.html}Tapestry 5 Screencasts}} for a visual introduction to what
   Tapestry 5 has to offer.
   
-
+  The first Maven archetype (project template) for Tapestry 5 has been created: {{{tapestry-simple/index.html}tapestry-simple}}. This alllows
+  you to create a starter shell of an application in just seconds.
   
 Principal 1 -- Static Structure, Dynamic Behavior
 

Modified: tapestry/tapestry5/tapestry-project/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/tapestry-project/trunk/src/site/site.xml?view=diff&rev=499132&r1=499131&r2=499132
==============================================================================
--- tapestry/tapestry5/tapestry-project/trunk/src/site/site.xml (original)
+++ tapestry/tapestry5/tapestry-project/trunk/src/site/site.xml Tue Jan 23 12:59:11 2007
@@ -33,6 +33,10 @@
             <item name="tapestry-core" href="tapestry-core/"/>
             <item name="tapestry-ioc" href="tapestry-ioc"/>
         </menu>
+        
+        <menu name="Tapestry 5 Archetypes">
+            <item name="tapestry-simple" href="tapestry-simple/"/>
+        </menu>
 
         <menu name="Developer Info">
             <item name="DevWiki" href="tap5devwiki.html"/>