balld       01/01/26 13:12:04

  Modified:    .        build.xml
  Log:
  helps if i use the right SAXON test class name
  
  Revision  Changes    Path
  1.67      +1 -1      xml-cocoon/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/build.xml,v
  retrieving revision 1.66
  retrieving revision 1.67
  diff -u -r1.66 -r1.67
  --- build.xml 2001/01/26 21:07:41     1.66
  +++ build.xml 2001/01/26 21:12:04     1.67
  @@ -175,7 +175,7 @@
       <property name="site" value="../xml-site/targets/cocoon"/>
   
       <available property="xt.present" 
classname="com.jclark.xsl.sax.XSLProcessor"/>
  -    <available property="saxon.present" 
classname="com.icl.saxon.Stylesheet"/>
  +    <available property="saxon.present" 
classname="com.icl.saxon.StyleSheet"/>
       <available property="fesi.present" 
classname="FESI.jslib.JSGlobalObject"/>
       <available property="jndi.present" classname="javax.naming.Name"/>
       <available property="projectx.present" 
classname="com.sun.xml.parser.Parser"/>
  
  
  

Reply via email to