You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cz...@apache.org on 2002/06/03 12:19:08 UTC

cvs commit: xml-cocoon2/tools/src check-jars.xsl

cziegeler    2002/06/03 03:19:06

  Modified:    tools/src check-jars.xsl
  Log:
  Typo
  
  Revision  Changes    Path
  1.5       +1 -1      xml-cocoon2/tools/src/check-jars.xsl
  
  Index: check-jars.xsl
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/tools/src/check-jars.xsl,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- check-jars.xsl	29 May 2002 20:50:59 -0000	1.4
  +++ check-jars.xsl	3 Jun 2002 10:19:06 -0000	1.5
  @@ -94,7 +94,7 @@
         <xsl:choose>
           <xsl:when test="starts-with($this, 'local/')">
             <xsl:message>
  -  [WARN] Using local library <xsl:value-of select="$this"/> : ensure is doesn't conflict with any other library.
  +  [WARN] Using local library <xsl:value-of select="$this"/> : ensure it doesn't conflict with any other library.
             </xsl:message>
           </xsl:when>
           <xsl:otherwise>
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     webmaster@xml.apache.org
To unsubscribe, e-mail:          cocoon-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-cvs-help@xml.apache.org