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 2006/04/19 03:56:48 UTC

svn commit: r395104 - /beehive/trunk/controls/test/tools/tch/build.xml

Author: ekoneil
Date: Tue Apr 18 18:56:46 2006
New Revision: 395104

URL: http://svn.apache.org/viewcvs?rev=395104&view=rev
Log:
Add "deploy" target to the TCH (?) build that copies a new build to controls/test/infra.

BB: self
Test: Controls pass


Modified:
    beehive/trunk/controls/test/tools/tch/build.xml

Modified: beehive/trunk/controls/test/tools/tch/build.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/controls/test/tools/tch/build.xml?rev=395104&r1=395103&r2=395104&view=diff
==============================================================================
--- beehive/trunk/controls/test/tools/tch/build.xml (original)
+++ beehive/trunk/controls/test/tools/tch/build.xml Tue Apr 18 18:56:46 2006
@@ -110,6 +110,13 @@
     <target name="deploy" description="Build and deploy TCH">
         <antcall target="build"/>
         <antcall target="jar"/>
+        <copy todir="${beehive.home}/controls/test/infra/tch">
+            <fileset dir="deploy">
+                <exclude name="test/**"/>
+                <exclude name="scripts/**"/>
+                <exclude name="schema/performance/**"/>
+            </fileset>
+        </copy>
     </target>
 
     <!-- generate tch-root.xml -->