You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by js...@apache.org on 2005/02/01 21:13:20 UTC

svn commit: r149442 - incubator/beehive/trunk/distribution.xml

Author: jsong
Date: Tue Feb  1 12:13:19 2005
New Revision: 149442

URL: http://svn.apache.org/viewcvs?view=rev&rev=149442
Log:
Update distribution.xml.

Modified:
    incubator/beehive/trunk/distribution.xml

Modified: incubator/beehive/trunk/distribution.xml
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/distribution.xml?view=diff&r1=149441&r2=149442
==============================================================================
--- incubator/beehive/trunk/distribution.xml (original)
+++ incubator/beehive/trunk/distribution.xml Tue Feb  1 12:13:19 2005
@@ -97,13 +97,16 @@
 	<available property="webservice.control.exists" file="controlhaus/webservice/trunk/build.xml"/>
 	<antcall target="webservice.svn.update"/>
 	<antcall target="webservice.svn.checkout"/>
-
+      
 	<ant dir="controlhaus/webservice/trunk" target="clean" inheritAll="false">
-	    <property name="beehive.home" value="${dist.dir}"/>
-        </ant>        	    
+  	    <property name="beehive.home" value="${dist.dir}"/>
+	</ant>
 	<ant dir="controlhaus/webservice/trunk" target="jar" inheritAll="false">
-	    <property name="beehive.home" value="${dist.dir}"/>
-        </ant>      
+  	    <property name="beehive.home" value="${dist.dir}"/>
+	</ant>
+         
+	<copy file="controlhaus/webservice/trunk/build/jars/webservice-control.jar"
+	    todir="${dist.dir}/lib/controls"/>        
 
     </target>