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/04/06 21:01:55 UTC

cvs commit: incubator-myfaces/tlds myfaces_ext.tld

schof       2005/04/06 12:01:55

  Modified:    src/documentation/content/xdocs index.xml
               tlds     myfaces_ext.tld
  Log:
  Added rendered and binding attributes to tree2 (thanks to Jon Travis for the patch); minor change to web site
  
  Revision  Changes    Path
  1.7       +9 -1      incubator-myfaces/src/documentation/content/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/incubator-myfaces/src/documentation/content/xdocs/index.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- index.xml	1 Apr 2005 05:12:56 -0000	1.6
  +++ index.xml	6 Apr 2005 19:01:55 -0000	1.7
  @@ -20,6 +20,14 @@
       </section>
   
       <section>
  +        <title>April 5, 2005 - MyFaces 1.0.9 RC3 now available</title>
  +        <p>
  +            MyFaces 1.0.9 RC3 is now available <link href="http://cvs.apache.org/builds/myfaces/release">here</link>.              
  +            Please help us prepare for the official release by testing and providing feedback.  If you think you have found a
  +            bug, please report it <link href="http://issues.apache.org/jira/secure/BrowseProject.jspa?id=10600">here</link>.
  +        </p>
  +    </section>
  +    <section>
           <title>April 1, 2005 - Nightly builds are now available</title>
           <p>
               Nightly builds are now available <link href="http://cvs.apache.org/builds/myfaces/nightly">here</link>.  Go ahead and download
  @@ -29,7 +37,7 @@
       <section>
           <title>March 29, 2005 - MyFaces 1.0.9 RC2 now available</title>
           <p>
  -            My Faces 1.0.9 RC2 is now available <link href="http://cvs.apache.org/dist/myfaces/builds/1.0.9/rc2/">here</link>.
  +            MyFaces 1.0.9 RC2 is now available <link href="http://cvs.apache.org/dist/myfaces/builds/1.0.9/rc2/">here</link>.
               Please help us prepare for the official release by testing and providing feedback.  If you think you have found a
               bug, please report it <link href="http://issues.apache.org/jira/secure/BrowseProject.jspa?id=10600">here</link>.
           </p>
  
  
  
  1.187     +1 -0      incubator-myfaces/tlds/myfaces_ext.tld
  
  Index: myfaces_ext.tld
  ===================================================================
  RCS file: /home/cvs/incubator-myfaces/tlds/myfaces_ext.tld,v
  retrieving revision 1.186
  retrieving revision 1.187
  diff -u -r1.186 -r1.187
  --- myfaces_ext.tld	29 Mar 2005 11:40:50 -0000	1.186
  +++ myfaces_ext.tld	6 Apr 2005 19:01:55 -0000	1.187
  @@ -1803,6 +1803,7 @@
               <description>Include the root node when rendering the tree (default is true.)</description>
           </attribute>
           &alt_location_attributes;
  +        &ui_component_attributes;
       </tag>
   
       <!-- panelStack -->