You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by br...@apache.org on 2005/03/04 17:51:17 UTC

svn commit: r156183 - forrest/trunk/main/var/pluginlist2fetch.xsl

Author: brondsem
Date: Fri Mar  4 08:51:13 2005
New Revision: 156183

URL: http://svn.apache.org/viewcvs?view=rev&rev=156183
Log:
clean up misleading punctuation

Modified:
    forrest/trunk/main/var/pluginlist2fetch.xsl

Modified: forrest/trunk/main/var/pluginlist2fetch.xsl
URL: http://svn.apache.org/viewcvs/forrest/trunk/main/var/pluginlist2fetch.xsl?view=diff&r1=156182&r2=156183
==============================================================================
--- forrest/trunk/main/var/pluginlist2fetch.xsl (original)
+++ forrest/trunk/main/var/pluginlist2fetch.xsl Fri Mar  4 08:51:13 2005
@@ -55,7 +55,7 @@
             <fail unless="plugin.present">
               Unable to download the 
               "<xsl:value-of select="$plugin-name" />" plugin from 
-              <xsl:value-of select="plugin[@name=$plugin-name]/@url" />. 
+              <xsl:value-of select="plugin[@name=$plugin-name]/@url" />
               There are a number of possible causes for this:
               
               One possible problem is that you do not have write access to 
@@ -68,7 +68,7 @@
               
               To manually install a plugin download the plugin zip file from
               <xsl:value-of select="plugin[@name=$plugin-name]/@url"/> and
-              extract it into to <xsl:value-of select="$plugin-dir"/>/<xsl:value-of select="$plugin-name" />.</fail>
+              extract it into to <xsl:value-of select="$plugin-dir"/><xsl:value-of select="$plugin-name" /></fail>
             <echo>Plugin "<xsl:value-of select="$plugin-name" />" correctly installed.</echo>
          </target>
       </project>