larryi      2003/03/04 06:46:46

  Modified:    jasper2  build.xml
  Log:
  Fix the "dist" target. It's looking like Gump will need it.
  
  Revision  Changes    Path
  1.21      +1 -1      jakarta-tomcat-jasper/jasper2/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-jasper/jasper2/build.xml,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- build.xml 5 Feb 2003 08:43:02 -0000       1.20
  +++ build.xml 4 Mar 2003 14:46:46 -0000       1.21
  @@ -254,7 +254,7 @@
   
       <!-- Executable commands -->
       <mkdir dir="${jasper.dist}/bin"/>
  -    <copy dest="${jasper.dist}/bin">
  +    <copy todir="${jasper.dist}/bin">
         <fileset dir="${jasper.build}/bin" />
       </copy>
       <fixcrlf srcdir="${jasper.dist}/bin" includes="*.sh" eol="lf"/>
  
  
  

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

Reply via email to