You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by st...@apache.org on 2002/10/08 18:56:31 UTC

cvs commit: jakarta-ant build.xml

stevel      2002/10/08 09:56:31

  Modified:    .        build.xml
  Log:
  update exclusion pattern
  
  Revision  Changes    Path
  1.325     +4 -4      jakarta-ant/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/build.xml,v
  retrieving revision 1.324
  retrieving revision 1.325
  diff -u -r1.324 -r1.325
  --- build.xml	8 Oct 2002 06:20:15 -0000	1.324
  +++ build.xml	8 Oct 2002 16:56:31 -0000	1.325
  @@ -54,7 +54,7 @@
     <property name="regexp.package" value="${util.package}/regexp"/>
   
     <property name="manifest" value="src/etc/manifest"/>
  -  
  +
     <property name="unfiltered.files" value="**/*.gif,**/*.jpg,**/*.ico,**/*.pdf"/>
   
   
  @@ -123,7 +123,7 @@
     -->
     <!-- depends on JDK version -->
     <patternset id="needs.jdk1.2+">
  -    <exclude name="${ant.package}/util/WeakishReference12.java"
  +    <exclude name="{util.package}/optional/WeakishReference12.java"
                unless="jdk1.2+"/>
       <exclude name="${optional.package}/extension/**/*.java"
                unless="jdk1.2+"/>
  @@ -318,7 +318,7 @@
     <patternset id="teststhatfail">
       <exclude name="${ant.package}/types/XMLCatalogTest.java"/>
     </patternset>
  -  
  +
     <!--
          ===================================================================
            Set up a patternsets that matches the parts of our JUnit testsuite
  @@ -332,7 +332,7 @@
       <include name="${optional.package}/AbstractXSLTLiaisonTest*"/>
       <include name="${ant.package}/types/AbstractFileSetTest*"/>
     </patternset>
  -  
  +
     <!--
          ===================================================================
            Check to see what optional dependencies are available
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>