Author: crossley Date: Thu Jun 10 07:53:37 2010 New Revision: 953238 URL: http://svn.apache.org/viewvc?rev=953238&view=rev Log: Fixed the doubled name "plugins".
Modified: forrest/trunk/plugins/build.xml Modified: forrest/trunk/plugins/build.xml URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/build.xml?rev=953238&r1=953237&r2=953238&view=diff ============================================================================== --- forrest/trunk/plugins/build.xml (original) +++ forrest/trunk/plugins/build.xml Thu Jun 10 07:53:37 2010 @@ -37,9 +37,9 @@ <property name="plugin.lib.dir" value="lib"/> <property name="plugin.resources.dir" value="resources"/> <property name="plugin.stylesheets.dir" value="${plugin.resources.dir}/stylesheets"/> - <property name="plugin.docServer" value="http://forrest.apache.org/"/> + <property name="plugin.docServer" value="http://forrest.apache.org"/> <property name="plugin.docPath" value="pluginDocs"/> - <property name="plugin.downloadServer" value="http://forrest.apache.org/plugins"/> + <property name="plugin.downloadServer" value="http://forrest.apache.org"/> <property name="plugin.downloadPath" value="plugins"/> <property name="deploy.plugins.svn.url" value="https://svn.apache.org/repos/asf/forrest/site/plugins"/> <property name="deploy.plugin.docs.svn.url" value="https://svn.apache.org/repos/asf/forrest/site/pluginDocs"/>