You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by tm...@apache.org on 2002/06/05 19:59:01 UTC

cvs commit: xml-xalan/java/src/org/apache/xalan/xsltc/runtime BasisLibrary.java

tmiller     2002/06/05 10:59:01

  Modified:    java/src/org/apache/xalan/xsltc/runtime BasisLibrary.java
  Log:
  updated xsl:vendor string
  
  Revision  Changes    Path
  1.37      +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.36
  retrieving revision 1.37
  diff -u -r1.36 -r1.37
  --- BasisLibrary.java	24 Apr 2002 17:03:16 -0000	1.36
  +++ BasisLibrary.java	5 Jun 2002 17:59:00 -0000	1.37
  @@ -1,5 +1,5 @@
   /*
  - * @(#)$Id: BasisLibrary.java,v 1.36 2002/04/24 17:03:16 santiagopg Exp $
  + * @(#)$Id: BasisLibrary.java,v 1.37 2002/06/05 17:59:00 tmiller Exp $
    *
    * The Apache Software License, Version 1.1
    *
  @@ -431,7 +431,7 @@
   	if (name.equals("xsl:version"))
   	    return("1.0");
   	if (name.equals("xsl:vendor"))
  -	    return("Apache Software Foundation");
  +	    return("Apache Software Foundation XSLTC");
   	if (name.equals("xsl:vendor-url"))
   	    return("http://xml.apache.org/xalan-j");
   	
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org