You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by th...@apache.org on 2005/03/16 14:16:31 UTC

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

Author: thorsten
Date: Wed Mar 16 05:16:29 2005
New Revision: 157741

URL: http://svn.apache.org/viewcvs?view=rev&rev=157741
Log:
typo spotted by Joachim Breitsprecher <jb...@dserv.net>

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=157740&r2=157741
==============================================================================
--- forrest/trunk/plugins/build.xml (original)
+++ forrest/trunk/plugins/build.xml Wed Mar 16 05:16:29 2005
@@ -71,7 +71,7 @@
     <property name="build.compiler.type"        value="classic"/>
     <property name="build.compiler.vm"          value="1.2"/>
     
-    <input message="Which plugin you which to operate on?"
+    <input message="Which plugin do you wish to operate on?"
            addproperty="plugin-name"/>
            
     <mkdir dir="${build.dir}"/>