[Tapestry-commits] CVS: Tapestry/junit/src/net/sf/tapestry/junit/mock/lib MockLibrary.library,1.2,1.
Brought to you by:
hship
|
From: Howard L. S. <hs...@us...> - 2002-11-30 03:33:23
|
Update of /cvsroot/tapestry/Tapestry/junit/src/net/sf/tapestry/junit/mock/lib
In directory sc8-pr-cvs1:/tmp/cvs-serv15444/junit/src/net/sf/tapestry/junit/mock/lib
Modified Files:
Tag: hship-2-3
MockLibrary.library Border.jwc
Log Message:
Add support for providing expressions in component templates.
Index: MockLibrary.library
===================================================================
RCS file: /cvsroot/tapestry/Tapestry/junit/src/net/sf/tapestry/junit/mock/lib/MockLibrary.library,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -C2 -d -r1.2 -r1.2.2.1
*** MockLibrary.library 3 Oct 2002 15:08:43 -0000 1.2
--- MockLibrary.library 30 Nov 2002 03:33:20 -0000 1.2.2.1
***************
*** 13,15 ****
--- 13,17 ----
<component-alias type="ShowError" specification-path="/net/sf/tapestry/junit/mock/lib/ShowError.jwc"/>
+ <library id="contrib" specification-path="/net/sf/tapestry/contrib/Contrib.library"/>
+
</library-specification>
Index: Border.jwc
===================================================================
RCS file: /cvsroot/tapestry/Tapestry/junit/src/net/sf/tapestry/junit/mock/lib/Border.jwc,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -C2 -d -r1.2 -r1.2.2.1
*** Border.jwc 3 Oct 2002 15:08:43 -0000 1.2
--- Border.jwc 30 Nov 2002 03:33:20 -0000 1.2.2.1
***************
*** 20,24 ****
<component id="renderBody" type="RenderBody"/>
! <component id="inspectorButton" type="InspectorButton"/>
<private-asset name="style" resource-path="/net/sf/tapestry/junit/mock/lib/style.css"/>
--- 20,24 ----
<component id="renderBody" type="RenderBody"/>
! <component id="inspectorButton" type="contrib:InspectorButton"/>
<private-asset name="style" resource-path="/net/sf/tapestry/junit/mock/lib/style.css"/>
|