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:35:48 UTC

svn commit: r193041 - /forrest/trunk/main/targets/plugins.xml

Author: crossley
Date: Wed Jun 22 18:35:47 2005
New Revision: 193041

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

Modified:
    forrest/trunk/main/targets/plugins.xml

Modified: forrest/trunk/main/targets/plugins.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/main/targets/plugins.xml?rev=193041&r1=193040&r2=193041&view=diff
==============================================================================
--- forrest/trunk/main/targets/plugins.xml (original)
+++ forrest/trunk/main/targets/plugins.xml Wed Jun 22 18:35:47 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"/>