You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2010/06/10 11:40:44 UTC

svn commit: r953264 - /forrest/trunk/plugins/pluginTemplate/build.xml

Author: crossley
Date: Thu Jun 10 09:40:44 2010
New Revision: 953264

URL: http://svn.apache.org/viewvc?rev=953264&view=rev
Log:
Fix typo and trailing slash for URLs.

Modified:
    forrest/trunk/plugins/pluginTemplate/build.xml

Modified: forrest/trunk/plugins/pluginTemplate/build.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/pluginTemplate/build.xml?rev=953264&r1=953263&r2=953264&view=diff
==============================================================================
--- forrest/trunk/plugins/pluginTemplate/build.xml (original)
+++ forrest/trunk/plugins/pluginTemplate/build.xml Thu Jun 10 09:40:44 2010
@@ -22,9 +22,9 @@
   <property name="plugin-version" value="0.1"/>
   <property name="description" value="@plugin-desc@"/>
   <property name="author" value="Apache Forrest Project"/>
-  <property name="websiteURL" value="@plugin-docServer@/@plugin-docPath@/@plugin-name@"/>
+  <property name="websiteURL" value="@plugin-docServer@/@plugin-docPath@/@plugin-name@/"/>
   <property name="downloadURL" value="@plugin-downloadServer@/@plugin-downloadPath@/"/>
-<!-- The plugin will only appear in the plugins list if pulish = true
+<!-- The plugin will only appear in the plugins list if publish = true
     <property name="publish" value="true"/> -->
   <import file="../build.xml"/>
 <!-- Add any additional installation work here in the build target, for example: