You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by re...@apache.org on 2001/06/13 06:31:37 UTC

cvs commit: jakarta-slide build.properties.sample

remm        01/06/12 21:31:37

  Modified:    .        build.properties.sample
  Log:
  - New struts.home variable.
  
  Revision  Changes    Path
  1.4       +6 -3      jakarta-slide/build.properties.sample
  
  Index: build.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/build.properties.sample,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- build.properties.sample	2001/05/16 22:59:44	1.3
  +++ build.properties.sample	2001/06/13 04:31:36	1.4
  @@ -6,7 +6,7 @@
   # Make any changes you need, and rename this file to 
   # "build.properties" 
   #
  -# $Id: build.properties.sample,v 1.3 2001/05/16 22:59:44 remm Exp $
  +# $Id: build.properties.sample,v 1.4 2001/06/13 04:31:36 remm Exp $
   # -------------------------------------------------------------------
   
   
  @@ -34,8 +34,9 @@
   # xalan.jar  -- JAXP 1.1 (http://java.sun.com/xml/)
   xalan.jar=/java/jaxp/xalan.jar
   
  -# servlet.jar  -- Servlet 2.2 API (http://nagoya.betaversion.org/~costin/ws/jakarta-servletapi/lib/)
  -servlet.jar=/java/servlet/servlet.jar
  +# The directory containing your binary distribution of the Servlet 2.2
  +# and JSP 1.2 API classes
  +servletapi.home=${base.path}/servlet22
   
   # commons-httpclient.jar -- the HTTP client package from the Commons
   commons-httpclient.jar=${basedir}/../jakarta-commons/httpclient/dist/commons-httpclient.jar
  @@ -49,3 +50,5 @@
   # log4j.jar  -- log4j (http://jakarta.apache.org/log4j/)
   log4j.jar=/java/log4j/log4j.jar
   
  +# Struts home directory
  +struts.home=${base.path}/struts