remm        01/02/04 21:46:04

  Modified:    .        build.xml
  Log:
  - In the dist-source target, don't try to copy the build and dist folders.
  
  Revision  Changes    Path
  1.17      +4 -1      jakarta-tomcat-4.0/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/build.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- build.xml 2001/02/04 01:02:49     1.16
  +++ build.xml 2001/02/05 05:46:03     1.17
  @@ -113,7 +113,10 @@
     <target name="dist-source">
       <mkdir dir="${tomcat.dist}/src"/>
       <copy todir="${tomcat.dist}/src">
  -      <fileset dir="." />
  +      <fileset dir=".">
  +        <exclude name="**/dist/**" />
  +        <exclude name="**/build/**" />
  +      </fileset>
       </copy>
     </target>
   
  
  
  

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

Reply via email to