rubys       01/10/21 23:43:34

  Modified:    proposal/gump/stylesheet bash.xsl
  Log:
  Wrong way slashes
  
  Revision  Changes    Path
  1.63      +1 -1      jakarta-alexandria/proposal/gump/stylesheet/bash.xsl
  
  Index: bash.xsl
  ===================================================================
  RCS file: /home/cvs/jakarta-alexandria/proposal/gump/stylesheet/bash.xsl,v
  retrieving revision 1.62
  retrieving revision 1.63
  diff -u -r1.62 -r1.63
  --- bash.xsl  2001/10/21 13:33:03     1.62
  +++ bash.xsl  2001/10/22 06:43:34     1.63
  @@ -342,7 +342,7 @@
     <!-- =================================================================== -->
   
     <xsl:template match="classpath">
  -    <xsl:text>export CLASSPATH=$CP:$JAVA_HOME\lib\tools.jar&#10;</xsl:text>
  +    <xsl:text>export CLASSPATH=$CP:$JAVA_HOME/lib/tools.jar&#10;</xsl:text>
       <xsl:for-each select="pathelement">
         <xsl:if test="not(@type='boot')">
           <xsl:text>export CLASSPATH=$CLASSPATH:</xsl:text>
  
  
  

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

Reply via email to