Author: crossley
Date: Mon Apr 11 18:34:33 2005
New Revision: 161000

URL: http://svn.apache.org/viewcvs?view=rev&rev=161000
Log:
Improve description for init-plugins target.

Modified:
    forrest/trunk/main/targets/plugins.xml

Modified: forrest/trunk/main/targets/plugins.xml
URL: 
http://svn.apache.org/viewcvs/forrest/trunk/main/targets/plugins.xml?view=diff&r1=160999&r2=161000
==============================================================================
--- forrest/trunk/main/targets/plugins.xml (original)
+++ forrest/trunk/main/targets/plugins.xml Mon Apr 11 18:34:33 2005
@@ -226,7 +226,7 @@
   <target name="install-plugin" depends="check-plugin, fetch-plugin, 
unpack-plugin"/>
   
   <target name="init-plugins" depends="init-props"
-    description="ensure the required plugins are available locally, if any are 
not download them automatically">
+    description="Ensure the required plugins are available locally, if any are 
not, download them automatically">
     
     <mkdir dir="${forrest.plugins-dir}"/>
     <mkdir dir="${project.temp-dir}"/>