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/09/11 14:56:58 UTC

svn commit: r280118 - /beehive/trunk/controls/build.xml

Author: ekoneil
Date: Sun Sep 11 05:56:56 2005
New Revision: 280118

URL: http://svn.apache.org/viewcvs?rev=280118&view=rev
Log:
Remove the "build" depencency from the Controls runtime deployment target.

Ran into this while reorganizing the netui-blank webapp.

BB: self
Test: test-dist pass


Modified:
    beehive/trunk/controls/build.xml

Modified: beehive/trunk/controls/build.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/controls/build.xml?rev=280118&r1=280117&r2=280118&view=diff
==============================================================================
--- beehive/trunk/controls/build.xml (original)
+++ beehive/trunk/controls/build.xml Sun Sep 11 05:56:56 2005
@@ -210,7 +210,6 @@
     <!-- deploy.controls.runtime -->
     <!-- ==================================================================== -->
     <target name="deploy.controls.runtime"
-            depends="build_all"
             description="Deploy the controls runtime to a fully-qualified webapp directory specified with the property 'dest.dir'">
         <available property="dir.available" file="${dest.dir}" type="dir"/>
         <fail unless="dir.available" message="Can't find the destination directory ${dest.dir}"/>