You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2007/08/13 14:54:00 UTC

svn commit: r565331 - in /myfaces/tobago/trunk: build-site.sh src/site/site.xml

Author: bommel
Date: Mon Aug 13 05:54:00 2007
New Revision: 565331

URL: http://svn.apache.org/viewvc?view=rev&rev=565331
Log:
added tobago tutorial

Modified:
    myfaces/tobago/trunk/build-site.sh
    myfaces/tobago/trunk/src/site/site.xml

Modified: myfaces/tobago/trunk/build-site.sh
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/build-site.sh?view=diff&rev=565331&r1=565330&r2=565331
==============================================================================
--- myfaces/tobago/trunk/build-site.sh (original)
+++ myfaces/tobago/trunk/build-site.sh Mon Aug 13 05:54:00 2007
@@ -49,5 +49,7 @@
 
 
 echo "Building tobago site."
-mvn -Pall-modules clean javancss:report jxr:jxr jxr:test-jxr clirr:clirr -Daggregate=false --batch-mode
+mvn -Pall-modules clean
+mvn -N -Pmojodocbook --batch-mode
+mvn -Pall-modules javancss:report jxr:jxr jxr:test-jxr clirr:clirr -Daggregate=false --batch-mode
 mvn -Pall-modules install site-deploy -Daggregate=true --batch-mode

Modified: myfaces/tobago/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/src/site/site.xml?view=diff&rev=565331&r1=565330&r2=565331
==============================================================================
--- myfaces/tobago/trunk/src/site/site.xml (original)
+++ myfaces/tobago/trunk/src/site/site.xml Mon Aug 13 05:54:00 2007
@@ -53,6 +53,7 @@
 
     <menu name="Documentation">
       <item name="Getting Started" href="http://myfaces.apache.org/tobago/getting-started.html"/>
+      <item name="Tutorial" href="http://myfaces.apache.org/tobago/docbook/tobago-book.html" />
       <item name="Roadmap" href="http://myfaces.apache.org/tobago/roadmap.html" />
       <item name="Theme Handling" href="http://myfaces.apache.org/tobago/themes.html" />
       <item name="FAQ" href="http://myfaces.apache.org/tobago/faq.html" />