cmlenz      01/09/27 07:26:00

  Modified:    .        build.xml build.properties.sample
  Log:
  - Remove the misleading hints at a commons-httpclient dependancy for now,
    as the httpclient source is included.
  - More sensible default value of struts.home, added comment
  
  Revision  Changes    Path
  1.125     +3 -3      jakarta-slide/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/build.xml,v
  retrieving revision 1.124
  retrieving revision 1.125
  diff -u -r1.124 -r1.125
  --- build.xml 2001/09/24 08:19:30     1.124
  +++ build.xml 2001/09/27 14:26:00     1.125
  @@ -338,8 +338,7 @@
       <echo message="dom.present (must be present) = ${dom.present}" />
       <echo message="sax.present (must be present) = ${sax.present}" />
       <echo message="jta.present (must be present) = ${jta.present}" />
  -    <echo message="struts.present (optional) = ${struts.present}" />
  -    <echo message="httpclient.present (must be present) = ${httpclient.present}" />
  +    <!-- echo message="httpclient.present (must be present) = 
${httpclient.present}" -->
   
       <echo message="--- Optional Libraries ---" />
   
  @@ -354,6 +353,7 @@
       <echo message="jndi.present (optional) = ${jndi.present}" />
       <echo message="naming.present (optional) = ${naming.present}" />
       <echo message="resources.present (optional) = ${resources.present}" />
  +    <echo message="struts.present (optional) = ${struts.present}" />
   
       <echo message="--- Property values" />
   
  @@ -373,7 +373,7 @@
       <echo message="catalina.jar=${catalina.jar}" />
       <echo message="resources.jar=${resources.jar}" />
       <echo message="naming.jar=${naming.jar}" />
  -    <echo message="commons-httpclient.jar=${commons-httpclient.jar}" />
  +    <!-- echo message="commons-httpclient.jar=${commons-httpclient.jar}" -->
       <echo message="tomcat.build=${tomcat.build}" />
       <echo message="struts.jar=${struts.jar}" />
       <echo message="slide.build=${slide.build}" />
  
  
  
  1.8       +5 -6      jakarta-slide/build.properties.sample
  
  Index: build.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/build.properties.sample,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- build.properties.sample   2001/08/30 23:33:37     1.7
  +++ build.properties.sample   2001/09/27 14:26:00     1.8
  @@ -6,7 +6,7 @@
   # Make any changes you need, and rename this file to 
   # "build.properties" 
   #
  -# $Id: build.properties.sample,v 1.7 2001/08/30 23:33:37 remm Exp $
  +# $Id: build.properties.sample,v 1.8 2001/09/27 14:26:00 cmlenz Exp $
   # -------------------------------------------------------------------
   
   
  @@ -49,9 +49,6 @@
   # 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}/commons-httpclient.jar
  -
   # jta.jar  -- Java Transaction API 1.0.1 (http://java.sun.com/products/jta/)
   jta.jar=${base.path}/jta.jar
   
  @@ -69,8 +66,10 @@
   # log4j.jar  -- log4j (http://jakarta.apache.org/log4j/)
   log4j.jar=${base.path}/log4j.jar
   
  -# Struts home directory
  -struts.home=${base.path}/struts
  +# The directory containing your binary distribution of Jakarta Struts, 
  +# version 1.0 (required to build the Slide tag library and the Slide 
  +# administration webapp).
  +struts.home=../jakarta-struts/dist
   
   # The directory containing your binary distribution of the Java Management
   # Extensions (JMX) Reference Implementation, version 1.0 or later
  
  
  


Reply via email to