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/08/17 02:07:48 UTC

svn commit: r233085 - /beehive/trunk/distribution.xml

Author: ekoneil
Date: Tue Aug 16 17:07:43 2005
New Revision: 233085

URL: http://svn.apache.org/viewcvs?rev=233085&view=rev
Log:
Re-enable the web service / web service control builds.  Disabled these earlier when trying to run an end-to-end build / dist / test dist cycle in a single VM.  This actually got it working, but the changes shouldn't have been committed...

BB: self
DRT: build.dist pass


Modified:
    beehive/trunk/distribution.xml

Modified: beehive/trunk/distribution.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/distribution.xml?rev=233085&r1=233084&r2=233085&view=diff
==============================================================================
--- beehive/trunk/distribution.xml (original)
+++ beehive/trunk/distribution.xml Tue Aug 16 17:07:43 2005
@@ -89,11 +89,10 @@
         <ant antfile="${samples.verify.dir}/samples/netui-jsf/WEB-INF/src/build.xml" target="build-myfaces" inheritAll="false">
             <property name="myfaces.dir" location="${myfaces.dir}"/>
         </ant>
-<!--
-        <ant antfile="${samples.verify.dir}/samples/wsm-addressbook-enhanced/WEB-INF/src/build.xml" target="build" inheritAll="false"/>
+
+\        <ant antfile="${samples.verify.dir}/samples/wsm-addressbook-enhanced/WEB-INF/src/build.xml" target="build" inheritAll="false"/>
         <ant antfile="${samples.verify.dir}/samples/wsm-addressbook-fromWSDL/WEB-INF/src/build.xml" target="all" inheritAll="false"/>
         <ant antfile="${samples.verify.dir}/samples/controls-webservices-blank/build.xml" target="build" inheritAll="false"/>
--->
 
         <ant antfile="${samples.verify.dir}/samples/controls-spring/integration/build.xml" target="build" inheritAll="false"/>
         <ant antfile="${samples.verify.dir}/samples/controls-spring/web/WEB-INF/src/build.xml" target="build" inheritAll="false"/>