You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by sb...@apache.org on 2001/08/01 12:42:43 UTC

cvs commit: jakarta-ant build.xml

sbailliez    01/08/01 03:42:43

  Modified:    .        build.xml
  Log:
  add an exclude to remove MAudit task from the compile since it requires Oromatcher
  
  Revision  Changes    Path
  1.165     +1 -0      jakarta-ant/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/build.xml,v
  retrieving revision 1.164
  retrieving revision 1.165
  diff -u -r1.164 -r1.165
  --- build.xml	2001/07/31 20:12:52	1.164
  +++ build.xml	2001/08/01 10:42:43	1.165
  @@ -227,6 +227,7 @@
                  unless="xalan.present" />
         <exclude name="${optional.package}/jdepend/*" unless="jdepend.present" />
         <exclude name="${optional.package}/sitraka/**" unless="jakarta.oro.present"/>
  +      <exclude name="${optional.package}/metamata/MAudit*" unless="jakarta.oro.present"/>
       </javac>
       
       <copy todir="${build.classes}">