Author: rgardler
Date: Fri Dec 9 13:05:34 2005
New Revision: 355601
URL: http://svn.apache.org/viewcvs?rev=355601&view=rev
Log:
need to define plugin list in forrest.properties.xml for defaults to be loaded, also provide
and example of overriding a plugins default settings (example for FOR-739)
Added:
forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/forrest.properties.xml
(with props)
Added: forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/forrest.properties.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/forrest.properties.xml?rev=355601&view=auto
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/forrest.properties.xml
(added)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/forrest.properties.xml
Fri Dec 9 13:05:34 2005
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<properties>
+ <!-- The names of plugins that are required to build the project
+ comma separated list (no spaces)
+ Run "forrest available-plugins" for a list of plug-ins currently available -->
+
+ <!-- This is an in development, undocumented feature. You must still provide this information
+ in forrest.properties until further notice - ony use this property if you know why
you
+ need to -->
+ <property name="project.required.plugins"
+ value="org.apache.forrest.plugin.input.projectInfo,org.apache.forrest.plugin.output.pdf"/>
+
+ <!-- pluginInfo property overrides -->
+
+ <!-- Indicate if the committers list should be included. Values are true
+ or false. -->
+ <property name="projectInfo.changes.includeCommitterList" value="false"/>
+</properties>
Propchange: forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/forrest.properties.xml
------------------------------------------------------------------------------
svn:eol-style = native
|