masonjm     2004/10/20 23:35:52

  Modified:    .        Tag: SLIDE_2_1_RELEASE_BRANCH build.xml
  Log:
  Patch for bug #31693
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.229.2.11 +3 -3      jakarta-slide/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/build.xml,v
  retrieving revision 1.229.2.10
  retrieving revision 1.229.2.11
  diff -u -r1.229.2.10 -r1.229.2.11
  --- build.xml 19 Oct 2004 05:59:25 -0000      1.229.2.10
  +++ build.xml 21 Oct 2004 06:35:51 -0000      1.229.2.11
  @@ -619,8 +619,8 @@
           <mkdir dir="${testsuite.dist}"/>
       </target>
       <target name="testsuite-dist" depends="testsuite-dist-prepare">
  -        <ant dir="webdavclient"/>
  -        <ant dir="testsuite"/>
  +        <ant dir="webdavclient" inheritall="false"/>
  +        <ant dir="testsuite" inheritall="false"/>
           <copy todir="${testsuite.dist}">
               <fileset dir="${basedir}/testsuite" 
excludes="**/dist/**,**/CVS/**,**/testCasesResults.xml,**/testErrorsReport.txt"/>
           </copy>
  @@ -728,7 +728,7 @@
               </fileset>
           </move>
           <!-- move client releases -->
  -        <ant antfile="build.xml" dir="webdavclient" target="release"/>
  +        <ant antfile="build.xml" dir="webdavclient" target="release" 
inheritall="false"/>
           <move todir="${slide.release.bin}">
               <fileset dir="${slide.clientlib.dist}">
                   <patternset refid="slide.packages.bin"/>
  
  
  

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

Reply via email to