remm        02/04/25 07:50:10

  Modified:    .        build.xml
  Log:
  - Copy the right version of the Jasper source in the source distribution.
  
  Revision  Changes    Path
  1.66      +5 -0      jakarta-tomcat-4.0/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/build.xml,v
  retrieving revision 1.65
  retrieving revision 1.66
  diff -u -r1.65 -r1.66
  --- build.xml 16 Apr 2002 00:06:10 -0000      1.65
  +++ build.xml 25 Apr 2002 14:50:10 -0000      1.66
  @@ -221,8 +221,13 @@
         <fileset dir="${basedir}">
           <exclude name="**/build/**"/>
           <exclude name="**/dist/**"/>
  +        <exclude name="jasper/**"/>
           <exclude name="build.properties"/>
         </fileset>
  +    </copy>
  +    <mkdir  dir="${tomcat.dist}/src/jasper"/>
  +    <copy todir="${tomcat.dist}/src/jasper">
  +      <fileset dir="${jasper.home}"/>
       </copy>
       <mkdir  dir="${tomcat.dist}/jtc-src"/>
       <copy todir="${tomcat.dist}/jtc-src">
  
  
  

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

Reply via email to