[Tapestry-commits] CVS: Tapestry/examples/Tutorial/src/tutorial/border Border.application,1.8,1.8.2.
Brought to you by:
hship
|
From: Howard L. S. <hs...@us...> - 2002-11-30 03:32:40
|
Update of /cvsroot/tapestry/Tapestry/examples/Tutorial/src/tutorial/border
In directory sc8-pr-cvs1:/tmp/cvs-serv15202/examples/Tutorial/src/tutorial/border
Modified Files:
Tag: hship-2-3
Border.application Border.jwc
Log Message:
Move the Inspector into the contrib library.
Index: Border.application
===================================================================
RCS file: /cvsroot/tapestry/Tapestry/examples/Tutorial/src/tutorial/border/Border.application,v
retrieving revision 1.8
retrieving revision 1.8.2.1
diff -C2 -d -r1.8 -r1.8.2.1
*** Border.application 9 Aug 2002 11:54:41 -0000 1.8
--- Border.application 30 Nov 2002 03:32:38 -0000 1.8.2.1
***************
*** 11,13 ****
--- 11,16 ----
<component-alias type="Border" specification-path="/tutorial/border/Border.jwc"/>
+
+ <library id="contrib" specification-path="/net/sf/tapestry/contrib/Contrib.library"/>
+
</application>
Index: Border.jwc
===================================================================
RCS file: /cvsroot/tapestry/Tapestry/examples/Tutorial/src/tutorial/border/Border.jwc,v
retrieving revision 1.12
retrieving revision 1.12.2.1
diff -C2 -d -r1.12 -r1.12.2.1
*** Border.jwc 30 Aug 2002 23:31:40 -0000 1.12
--- Border.jwc 30 Nov 2002 03:32:38 -0000 1.12.2.1
***************
*** 19,23 ****
<binding name="value" expression="pageName"/>
</component>
! <component id="link" type="Page">
<binding name="page" expression="pageName"/>
<binding name="disabled" expression="disablePageLink"/>
--- 19,23 ----
<binding name="value" expression="pageName"/>
</component>
! <component id="link" type="PageLink">
<binding name="page" expression="pageName"/>
<binding name="disabled" expression="disablePageLink"/>
***************
*** 27,30 ****
</component>
<component id="renderBody" type="RenderBody"/>
! <component id="showInspector" type="ShowInspector"/>
</component-specification>
--- 27,30 ----
</component>
<component id="renderBody" type="RenderBody"/>
! <component id="showInspector" type="contrib:InspectorButton"/>
</component-specification>
|