[Tapestry-commits] CVS: Tapestry/examples/Vlib/src/net/sf/tapestry/vlib/components Border.jwc,1.6,1.
Brought to you by:
hship
|
From: Howard L. S. <hs...@us...> - 2002-11-30 03:32:41
|
Update of /cvsroot/tapestry/Tapestry/examples/Vlib/src/net/sf/tapestry/vlib/components
In directory sc8-pr-cvs1:/tmp/cvs-serv15202/examples/Vlib/src/net/sf/tapestry/vlib/components
Modified Files:
Tag: hship-2-3
Border.jwc
Log Message:
Move the Inspector into the contrib library.
Index: Border.jwc
===================================================================
RCS file: /cvsroot/tapestry/Tapestry/examples/Vlib/src/net/sf/tapestry/vlib/components/Border.jwc,v
retrieving revision 1.6
retrieving revision 1.6.2.1
diff -C2 -d -r1.6 -r1.6.2.1
*** Border.jwc 9 Sep 2002 13:25:55 -0000 1.6
--- Border.jwc 30 Nov 2002 03:32:38 -0000 1.6.2.1
***************
*** 119,123 ****
<component id="renderBody" type="RenderBody"/>
! <component id="inspectorButton" type="InspectorButton">
<binding name="disabled" expression="!page.engine.debugEnabled"/>
</component>
--- 119,123 ----
<component id="renderBody" type="RenderBody"/>
! <component id="inspectorButton" type="contrib:InspectorButton">
<binding name="disabled" expression="!page.engine.debugEnabled"/>
</component>
|