You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by ek...@apache.org on 2005/05/16 23:47:31 UTC

svn commit: r170465 - /incubator/beehive/trunk/build.xml

Author: ekoneil
Date: Mon May 16 14:47:31 2005
New Revision: 170465

URL: http://svn.apache.org/viewcvs?rev=170465&view=rev
Log:
Fix JIRA 741.

BB: self
DRT: none


Modified:
    incubator/beehive/trunk/build.xml

Modified: incubator/beehive/trunk/build.xml
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/build.xml?rev=170465&r1=170464&r2=170465&view=diff
==============================================================================
--- incubator/beehive/trunk/build.xml (original)
+++ incubator/beehive/trunk/build.xml Mon May 16 14:47:31 2005
@@ -62,11 +62,11 @@
     </target>
 
     <target name="build.samples" description="Build the Beehive samples">
-        <ant dir="samples" target="build" inheritAll="false"/>
+        <ant antfile="samples/build.xml" target="build" inheritAll="false"/>
     </target>
 
     <target name="clean.samples" description="Clean the Beehive samples">
-        <ant dir="samples" target="clean" inheritAll="false"/>
+        <ant antfile="samples/build.xml" target="clean" inheritAll="false"/>
     </target>
 
     <target name="revision.label" description="Creates svn revision label file">