Author: ias
Date: Tue Aug  3 06:37:42 2004
New Revision: 35629

Modified:
   incubator/beehive/trunk/build.xml
Log:
Fix mistypo in ensure.jsr173 target.

Modified: incubator/beehive/trunk/build.xml
==============================================================================
--- incubator/beehive/trunk/build.xml   (original)
+++ incubator/beehive/trunk/build.xml   Tue Aug  3 06:37:42 2004
@@ -138,7 +138,7 @@
     <!--                                               -->
     <!-- ============================================= -->
     <target name="ensure.jsr173">
-        <echo>Ensuring Ant present in directory: 
${beehive.installed.dir}</echo>
+        <echo>Ensuring JSR 173 present in directory: 
${beehive.installed.dir}</echo>
         <available file="${jsr173.jar}" type="file" property="jsr173.present"/>
         <echo>jsr173.present: ${jsr173.present}</echo>
         <antcall target="get.jsr173"/>

Reply via email to