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 2005/04/03 09:39:47 UTC

svn commit: r159899 - forrest/trunk/plugins/build.xml

Author: crossley
Date: Sat Apr  2 23:39:47 2005
New Revision: 159899

URL: http://svn.apache.org/viewcvs?view=rev&rev=159899
Log:
Better message for user input plugin-type.

Modified:
    forrest/trunk/plugins/build.xml

Modified: forrest/trunk/plugins/build.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/build.xml?view=diff&r1=159898&r2=159899
==============================================================================
--- forrest/trunk/plugins/build.xml (original)
+++ forrest/trunk/plugins/build.xml Sat Apr  2 23:39:47 2005
@@ -226,7 +226,7 @@
       </filterset>
     </copy>
     
-    <input message="What type of plugin do you wish to create (input, output, internal)?"
+    <input message="What type of plugin do you wish to create? "
            validargs="input,output,internal"
            addproperty="plugin-type"/>
     <move file="${plugin-name}/sitemap.xmap"