mpoeschl    01/07/24 03:22:20

  Modified:    build    build.xml
  Log:
  fix to copy the right sample app
  (worked with my old ant version, but not with the current from cvs)
  
  Revision  Changes    Path
  1.16      +1 -1      jakarta-turbine-tdk/build/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-tdk/build/build.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- build.xml 2001/07/18 03:18:54     1.15
  +++ build.xml 2001/07/24 10:22:20     1.16
  @@ -75,7 +75,7 @@
   
       <copy todir="${tdk.dist}">
         <fileset dir="${tdk.src}">
  -        <exclude name="share/sample*"/>
  +        <exclude name="share/sample*/**"/>
         </fileset>
       </copy>
       <copy todir="${tdk.dist}/share/sample">
  
  
  

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

Reply via email to