Author: jsong
Date: Thu Aug 26 20:46:27 2004
New Revision: 37107

Modified:
   incubator/beehive/trunk/controls/build.xml
Log:
Correct a typo in controls/build.xml.


Modified: incubator/beehive/trunk/controls/build.xml
==============================================================================
--- incubator/beehive/trunk/controls/build.xml  (original)
+++ incubator/beehive/trunk/controls/build.xml  Thu Aug 26 20:46:27 2004
@@ -253,7 +253,7 @@
   <!-- ==================================================================== -->
   <target name="drt" depends="deploy">
     <ant dir="./drt" target="drt" inheritAll="false"/>
-    <ant dir="./test" target="check.tests" inheritAll="false"/>
+    <ant dir="./test" target="checkin.tests" inheritAll="false"/>
   </target>
 
 </project>

Reply via email to