Author: crossley
Date: Wed Aug 30 21:10:17 2006
New Revision: 438776
URL: http://svn.apache.org/viewvc?rev=438776&view=rev
Log:
Each project needs to add org.apache.forrest.plugin.output.inputModule to the
forrest.properties project.required.plugins
Issue: FOR-926
Modified:
forrest/trunk/main/fresh-site/forrest.properties
forrest/trunk/main/template-sites/basic/forrest.properties
forrest/trunk/main/template-sites/business/forrest.properties
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/src/documentation/content/xdocs/how/howto-dispatcher-quickstart.xml
Modified: forrest/trunk/main/fresh-site/forrest.properties
URL:
http://svn.apache.org/viewvc/forrest/trunk/main/fresh-site/forrest.properties?rev=438776&r1=438775&r2=438776&view=diff
==============================================================================
--- forrest/trunk/main/fresh-site/forrest.properties (original)
+++ forrest/trunk/main/fresh-site/forrest.properties Wed Aug 30 21:10:17 2006
@@ -142,7 +142,7 @@
# codename: Dispatcher
# Add the following plugins to project.required.plugins:
-#org.apache.forrest.plugin.internal.dispatcher,org.apache.forrest.themes.core
+#org.apache.forrest.plugin.internal.dispatcher,org.apache.forrest.themes.core,org.apache.forrest.plugin.output.inputModule
# Proxy configuration
# - proxy.user and proxy.password are only needed if the proxy is an
authenticated one...
Modified: forrest/trunk/main/template-sites/basic/forrest.properties
URL:
http://svn.apache.org/viewvc/forrest/trunk/main/template-sites/basic/forrest.properties?rev=438776&r1=438775&r2=438776&view=diff
==============================================================================
--- forrest/trunk/main/template-sites/basic/forrest.properties (original)
+++ forrest/trunk/main/template-sites/basic/forrest.properties Wed Aug 30
21:10:17 2006
@@ -22,4 +22,4 @@
project.required.plugins=org.apache.forrest.plugin.output.pdf
# codename: Dispatcher
# Add the following plugins to project.required.plugins:
-#org.apache.forrest.plugin.internal.dispatcher,org.apache.forrest.themes.core
+#org.apache.forrest.plugin.internal.dispatcher,org.apache.forrest.themes.core,org.apache.forrest.plugin.output.inputModule
Modified: forrest/trunk/main/template-sites/business/forrest.properties
URL:
http://svn.apache.org/viewvc/forrest/trunk/main/template-sites/business/forrest.properties?rev=438776&r1=438775&r2=438776&view=diff
==============================================================================
--- forrest/trunk/main/template-sites/business/forrest.properties (original)
+++ forrest/trunk/main/template-sites/business/forrest.properties Wed Aug 30
21:10:17 2006
@@ -149,7 +149,7 @@
# codename: Dispatcher
# Add the following plugins to project.required.plugins:
-#org.apache.forrest.plugin.internal.dispatcher,org.apache.forrest.themes.core
+#org.apache.forrest.plugin.internal.dispatcher,org.apache.forrest.themes.core,org.apache.forrest.plugin.output.inputModule
# Proxy configuration
# - proxy.user and proxy.password are only needed if the proxy is an
authenticated one...
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/src/documentation/content/xdocs/how/howto-dispatcher-quickstart.xml
URL:
http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/src/documentation/content/xdocs/how/howto-dispatcher-quickstart.xml?rev=438776&r1=438775&r2=438776&view=diff
==============================================================================
---
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/src/documentation/content/xdocs/how/howto-dispatcher-quickstart.xml
(original)
+++
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/src/documentation/content/xdocs/how/howto-dispatcher-quickstart.xml
Wed Aug 30 21:10:17 2006
@@ -78,7 +78,7 @@
<title>Dispatcher-enable the existing site</title>
<ul>
<li>Add the new plugins to forrest.properties ...
-
,org.apache.forrest.plugin.internal.dispatcher,org.apache.forrest.themes.core
+
,org.apache.forrest.plugin.internal.dispatcher,org.apache.forrest.themes.core,org.apache.forrest.plugin.output.inputModule
</li>
<li>localhost:8888/index.html ... fantastic. See the pelt view.</li>
</ul>