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/28 16:36:44 UTC

svn commit: r397910 - /beehive/trunk/controls/test/dist-test/build.xml

Author: ekoneil
Date: Fri Apr 28 07:36:41 2006
New Revision: 397910

URL: http://svn.apache.org/viewcvs?rev=397910&view=rev
Log:
Fix for the failing Cruisecontrol tests; broke this yesterday while simplifying the controlsWeb tests.

BB: self
Test: Controls distribution tests pass


Modified:
    beehive/trunk/controls/test/dist-test/build.xml

Modified: beehive/trunk/controls/test/dist-test/build.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/controls/test/dist-test/build.xml?rev=397910&r1=397909&r2=397910&view=diff
==============================================================================
--- beehive/trunk/controls/test/dist-test/build.xml (original)
+++ beehive/trunk/controls/test/dist-test/build.xml Fri Apr 28 07:36:41 2006
@@ -66,15 +66,6 @@
             <fileset dir="../webapps" includes="**"/>
         </copy>
 
-        <!-- Inject milton into controlsWeb-->
-        <copy todir="${test.dist.base.dir}/beehive-test-dist/controls/test/webapps/src" overwrite="true">
-            <fileset dir="../webapps/common/milton" includes="src/**"/>
-        </copy>
-
-        <copy todir="${test.dist.base.dir}/beehive-test-dist/controls/test/webapps/web" verbose="true" overwrite="true">
-            <fileset dir="../webapps/common/milton" includes="resources/**"/>
-        </copy>
-
         <copy todir="${test.dist.base.dir}/beehive-test-dist/controls/test" overwrite="true">
             <fileset dir="files"/>
         </copy>