CVS: Tapestry/examples/Tutorial/src/tutorial/workbench/components Border.jwc,1.12.2.2,1.12.2.3
Howard Lewis Ship <[email protected]>
| Newsgroups | gmane.comp.java.tapestry.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/tapestry/Tapestry/examples/Tutorial/src/tutorial/workbench/components
In directory sc8-pr-cvs1:/tmp/cvs-serv23659/examples/Tutorial/src/tutorial/workbench/components
Modified Files:
Tag: hship-2-3
Border.jwc
Log Message:
Allow searches for component specifications.
Allow application specification to be in WEB-INF instead of on classpath.
Allow application to run without an application specification.
Index: Border.jwc
===================================================================
RCS file: /cvsroot/tapestry/Tapestry/examples/Tutorial/src/tutorial/workbench/components/Border.jwc,v
retrieving revision 1.12.2.2
retrieving revision 1.12.2.3
diff -C2 -d -r1.12.2.2 -r1.12.2.3
*** Border.jwc 1 Dec 2002 21:43:14 -0000 1.12.2.2
--- Border.jwc 15 Dec 2002 16:26:13 -0000 1.12.2.3
***************
*** 3,11 ****
<!DOCTYPE component-specification PUBLIC
"-//Howard Lewis Ship//Tapestry Specification 1.3//EN"
! "http://tapestry.sf.net/dtd/Tapestry_1_3.dtd" [
!
! <!ENTITY here "/tutorial/workbench/components">
!
! ]>
<component-specification
--- 3,7 ----
<!DOCTYPE component-specification PUBLIC
"-//Howard Lewis Ship//Tapestry Specification 1.3//EN"
! "http://tapestry.sf.net/dtd/Tapestry_1_3.dtd">
<component-specification
***************
*** 75,87 ****
</component>
! <private-asset name="$template" resource-path="&here;/templates/Border.html"/>
! <private-asset name="activeLeft" resource-path="&here;/tab-active-left.gif"/>
! <private-asset name="activeMid" resource-path="&here;/tab-active-mid.gif"/>
! <private-asset name="activeRight" resource-path="&here;/tab-active-right.gif"/>
! <private-asset name="inactiveLeft" resource-path="&here;/tab-inactive-left.gif"/>
! <private-asset name="inactiveMid" resource-path="&here;/tab-inactive-mid.gif"/>
! <private-asset name="inactiveRight" resource-path="&here;/tab-inactive-right.gif"/>
<context-asset name="stylesheet" path="/css/workbench.css"/>
--- 71,83 ----
</component>
! <private-asset name="$template" resource-path="templates/Border.html"/>
! <private-asset name="activeLeft" resource-path="tab-active-left.gif"/>
! <private-asset name="activeMid" resource-path="tab-active-mid.gif"/>
! <private-asset name="activeRight" resource-path="tab-active-right.gif"/>
! <private-asset name="inactiveLeft" resource-path="tab-inactive-left.gif"/>
! <private-asset name="inactiveMid" resource-path="tab-inactive-mid.gif"/>
! <private-asset name="inactiveRight" resource-path="tab-inactive-right.gif"/>
<context-asset name="stylesheet" path="/css/workbench.css"/>
-------------------------------------------------------
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/