Author: rgardler
Date: Wed Oct 19 13:05:49 2005
New Revision: 326669

URL: http://svn.apache.org/viewcvs?rev=326669&view=rev
Log:
Put the plugin locationmap in the root of the directory, rather than in the 
docs. This is because plugins may, in the future be distributed separately from 
their docs. In fact, it is a mistake that the docs are currently in the zip 
files.

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

Modified: forrest/trunk/main/var/pluginLmMountSnippet.xsl
URL: 
http://svn.apache.org/viewcvs/forrest/trunk/main/var/pluginLmMountSnippet.xsl?rev=326669&r1=326668&r2=326669&view=diff
==============================================================================
--- forrest/trunk/main/var/pluginLmMountSnippet.xsl (original)
+++ forrest/trunk/main/var/pluginLmMountSnippet.xsl Wed Oct 19 13:05:49 2005
@@ -39,7 +39,7 @@
        <xsl:apply-templates/>
        <xsl:element name="select">
            <xsl:element name="mount">
-             <xsl:attribute name="src">{forrest:plugins}/<xsl:value-of 
select="$plugin-name"/>/src/documentation/content/locationmap.xml</xsl:attribute>
 
+             <xsl:attribute name="src">{forrest:plugins}/<xsl:value-of 
select="$plugin-name"/>/locationmap.xml</xsl:attribute> 
            </xsl:element>
        </xsl:element>
      </locator>