You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by pn...@apache.org on 2005/03/04 15:20:18 UTC

cvs commit: jakarta-slide/testsuite build.xml

pnever      2005/03/04 06:20:18

  Modified:    testsuite Tag: SLIDE_2_1_RELEASE_BRANCH build.xml
  Log:
  Adapted to Slide_21
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.28.2.3  +3 -1      jakarta-slide/testsuite/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/testsuite/build.xml,v
  retrieving revision 1.28.2.2
  retrieving revision 1.28.2.3
  diff -u -r1.28.2.2 -r1.28.2.3
  --- build.xml	26 Nov 2004 18:31:57 -0000	1.28.2.2
  +++ build.xml	4 Mar 2005 14:20:18 -0000	1.28.2.3
  @@ -3,7 +3,7 @@
     <property name="src" value="${basedir}/testsuite/junit/src" />
     <property name="debug" value="${basedir}/testsuite/junit/debug" />
     <property name="lib" value="${basedir}/lib" />
  -  <property name="version" value="2.1rc1" />
  +  <property name="version" value="2.1" />
     <property name="slideclientlib" value="${basedir}/../webdavclient/dist/lib" />
     <property name="slideclientextlib" value="${basedir}/../webdavclient/lib" />
     <property name="dist" value="${basedir}/dist" />
  @@ -134,6 +134,8 @@
         <fileset dir="${basedir}/testsuite/junit/xmltestcases">
           <include name="${tp.include}"/>
           <exclude name="${tp.exclude}"/>
  +        <exclude name="**/transactions/**/*.xml"/>
  +        <exclude name="**/notification/**/*.xml"/>
           <exclude name="${tp.multiuser.exclude}"/>
           <exclude name="${tp.always.exclude}"/>
         </fileset>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-dev-help@jakarta.apache.org