You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by ts...@apache.org on 2003/10/31 09:16:50 UTC

cvs commit: jakarta-tapestry/contrib/src/org/apache/tapestry/contrib Contrib.library

tsvetelin    2003/10/31 00:16:50

  Modified:    contrib/src/org/apache/tapestry/contrib Contrib.library
  Log:
  Contrib:Tree data initial commit
  
  Revision  Changes    Path
  1.6       +16 -1     jakarta-tapestry/contrib/src/org/apache/tapestry/contrib/Contrib.library
  
  Index: Contrib.library
  ===================================================================
  RCS file: /home/cvs/jakarta-tapestry/contrib/src/org/apache/tapestry/contrib/Contrib.library,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- Contrib.library	6 Sep 2003 14:04:43 -0000	1.5
  +++ Contrib.library	31 Oct 2003 08:16:50 -0000	1.6
  @@ -40,4 +40,19 @@
   
     <component-type type="PopupLink" specification-path="popup/PopupLink.jwc"/>
   
  +    <component-type type="TreeDataView"
  +        specification-path="/org/apache/tapestry/contrib/tree/components/TreeDataView.jwc"/>
  +    <component-type type="TreeNodeView"
  +        specification-path="/org/apache/tapestry/contrib/tree/components/TreeNodeView.jwc"/>
  +    <component-type type="TreeView"
  +        specification-path="/org/apache/tapestry/contrib/tree/components/TreeView.jwc"/>
  +    <component-type type="TreeTableDataView"
  +        specification-path="/org/apache/tapestry/contrib/tree/components/table/TreeTableDataView.jwc"/>
  +    <component-type type="TreeTable"
  +        specification-path="/org/apache/tapestry/contrib/tree/components/table/TreeTable.jwc"/>
  +    <component-type type="TreeTableNodeViewDelegator"
  +        specification-path="/org/apache/tapestry/contrib/tree/components/table/TreeTableNodeViewDelegator.jwc"/>
  +    <page name="TreeNodeViewPage" specification-path="/org/apache/tapestry/contrib/tree/components/TreeNodeViewPage.page"/>
  +
  +    <page name="TreeTableNodeViewPage" specification-path="/org/apache/tapestry/contrib/tree/components/table/TreeTableNodeViewPage.page"/>
   </library-specification>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org