CVS: Tapestry/examples/Tutorial/src/tutorial/workbench Workbench.application,1.13,1.13.2.1

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
In directory sc8-pr-cvs1:/tmp/cvs-serv26025/examples/Tutorial/src/tutorial/workbench

Modified Files:
      Tag: hship-2-3
	Workbench.application 
Log Message:
Make use of relative paths and implicit pages.

Index: Workbench.application
===================================================================
RCS file: /cvsroot/tapestry/Tapestry/examples/Tutorial/src/tutorial/workbench/Workbench.application,v
retrieving revision 1.13
retrieving revision 1.13.2.1
diff -C2 -d -r1.13 -r1.13.2.1
*** Workbench.application	24 Sep 2002 10:54:11 -0000	1.13
--- Workbench.application	15 Dec 2002 16:34:23 -0000	1.13.2.1
***************
*** 14,46 ****
    <service name="chart" class="tutorial.workbench.chart.ChartService"/>
    
!   <page name="Home" specification-path="/tutorial/workbench/Home.page"/>
!     
!   <page name="Localization" specification-path="/tutorial/workbench/localization/Localization.page"/>
    <page name="localization.Change" 
!   	specification-path="/tutorial/workbench/localization/Change.page"/>
      
!   <page name="Fields" specification-path="/tutorial/workbench/fields/Fields.page"/>
!   <page name="fields.Results" specification-path="/tutorial/workbench/fields/Results.page"/>
    
!   <page name="Upload" specification-path="/tutorial/workbench/upload/Upload.page"/>
!   <page name="upload.Results" specification-path="/tutorial/workbench/upload/Results.page"/>
! 
!   <page name="Chart" specification-path="/tutorial/workbench/chart/Chart.page"/>
! 
!   <page name="Redirect" specification-path="/tutorial/workbench/Redirect.page"/>
  
!   <page name="ExceptionTab" specification-path="/tutorial/workbench/ExceptionTab.page"/>
!   <page name="ErrorFest" specification-path="/tutorial/workbench/ErrorFest.page"/>
  
!   <page name="Forms" specification-path="/tutorial/workbench/fields/Forms.page"/>
  
!   <page name="Dates" specification-path="/tutorial/workbench/fields/Dates.page"/>
  
!   <page name="Table" specification-path="/tutorial/workbench/table/Table.page"/>
!   <component-alias type="LocaleList" specification-path="/tutorial/workbench/table/LocaleList.jwc"/>
!   <component-alias type="LocaleSelection" specification-path="/tutorial/workbench/table/LocaleSelection.jwc"/>
  
!   <component-alias type="Border" specification-path="/tutorial/workbench/components/Border.jwc"/>
!   <component-alias type="ShowError" specification-path="/tutorial/workbench/components/ShowError.jwc"/>
   
    <!-- You would not, normally, ever do this, but to test
--- 14,39 ----
    <service name="chart" class="tutorial.workbench.chart.ChartService"/>
    
!   <page name="Localization" specification-path="localization/Localization.page"/>
    <page name="localization.Change" 
!   	specification-path="localization/Change.page"/>
      
!   <page name="Fields" specification-path="fields/Fields.page"/>
!   <page name="fields.Results" specification-path="fields/Results.page"/>
    
!   <page name="Upload" specification-path="upload/Upload.page"/>
!   <page name="upload.Results" specification-path="upload/Results.page"/>
  
!   <page name="Chart" specification-path="chart/Chart.page"/>
  
!   <page name="Forms" specification-path="fields/Forms.page"/>
  
!   <page name="Dates" specification-path="fields/Dates.page"/>
  
!   <page name="Table" specification-path="table/Table.page"/>
!   <component-alias type="LocaleList" specification-path="table/LocaleList.jwc"/>
!   <component-alias type="LocaleSelection" specification-path="table/LocaleSelection.jwc"/>
  
!   <component-alias type="Border" specification-path="components/Border.jwc"/>
!   <component-alias type="ShowError" specification-path="components/ShowError.jwc"/>
   
    <!-- You would not, normally, ever do this, but to test
***************
*** 48,52 ****
         some of the normal application to a library. -->
   
!   <library id="inner" specification-path="/tutorial/workbench/Inner.library"/>
  
    <!-- We include the contrib library for the Table functionality directly -->
--- 41,45 ----
         some of the normal application to a library. -->
   
!   <library id="inner" specification-path="Inner.library"/>
  
    <!-- We include the contrib library for the Table functionality directly -->



-------------------------------------------------------
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/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.