Author: rgardler
Date: Tue Apr 12 04:10:37 2005
New Revision: 161041
URL: http://svn.apache.org/viewcvs?view=rev&rev=161041
Log:
add src location of plugins - used to find plugins.xml, later used to allow
loading of plugins from src directory if available
Modified:
forrest/trunk/main/webapp/WEB-INF/xconf/forrest-core.xconf
Modified: forrest/trunk/main/webapp/WEB-INF/xconf/forrest-core.xconf
URL:
http://svn.apache.org/viewcvs/forrest/trunk/main/webapp/WEB-INF/xconf/forrest-core.xconf?view=diff&r1=161040&r2=161041
==============================================================================
--- forrest/trunk/main/webapp/WEB-INF/xconf/forrest-core.xconf (original)
+++ forrest/trunk/main/webapp/WEB-INF/xconf/forrest-core.xconf Tue Apr 12
04:10:37 2005
@@ -126,6 +126,7 @@
<context>@context.home@</context>
<skins-dir>@context.home@/skins/</skins-dir>
<stylesheets>@context.home@/resources/stylesheets</stylesheets>
+ <plugins-src>@forrest.home@/plugins</plugins-src>
<plugins>@forrest.home@/build/plugins</plugins>
</values>
</component-instance>