CVS: TapestryBook/hangman2/context/WEB-INF Home.page,1.1,1.2 Lose.page,1.1,1.2 Digit.jwc,1.1,1.2 Border.jwc,1.1,1.2 Win.page,1.1,1.2 Scaffold.jwc,1.1,1.2 Spell.jwc,1.1,1.2 Letter.jwc,1.1,1.2 Guess.page,1.1,1.2

Howard Lewis Ship <[email protected]> Sun, 22 Jun 2003 09:42:41 -0700
Newsgroups gmane.comp.java.tapestry.cvs
Message-ID <[email protected]>
Update of /cvsroot/tapestry/TapestryBook/hangman2/context/WEB-INF
In directory sc8-pr-cvs1:/tmp/cvs-serv27669/hangman2/context/WEB-INF

Modified Files:
	Home.page Lose.page Digit.jwc Border.jwc Win.page Scaffold.jwc 
	Spell.jwc Letter.jwc Guess.page 
Log Message:
Check in lots of updates, due to revisions and the new chapter 08.

Index: Home.page
===================================================================
RCS file: /cvsroot/tapestry/TapestryBook/hangman2/context/WEB-INF/Home.page,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Home.page	22 Apr 2003 20:15:24 -0000	1.1
--- Home.page	22 Jun 2003 16:42:08 -0000	1.2
***************
*** 2,7 ****
  <!-- $Id$ -->
  <!DOCTYPE page-specification PUBLIC 
! 	"-//Apache Software Foundation//Tapestry Specification 1.4//EN" 
! 	"http://jakarta.apache.org/tapestry/dtd/Tapestry_1_4.dtd">
  	
  <!-- Home is a very simple page, it only has a single dynamic aspect, the start button.  The listener
--- 2,7 ----
  <!-- $Id$ -->
  <!DOCTYPE page-specification PUBLIC 
! 	"-//Apache Software Foundation//Tapestry Specification 3.0//EN" 
! 	"http://jakarta.apache.org/tapestry/dtd/Tapestry_3_0.dtd">
  	
  <!-- Home is a very simple page, it only has a single dynamic aspect, the start button.  The listener

Index: Lose.page
===================================================================
RCS file: /cvsroot/tapestry/TapestryBook/hangman2/context/WEB-INF/Lose.page,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Lose.page	22 Apr 2003 20:15:25 -0000	1.1
--- Lose.page	22 Jun 2003 16:42:08 -0000	1.2
***************
*** 2,7 ****
  <!-- $Id$ -->
  <!DOCTYPE page-specification PUBLIC 
! 	"-//Apache Software Foundation//Tapestry Specification 1.4//EN" 
! 	"http://jakarta.apache.org/tapestry/dtd/Tapestry_1_4.dtd">
  	     	
  <page-specification class="hangman2.WinLose"/>
--- 2,7 ----
  <!-- $Id$ -->
  <!DOCTYPE page-specification PUBLIC 
! 	"-//Apache Software Foundation//Tapestry Specification 3.0//EN" 
! 	"http://jakarta.apache.org/tapestry/dtd/Tapestry_3_0.dtd">
  	     	
  <page-specification class="hangman2.WinLose"/>

Index: Digit.jwc
===================================================================
RCS file: /cvsroot/tapestry/TapestryBook/hangman2/context/WEB-INF/Digit.jwc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Digit.jwc	22 Apr 2003 20:15:25 -0000	1.1
--- Digit.jwc	22 Jun 2003 16:42:08 -0000	1.2
***************
*** 2,7 ****
  <!-- $Id$ -->
  <!DOCTYPE component-specification PUBLIC 
! 	"-//Apache Software Foundation//Tapestry Specification 1.4//EN" 
! 	"http://jakarta.apache.org/tapestry/dtd/Tapestry_1_4.dtd">
  	     	
  <component-specification
--- 2,7 ----
  <!-- $Id$ -->
  <!DOCTYPE component-specification PUBLIC 
! 	"-//Apache Software Foundation//Tapestry Specification 3.0//EN" 
! 	"http://jakarta.apache.org/tapestry/dtd/Tapestry_3_0.dtd">
  	     	
  <component-specification

Index: Border.jwc
===================================================================
RCS file: /cvsroot/tapestry/TapestryBook/hangman2/context/WEB-INF/Border.jwc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Border.jwc	22 Apr 2003 20:15:25 -0000	1.1
--- Border.jwc	22 Jun 2003 16:42:08 -0000	1.2
***************
*** 2,7 ****
  <!-- $Id$ -->
  <!DOCTYPE component-specification PUBLIC 
! 	"-//Apache Software Foundation//Tapestry Specification 1.4//EN" 
! 	"http://jakarta.apache.org/tapestry/dtd/Tapestry_1_4.dtd">
  	     	
  <component-specification
--- 2,7 ----
  <!-- $Id$ -->
  <!DOCTYPE component-specification PUBLIC 
! 	"-//Apache Software Foundation//Tapestry Specification 3.0//EN" 
! 	"http://jakarta.apache.org/tapestry/dtd/Tapestry_3_0.dtd">
  	     	
  <component-specification

Index: Win.page
===================================================================
RCS file: /cvsroot/tapestry/TapestryBook/hangman2/context/WEB-INF/Win.page,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Win.page	22 Apr 2003 20:15:25 -0000	1.1
--- Win.page	22 Jun 2003 16:42:08 -0000	1.2
***************
*** 2,7 ****
  <!-- $Id$ -->
  <!DOCTYPE page-specification PUBLIC 
! 	"-//Apache Software Foundation//Tapestry Specification 1.4//EN" 
! 	"http://jakarta.apache.org/tapestry/dtd/Tapestry_1_4.dtd">
  	     	
  <page-specification class="hangman2.WinLose"/>
--- 2,7 ----
  <!-- $Id$ -->
  <!DOCTYPE page-specification PUBLIC 
! 	"-//Apache Software Foundation//Tapestry Specification 3.0//EN" 
! 	"http://jakarta.apache.org/tapestry/dtd/Tapestry_3_0.dtd">
  	     	
  <page-specification class="hangman2.WinLose"/>

Index: Scaffold.jwc
===================================================================
RCS file: /cvsroot/tapestry/TapestryBook/hangman2/context/WEB-INF/Scaffold.jwc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Scaffold.jwc	22 Apr 2003 20:15:25 -0000	1.1
--- Scaffold.jwc	22 Jun 2003 16:42:08 -0000	1.2
***************
*** 2,7 ****
  <!-- $Id$ -->
  <!DOCTYPE component-specification PUBLIC 
! 	"-//Apache Software Foundation//Tapestry Specification 1.4//EN" 
! 	"http://jakarta.apache.org/tapestry/dtd/Tapestry_1_4.dtd">
  	     	
  <component-specification
--- 2,7 ----
  <!-- $Id$ -->
  <!DOCTYPE component-specification PUBLIC 
! 	"-//Apache Software Foundation//Tapestry Specification 3.0//EN" 
! 	"http://jakarta.apache.org/tapestry/dtd/Tapestry_3_0.dtd">
  	     	
  <component-specification

Index: Spell.jwc
===================================================================
RCS file: /cvsroot/tapestry/TapestryBook/hangman2/context/WEB-INF/Spell.jwc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Spell.jwc	22 Apr 2003 20:15:25 -0000	1.1
--- Spell.jwc	22 Jun 2003 16:42:08 -0000	1.2
***************
*** 2,7 ****
  <!-- $Id$ -->
  <!DOCTYPE component-specification PUBLIC 
! 	"-//Apache Software Foundation//Tapestry Specification 1.4//EN" 
! 	"http://jakarta.apache.org/tapestry/dtd/Tapestry_1_4.dtd">
  	     	
  <component-specification
--- 2,7 ----
  <!-- $Id$ -->
  <!DOCTYPE component-specification PUBLIC 
! 	"-//Apache Software Foundation//Tapestry Specification 3.0//EN" 
! 	"http://jakarta.apache.org/tapestry/dtd/Tapestry_3_0.dtd">
  	     	
  <component-specification

Index: Letter.jwc
===================================================================
RCS file: /cvsroot/tapestry/TapestryBook/hangman2/context/WEB-INF/Letter.jwc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Letter.jwc	22 Apr 2003 20:15:24 -0000	1.1
--- Letter.jwc	22 Jun 2003 16:42:08 -0000	1.2
***************
*** 2,7 ****
  <!-- $Id$ -->
  <!DOCTYPE component-specification PUBLIC 
! 	"-//Apache Software Foundation//Tapestry Specification 1.4//EN" 
! 	"http://jakarta.apache.org/tapestry/dtd/Tapestry_1_4.dtd">
  	     	
  <component-specification
--- 2,7 ----
  <!-- $Id$ -->
  <!DOCTYPE component-specification PUBLIC 
! 	"-//Apache Software Foundation//Tapestry Specification 3.0//EN" 
! 	"http://jakarta.apache.org/tapestry/dtd/Tapestry_3_0.dtd">
  	     	
  <component-specification

Index: Guess.page
===================================================================
RCS file: /cvsroot/tapestry/TapestryBook/hangman2/context/WEB-INF/Guess.page,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Guess.page	22 Apr 2003 20:15:25 -0000	1.1
--- Guess.page	22 Jun 2003 16:42:08 -0000	1.2
***************
*** 2,7 ****
  <!-- $Id$ -->
  <!DOCTYPE page-specification PUBLIC 
! 	"-//Apache Software Foundation//Tapestry Specification 1.4//EN" 
! 	"http://jakarta.apache.org/tapestry/dtd/Tapestry_1_4.dtd">
  	     	
  <page-specification class="hangman2.Guess">
--- 2,7 ----
  <!-- $Id$ -->
  <!DOCTYPE page-specification PUBLIC 
! 	"-//Apache Software Foundation//Tapestry Specification 3.0//EN" 
! 	"http://jakarta.apache.org/tapestry/dtd/Tapestry_3_0.dtd">
  	     	
  <page-specification class="hangman2.Guess">



-------------------------------------------------------
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php