Author: kentam
Date: Thu Oct 28 23:46:32 2004
New Revision: 55948

Modified:
   incubator/beehive/branches/v1/alpha/build.xml
Log:
Included the sample database control in the Beehive distro

Contributor: Hoi Lam




Modified: incubator/beehive/branches/v1/alpha/build.xml
==============================================================================
--- incubator/beehive/branches/v1/alpha/build.xml       (original)
+++ incubator/beehive/branches/v1/alpha/build.xml       Thu Oct 28 23:46:32 2004
@@ -344,6 +344,11 @@
             <fileset dir="samples/controls-blank"/>
         </copy>
 
+        <!-- Build the controls database template app distro -->
+        <copy todir="${dist.dir}/samples/controls-db" failOnError="true">
+            <fileset dir="samples/controls-db"/>
+        </copy>
+
     </target>
 
     <target name="build.dist.docs" depends="docs" description="Builds 
documentation for a Beehive distribution">

Reply via email to