Author: rgardler
Date: Sat Mar 31 14:09:51 2007
New Revision: 524481
URL: http://svn.apache.org/viewvc?view=rev&rev=524481
Log:
Temporarily revert to using the plugins.xml file rather than generating from
plugin build.xml in order to allow 0.8 to be released without plugin sources.
Modified:
forrest/trunk/main/webapp/plugins.xmap
Modified: forrest/trunk/main/webapp/plugins.xmap
URL:
http://svn.apache.org/viewvc/forrest/trunk/main/webapp/plugins.xmap?view=diff&rev=524481&r1=524480&r2=524481
==============================================================================
--- forrest/trunk/main/webapp/plugins.xmap (original)
+++ forrest/trunk/main/webapp/plugins.xmap Sat Mar 31 14:09:51 2007
@@ -68,6 +68,13 @@
<map:serialize type="xml"/>
</map:match>
+ <!-- This match is used if we want to generate the plugins.xml
+ from the plugin build.xml files. However, it is currently
+ disabled since the 0.8 release will not bundle the plugin
+ sources so this match will not work.
+
+ See FOR-533
+
<map:match pattern="plugins.xml">
<map:aggregate element="pluginList">
<map:part src="cocoon:/corePlugins.xml"/>
@@ -75,6 +82,16 @@
</map:aggregate>
<map:serialize type="xml"/>
</map:match>
+ -->
+
+ <map:match pattern="plugins.xml">
+ <map:aggregate element="pluginList">
+ <map:part src="{lm:plugin.descriptor.forrest}"/>
+ <map:part src="{lm:plugin.descriptor.whiteboard}"/>
+ </map:aggregate>
+ <map:serialize type="xml"/>
+ </map:match>
+
</map:pipeline>
</map:pipelines>