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/13 23:29:36 UTC

svn commit: r170094 - /incubator/beehive/trunk/controls/test/dist-test/common/run-test-build.xml

Author: ekoneil
Date: Fri May 13 14:29:33 2005
New Revision: 170094

URL: http://svn.apache.org/viewcvs?rev=170094&view=rev
Log:
Add <deploy-wsm> to the controls distribution testing.

This is now needed given that <deploy-netui> doesn't copy the WSM JARs.

BB: self
DRT: none


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

Modified: incubator/beehive/trunk/controls/test/dist-test/common/run-test-build.xml
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/controls/test/dist-test/common/run-test-build.xml?rev=170094&r1=170093&r2=170094&view=diff
==============================================================================
--- incubator/beehive/trunk/controls/test/dist-test/common/run-test-build.xml (original)
+++ incubator/beehive/trunk/controls/test/dist-test/common/run-test-build.xml Fri May 13 14:29:33 2005
@@ -95,6 +95,7 @@
 
     <target name="update.runtime" description="Update NetUI runtime in controlsWeb without compiling">
          <deploy-netui webappDir="${webapp.dir}"/>
+         <deploy-wsm webappDir="${webapp.dir}"/>
     </target>
 
     <!-- ================================================================ -->