tmiller     02/04/02 11:18:46

  Modified:    java/src/org/apache/xalan/xsltc/runtime BasisLibrary.java
  Log:
  bug 7679, xsl:vendor fix
  
  Revision  Changes    Path
  1.35      +2 -2      
xml-xalan/java/src/org/apache/xalan/xsltc/runtime/BasisLibrary.java
  
  Index: BasisLibrary.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/java/src/org/apache/xalan/xsltc/runtime/BasisLibrary.java,v
  retrieving revision 1.34
  retrieving revision 1.35
  diff -u -r1.34 -r1.35
  --- BasisLibrary.java 10 Dec 2001 13:08:09 -0000      1.34
  +++ BasisLibrary.java 2 Apr 2002 19:18:46 -0000       1.35
  @@ -1,5 +1,5 @@
   /*
  - * @(#)$Id: BasisLibrary.java,v 1.34 2001/12/10 13:08:09 morten Exp $
  + * @(#)$Id: BasisLibrary.java,v 1.35 2002/04/02 19:18:46 tmiller Exp $
    *
    * The Apache Software License, Version 1.1
    *
  @@ -427,7 +427,7 @@
        if (name.equals("xsl:version"))
            return("1.0");
        if (name.equals("xsl:vendor"))
  -         return("Apache Xalan XSLTC");
  +         return("Apache Software Foundation");
        if (name.equals("xsl:vendor-url"))
            return("http://xml.apache.org/xalan-j";);
        
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to