CVS: TapestryBook/common build.properties.template,1.1,1.2 webdefault.xml,1.3,NONE jetty.xml,1.1,NONE

Howard Lewis Ship <[email protected]> Sat, 12 Jul 2003 08:48:45 -0700
Newsgroups gmane.comp.java.tapestry.cvs
Message-ID <[email protected]>
Update of /cvsroot/tapestry/TapestryBook/common
In directory sc8-pr-cvs1:/tmp/cvs-serv23971/common

Modified Files:
	build.properties.template 
Removed Files:
	webdefault.xml jetty.xml 
Log Message:
Reorganize more examples for common build file.

Index: build.properties.template
===================================================================
RCS file: /cvsroot/tapestry/TapestryBook/common/build.properties.template,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** build.properties.template	12 Jul 2003 04:16:45 -0000	1.1
--- build.properties.template	12 Jul 2003 15:48:42 -0000	1.2
***************
*** 1,14 ****
! # Modify this to match your environment and rename it to "build.properties"
  
! # Directory containing the Tapestry 3.0 distribution.
  # This is needed to compile classes and build the WARs.
  
! tapestry.dist.dir = C:/Tapestry-3.0-beta-2
  
! # Directory containing Tomcat 4.1
  # The Servlet API is picked up from within Tomcat.
  # This is also used to deploy the WAR.
  
  tomcat.dir = C:/Program Files/Apache Group/Tomcat 4.1
  
  
--- 1,28 ----
! # This file is used to adapt the build files to your particular environment.
! # Modify to match your environment and rename it to "build.properties"
  
! # Absolute path to the directory containing the Tapestry 3.0 distribution.
  # This is needed to compile classes and build the WARs.
  
! tapestry.dist.dir = C:/Tapestry-3.0
  
! # Absolute path to the directory containing Tomcat 4.1
  # The Servlet API is picked up from within Tomcat.
  # This is also used to deploy the WAR.
  
  tomcat.dir = C:/Program Files/Apache Group/Tomcat 4.1
+ 
+ # If not using Tomcat, fill in the following:
+ 
+ # The absolute path to a JAR containing the Servlet API.
+ # Default is common/lib/servlet.jar under Tomcat
+ 
+ # servlet.jar = ...
+ 
+ # The absolute path to a directory into which the WAR files should be deployed.
+ # Default is webapps under Tomcat.
+ 
+ # deploy.dir = ...
+ 
  
  

--- webdefault.xml DELETED ---

--- jetty.xml DELETED ---



-------------------------------------------------------
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing & more.
Download & eval WebKing and get a free book.
www.parasoft.com/bulletproofapps1