You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by vm...@apache.org on 2004/02/10 14:56:43 UTC

cvs commit: jakarta-cactus/integration/ant build.xml

vmassol     2004/02/10 05:56:43

  Modified:    integration/ant build.xml
  Log:
  Removed ignoresystemclasses="yes" so that the build works with Gump (thanks to Stefan Bodewig for diagnosing the problem! :-)). Chris, please let me know if this was required for some reason.
  
  Revision  Changes    Path
  1.51      +2 -2      jakarta-cactus/integration/ant/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/integration/ant/build.xml,v
  retrieving revision 1.50
  retrieving revision 1.51
  diff -u -r1.50 -r1.51
  --- build.xml	18 Jan 2004 11:03:04 -0000	1.50
  +++ build.xml	10 Feb 2004 13:56:42 -0000	1.51
  @@ -104,7 +104,7 @@
                that the build also works on JDKs that bundle Xerces without
                needing to define the xerces.jar property -->
           <available classname="org.apache.xml.serialize.XMLSerializer"
  -            classpathref="project.classpath" ignoresystemclasses="yes"/>
  +            classpathref="project.classpath"/>
           <!-- Check that clover.jar points to a valid file if clover is 
                enabled -->
           <or>
  
  
  

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