You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2005/06/23 03:43:39 UTC

svn commit: r193045 - /forrest/branches/forrest_07_branch/main/targets/plugins.xml

Author: crossley
Date: Wed Jun 22 18:43:38 2005
New Revision: 193045

URL: http://svn.apache.org/viewcvs?rev=193045&view=rev
Log:
FOR-550 build/plugins/catalog.xcat has full pathnames to each individual plugin catalog.xcat

Modified:
    forrest/branches/forrest_07_branch/main/targets/plugins.xml

Modified: forrest/branches/forrest_07_branch/main/targets/plugins.xml
URL: http://svn.apache.org/viewcvs/forrest/branches/forrest_07_branch/main/targets/plugins.xml?rev=193045&r1=193044&r2=193045&view=diff
==============================================================================
--- forrest/branches/forrest_07_branch/main/targets/plugins.xml (original)
+++ forrest/branches/forrest_07_branch/main/targets/plugins.xml Wed Jun 22 18:43:38 2005
@@ -127,7 +127,7 @@
            style="${forrest.core}/var/catalogMountSnippet.xsl"
            force="true">
          <param name="plugin-catalog-path"
-           expression="${forrest.plugins-dir}/${plugin}/resources/schema/catalog.xcat"/>
+           expression="${plugin}/resources/schema/catalog.xcat"/>
        </xslt>
        <move file="${forrest.plugins-dir}/catalog.xcat.new" 
          tofile="${forrest.plugins-dir}/catalog.xcat"/>