costin      2003/03/14 14:45:33

  Modified:    .        build.xml
  Log:
  Missing /
  
  Revision  Changes    Path
  1.112     +1 -1      jakarta-tomcat-5/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v
  retrieving revision 1.111
  retrieving revision 1.112
  diff -u -r1.111 -r1.112
  --- build.xml 14 Mar 2003 22:42:43 -0000      1.111
  +++ build.xml 14 Mar 2003 22:45:33 -0000      1.112
  @@ -147,7 +147,7 @@
   <!--        <property name="servlet-api.dist" value="${servlet-api.home}" />
    -->
       </ant>
  -    <mkdir dir="${servlet-api.home}">
  +    <mkdir dir="${servlet-api.home}"/>
       <copy todir="${servlet-api.home}">
         <fileset dir="${api.home}/jsr154/dist" includes="**" />
       </copy>
  
  
  

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

Reply via email to