Author: crossley Date: Wed Jan 19 16:00:48 2005 New Revision: 125686 URL: http://svn.apache.org/viewcvs?view=rev&rev=125686 Log: Add "required plugins" to enable build with forrest-0.7 as well as 0.6
Modified: incubator/public/trunk/forrest.properties Modified: incubator/public/trunk/forrest.properties Url: http://svn.apache.org/viewcvs/incubator/public/trunk/forrest.properties?view=diff&rev=125686&p1=incubator/public/trunk/forrest.properties&r1=125685&p2=incubator/public/trunk/forrest.properties&r2=125686 ============================================================================== --- incubator/public/trunk/forrest.properties (original) +++ incubator/public/trunk/forrest.properties Wed Jan 19 16:00:48 2005 @@ -94,3 +94,7 @@ #project.issues-rss-url= #I18n Property only works for the "forrest run" target. #project.i18n=true +# 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 +project.required.plugins=org.apache.forrest.plugin.pdf-output,wiki --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
