amyroh      2003/03/17 12:06:19

  Modified:    .        build.xml
  Log:
  This fixes my build.  I'm not sure why this is commented out but let me know
  if this causes a problem.
  
  Revision  Changes    Path
  1.114     +1 -2      jakarta-tomcat-5/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v
  retrieving revision 1.113
  retrieving revision 1.114
  diff -u -r1.113 -r1.114
  --- build.xml 15 Mar 2003 09:04:52 -0000      1.113
  +++ build.xml 17 Mar 2003 20:06:18 -0000      1.114
  @@ -145,8 +145,7 @@
     <target name="build-servletapi" unless="servletapi.build.notrequired" >
       <echo>========== Building: ${servlet-api.jar}</echo>
       <ant dir="${api.home}/jsr154" target="dist" >
  -<!--        <property name="servlet-api.dist" value="${servlet-api.home}" />
  - -->
  +      <property name="servlet-api.dist" value="${servlet-api.home}" />
       </ant>
       <mkdir dir="${servlet-api.home}"/>
       <copy todir="${servlet-api.home}">
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to