Author: bdube Date: Sun Dec 6 00:21:12 2009 New Revision: 887615 URL: http://svn.apache.org/viewvc?rev=887615&view=rev Log: Some cleanup after the dispatcher merge A grep for themes.core shows that the dispatcher plugin documentation might need to be updated, as well as the forrest.properties files of several plugins
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/forrest.properties forrest/trunk/whiteboard/plugins/whiteboard-plugins.xml Modified: forrest/trunk/main/fresh-site/forrest.properties URL: http://svn.apache.org/viewvc/forrest/trunk/main/fresh-site/forrest.properties?rev=887615&r1=887614&r2=887615&view=diff ============================================================================== --- forrest/trunk/main/fresh-site/forrest.properties (original) +++ forrest/trunk/main/fresh-site/forrest.properties Sun Dec 6 00:21:12 2009 @@ -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 # 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=887615&r1=887614&r2=887615&view=diff ============================================================================== --- forrest/trunk/main/template-sites/basic/forrest.properties (original) +++ forrest/trunk/main/template-sites/basic/forrest.properties Sun Dec 6 00:21:12 2009 @@ -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 Modified: forrest/trunk/main/template-sites/business/forrest.properties URL: http://svn.apache.org/viewvc/forrest/trunk/main/template-sites/business/forrest.properties?rev=887615&r1=887614&r2=887615&view=diff ============================================================================== --- forrest/trunk/main/template-sites/business/forrest.properties (original) +++ forrest/trunk/main/template-sites/business/forrest.properties Sun Dec 6 00:21:12 2009 @@ -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 # 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/forrest.properties URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/forrest.properties?rev=887615&r1=887614&r2=887615&view=diff ============================================================================== --- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/forrest.properties (original) +++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/forrest.properties Sun Dec 6 00:21:12 2009 @@ -22,4 +22,4 @@ # FIXME: FOR-785 forrest.validate.skinconf=false -project.required.plugins=org.apache.forrest.plugin.internal.dispatcher,org.apache.forrest.themes.core,org.apache.forrest.plugin.input.projectInfo,org.apache.forrest.plugin.output.pdf,org.apache.forrest.plugin.input.glossary,org.apache.forrest.plugin.output.POD +project.required.plugins=org.apache.forrest.plugin.internal.dispatcher,org.apache.forrest.plugin.input.projectInfo,org.apache.forrest.plugin.output.pdf,org.apache.forrest.plugin.input.glossary,org.apache.forrest.plugin.output.POD Modified: forrest/trunk/whiteboard/plugins/whiteboard-plugins.xml URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/whiteboard-plugins.xml?rev=887615&r1=887614&r2=887615&view=diff ============================================================================== --- forrest/trunk/whiteboard/plugins/whiteboard-plugins.xml (original) +++ forrest/trunk/whiteboard/plugins/whiteboard-plugins.xml Sun Dec 6 00:21:12 2009 @@ -340,18 +340,6 @@ <!-- ================================================================== --> <!-- Theme Plugins --> <!-- ================================================================== --> - <plugin name="org.apache.forrest.themes.core" - type="output" - author="Apache Forrest Project" - website="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.themes.core" - url="http://forrest.apache.org/plugins/" - version="0.1"> - <description> - The core theme package for the dispatcher. - </description> - <forrestVersion>0.8</forrestVersion> - </plugin> - <plugin name="uk.ac.osswatch.forrest.themes" type="output" author="OSS Watch"