[Tapestry-commits] CVS: Tapestry/contrib/src/net/sf/tapestry/contrib/palette Palette.jwc,1.13,1.13.2
Brought to you by:
hship
|
From: Howard L. S. <hs...@us...> - 2002-11-30 03:31:40
|
Update of /cvsroot/tapestry/Tapestry/contrib/src/net/sf/tapestry/contrib/palette
In directory sc8-pr-cvs1:/tmp/cvs-serv14897/contrib/src/net/sf/tapestry/contrib/palette
Modified Files:
Tag: hship-2-3
Palette.jwc
Log Message:
Move the Inspector into the contrib library.
Index: Palette.jwc
===================================================================
RCS file: /cvsroot/tapestry/Tapestry/contrib/src/net/sf/tapestry/contrib/palette/Palette.jwc,v
retrieving revision 1.13
retrieving revision 1.13.2.1
diff -C2 -d -r1.13 -r1.13.2.1
*** Palette.jwc 1 Sep 2002 19:39:54 -0000 1.13
--- Palette.jwc 30 Nov 2002 03:31:37 -0000 1.13.2.1
***************
*** 59,63 ****
</component>
! <component id="insertAvailableTitle" type="InsertBlock">
<binding name="block" expression="availableTitleBlock"/>
</component>
--- 59,63 ----
</component>
! <component id="insertAvailableTitle" type="RenderBlock">
<binding name="block" expression="availableTitleBlock"/>
</component>
***************
*** 65,69 ****
<component id="defaultAvailableTitleBlock" type="Block"/>
! <component id="insertSelectedTitle" type="InsertBlock">
<binding name="block" expression="selectedTitleBlock"/>
</component>
--- 65,69 ----
<component id="defaultAvailableTitleBlock" type="Block"/>
! <component id="insertSelectedTitle" type="RenderBlock">
<binding name="block" expression="selectedTitleBlock"/>
</component>
|