Author: ekoneil
Date: Fri Jan 28 18:13:51 2005
New Revision: 148976

URL: http://svn.apache.org/viewcvs?view=rev&rev=148976
Log:
Finish putting the build spew on a diet.

Forgot to check this file in yesterday when these echos were moved to build.xml 
"check.setup"

BB: none
DRT: none


Modified:
   incubator/beehive/trunk/beehive-imports.xml

Modified: incubator/beehive/trunk/beehive-imports.xml
Url: 
http://svn.apache.org/viewcvs/incubator/beehive/trunk/beehive-imports.xml?view=diff&rev=148976&p1=incubator/beehive/trunk/beehive-imports.xml&r1=148975&p2=incubator/beehive/trunk/beehive-imports.xml&r2=148976
==============================================================================
--- incubator/beehive/trunk/beehive-imports.xml (original)
+++ incubator/beehive/trunk/beehive-imports.xml Fri Jan 28 18:13:51 2005
@@ -322,8 +322,6 @@
 If you have JDK 1.5 installed on your system, you may need to 
 adjust your JAVA_HOME environment variable.
     </fail>
-    
-    <echo>JDK version is okay.</echo>
 
     <!-- 
======================================================================== -->
     <!-- Verify ANT version                                                    
   -->
@@ -351,20 +349,11 @@
 adjust your ANT_HOME environment variable.
     </fail>
 
-    <echo>Apache Ant version is okay.</echo>
-
     <mkdir dir="${beehive.home}/build/lib/"/>
 
     <!-- 
======================================================================== -->
     <!-- Output a summary                                                      
   -->
     <!-- 
======================================================================== -->
-
-    <echo>
-java.home       = ${java.home}
-ant.home        = ${ant.home}
-beehive.home    = ${beehive.home}
-beehive.version = ${beehive.version}
-    </echo>
 
     <target name="usage" description="Print the usage for this build.xml">
         <java fork="no" classname="org.apache.tools.ant.Main">

Reply via email to