You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by rg...@apache.org on 2005/01/13 17:59:12 UTC

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

Author: rgardler
Date: Thu Jan 13 08:59:10 2005
New Revision: 125083

URL: http://svn.apache.org/viewcvs?view=rev&rev=125083
Log:
correct typo
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&rev=125083&p1=forrest/trunk/main/var/pluginlist2fetch.xsl&r1=125082&p2=forrest/trunk/main/var/pluginlist2fetch.xsl&r2=125083
==============================================================================
--- forrest/trunk/main/var/pluginlist2fetch.xsl	(original)
+++ forrest/trunk/main/var/pluginlist2fetch.xsl	Thu Jan 13 08:59:10 2005
@@ -74,7 +74,7 @@
          </xsl:when>
          <xsl:otherwise>
             <project default="findPlugin">
-              <target name="findplugin"/>
+              <target name="findPlugin"/>
             </project>
          </xsl:otherwise>
        </xsl:choose>