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/06/10 02:53:03 UTC

svn commit: r545823 - in /tapestry/tapestry5/trunk/tapestry-project: pom.xml src/site/site.xml src/t5-tutorial.pages.tar.bz2

Author: hlship
Date: Sat Jun  9 17:53:02 2007
New Revision: 545823

URL: http://svn.apache.org/viewvc?view=rev&rev=545823
Log:
TAPESTRY-1439: Convert Tutorial from Pages/PDF to new module using APT format

Removed:
    tapestry/tapestry5/trunk/tapestry-project/src/t5-tutorial.pages.tar.bz2
Modified:
    tapestry/tapestry5/trunk/tapestry-project/pom.xml
    tapestry/tapestry5/trunk/tapestry-project/src/site/site.xml

Modified: tapestry/tapestry5/trunk/tapestry-project/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-project/pom.xml?view=diff&rev=545823&r1=545822&r2=545823
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-project/pom.xml (original)
+++ tapestry/tapestry5/trunk/tapestry-project/pom.xml Sat Jun  9 17:53:02 2007
@@ -79,7 +79,7 @@
     <module>../tapestry-core</module>
     <module>../tapestry-spring</module>
     <module>../tapestry-hibernate</module>
-
+    
     <!-- Temporarily removed until the project is named correctly and set up with a trunk, etc. 
 			<module>../tapestry-Workbench</module>
 		-->
@@ -87,6 +87,11 @@
     <module>../quickstart</module>
     <!-- And the Maven plugin. -->
     <module>../tapestry-component-report</module>
+    
+    <!-- Tutorials -->
+    
+    <module>../tapestry-tutorial1</module>
+    
   </modules>
   <dependencyManagement>
     <dependencies>

Modified: tapestry/tapestry5/trunk/tapestry-project/src/site/site.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-project/src/site/site.xml?view=diff&rev=545823&r1=545822&r2=545823
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-project/src/site/site.xml (original)
+++ tapestry/tapestry5/trunk/tapestry-project/src/site/site.xml Sat Jun  9 17:53:02 2007
@@ -28,8 +28,7 @@
       <item name="Screencasts" href="screencast.html"/>
       <item name="Tapestry for Struts Developers" href="struts.html"/>
       <item name="Download" href="http://tapestry.apache.org/download.html"/>
-      <item name="Tapestry 5 Tutorial" href="t5-tutorial.pdf"/>
-      <item name="Release Notes" href="release-notes.html"/>
+       <item name="Release Notes" href="release-notes.html"/>
     </menu>
 
     <menu name="Tapestry 5 Modules">
@@ -38,6 +37,10 @@
       <item name="tapestry-ioc" href="tapestry-ioc"/>
       <item name="tapestry-spring" href="tapestry-spring"/>
       <item name="tapestry-test" href="tapestry-test/"/>
+    </menu>
+    
+    <menu name="Tapestry Tutorials">
+      <item name="Tutorial #1" href="tapestry-tutorial1/"/>
     </menu>
 
     <menu name="Tapestry 5 Maven Support">