You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by gm...@apache.org on 2008/10/03 06:34:52 UTC

svn commit: r701295 - /forrest/trunk/examples/contentIntegration/forrest.properties

Author: gmcdonald
Date: Thu Oct  2 21:34:51 2008
New Revision: 701295

URL: http://svn.apache.org/viewvc?rev=701295&view=rev
Log:
Alter to be inline with trunk usage, fix for FOR-1119

Modified:
    forrest/trunk/examples/contentIntegration/forrest.properties

Modified: forrest/trunk/examples/contentIntegration/forrest.properties
URL: http://svn.apache.org/viewvc/forrest/trunk/examples/contentIntegration/forrest.properties?rev=701295&r1=701294&r2=701295&view=diff
==============================================================================
--- forrest/trunk/examples/contentIntegration/forrest.properties (original)
+++ forrest/trunk/examples/contentIntegration/forrest.properties Thu Oct  2 21:34:51 2008
@@ -139,13 +139,12 @@
 # version.
 # Run "forrest available-plugins" for a list of plug-ins currently available.
 
-# FIXME: Note this site (as any other) will work in Windows before the Cocoon 2.1 upgrade, and will work in Linux/MAC after the Cocoon 2.1 upgrade (i.e Trunk) if the inputModule entry below is removed.
-
-project.required.plugins=org.apache.forrest.plugin.output.pdf,org.apache.forrest.plugin.input.tei,org.apache.forrest.plugin.output.OOo,org.apache.forrest.plugin.internal.dispatcher,org.apache.forrest.themes.core,org.apache.forrest.plugin.output.inputModule
+# FIXME: Note Windows Users will currently need to add ',org.apache.forrest.plugin.output.inputModule' to the project.required.plugins line below.
+project.required.plugins=org.apache.forrest.plugin.output.pdf,org.apache.forrest.plugin.input.tei,org.apache.forrest.plugin.output.OOo,org.apache.forrest.plugin.internal.dispatcher,org.apache.forrest.themes.core
 
 # 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.output.inputModule
+#org.apache.forrest.plugin.internal.dispatcher,org.apache.forrest.themes.core
 
 # Proxy configuration
 # - proxy.user and proxy.password are only needed if the proxy is an authenticated one...