You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sc...@apache.org on 2005/06/22 06:52:42 UTC

svn commit: r191763 - in /myfaces/site: docs/bootstrap.html tlddoc/x/tree2.html

Author: schof
Date: Tue Jun 21 21:52:40 2005
New Revision: 191763

URL: http://svn.apache.org/viewcvs?rev=191763&view=rev
Log:
automated ant commit

Modified:
    myfaces/site/docs/bootstrap.html
    myfaces/site/tlddoc/x/tree2.html

Modified: myfaces/site/docs/bootstrap.html
URL: http://svn.apache.org/viewcvs/myfaces/site/docs/bootstrap.html?rev=191763&r1=191762&r2=191763&view=diff
==============================================================================
--- myfaces/site/docs/bootstrap.html (original)
+++ myfaces/site/docs/bootstrap.html Tue Jun 21 21:52:40 2005
@@ -331,7 +331,17 @@
 <li>
             A cron job also needs to be added to the machine performing the nightly build <br>
             
-<span class="codefrag">00 23 * * * ant -buildfile bootstrap.xml clean nightly &gt;/dev/null 2&gt;&amp;1</span>
+<span class="codefrag">00 23 * * * ant -buildfile /home/sjs4/bootstrap/bootstrap.xml -logger org.apache.tools.ant.listener.MailLogger clean nightly &gt;/dev/null 2&gt;&amp;1</span>
+        
+</li>
+    
+</ul>
+<ul>
+        
+<li>
+            A cron job also needs to be added to the machine performing the preiodic website build <br>
+            
+<span class="codefrag">45 0-23/4 * * * ant -buildfile /home/sjs4/bootstrap/bootstrap.xml -logger org.apache.tools.ant.listener.MailLogger clean publish-site &gt;/dev/null</span>
         
 </li>
     
@@ -341,7 +351,7 @@
 <li>
             A cron job is also needed on the desitnation server to make sure the website is updated from SVN <br>
             
-<span class="codefrag">00 23 * * * ant -buildfile bootstrap.xml clean nightly &gt;/dev/null 2&gt;&amp;1</span>
+<span class="codefrag">15 * * * * /home/schof/site-update.sh &gt;/dev/null</span>
         
 </li>
     

Modified: myfaces/site/tlddoc/x/tree2.html
URL: http://svn.apache.org/viewcvs/myfaces/site/tlddoc/x/tree2.html?rev=191763&r1=191762&r2=191763&view=diff
==============================================================================
--- myfaces/site/tlddoc/x/tree2.html (original)
+++ myfaces/site/tlddoc/x/tree2.html Tue Jun 21 21:52:40 2005
@@ -78,9 +78,6 @@
 <td>clientSideToggle</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Perform client-side toggling of expand/collapse state via javascript (default is true.)</td>
 </tr>
 <tr valign="top">
-<td>id</td><td>true</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
-</tr>
-<tr valign="top">
 <td>id</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Every component may have an unique id. Automatically created if omitted.</td>
 </tr>
 <tr valign="top">