bodewig     2002/09/02 05:22:34

  Modified:    .        build.xml
  Log:
  Make sure Python and Perl scripts get only included once in -bin.tar.
  
  Submitted by: Jim Wright <[EMAIL PROTECTED]>
  
  Revision  Changes    Path
  1.317     +2 -2      jakarta-ant/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/build.xml,v
  retrieving revision 1.316
  retrieving revision 1.317
  diff -u -r1.316 -r1.317
  --- build.xml 29 Aug 2002 17:13:33 -0000      1.316
  +++ build.xml 2 Sep 2002 12:22:34 -0000       1.317
  @@ -996,8 +996,8 @@
           <include name="${dist.name}/**"/>
           <exclude name="${dist.name}/bin/ant"/>
           <exclude name="${dist.name}/bin/antRun"/>
  -        <include name="${dist.name}/bin/*.pl"/>
  -        <include name="${dist.name}/bin/*.py"/>
  +        <exclude name="${dist.name}/bin/*.pl"/>
  +        <exclude name="${dist.name}/bin/*.py"/>
         </tarfileset>
       </tar>
       <gzip zipfile="${dist.base}/bin/${dist.name}-bin.tar.gz"
  
  
  

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

Reply via email to