Author: ekoneil
Date: Mon Oct 25 20:45:06 2004
New Revision: 55564

Modified:
   incubator/beehive/trunk/build.xml
   incubator/beehive/trunk/user/beehive.properties
Log:
Changes related to velocitydep:

- ensure that the JAR is copied into the distribution
- add a property to the distribution's beehive.properties file

BB: self
DRT: Beehive pass
Test: build.dist test.dist pass



Modified: incubator/beehive/trunk/build.xml
==============================================================================
--- incubator/beehive/trunk/build.xml   (original)
+++ incubator/beehive/trunk/build.xml   Mon Oct 25 20:45:06 2004
@@ -258,7 +258,7 @@
 
             <!-- these are required by Controls and WSM -->
             <fileset file="${velocity14.jar}"/>
-            <fileset file="${velocity14dep.jar}"/>
+            <fileset file="${velocitydep14.jar}"/>
         </copy>
 
         <copy todir="${dist.dir}/lib/controls" failOnError="true">

Modified: incubator/beehive/trunk/user/beehive.properties
==============================================================================
--- incubator/beehive/trunk/user/beehive.properties     (original)
+++ incubator/beehive/trunk/user/beehive.properties     Mon Oct 25 20:45:06 2004
@@ -11,6 +11,7 @@
 
 # External JARs not included in the Beehive distribution
 tools.jar=${os.JAVA_HOME}/lib/tools.jar
+catalina-ant.jar=${tomcat.dir}/server/lib/catalina-ant.jar
 ant.jar=${ant.dir}/lib/ant.jar
 log4j.jar=${log4j.dir}/dist/lib/log4j-1.2.8.jar
 servlet24.jar=${tomcat.dir}/common/lib/servlet-api.jar
@@ -19,6 +20,7 @@
 # External JARs included in the Beehive distribution
 jsr173.jar=${beehive.dir}/lib/common/jsr173_1.0_api.jar
 velocity14.jar=${beehive.dir}/lib/common/velocity-1.4.jar
+velocitydep14.jar=${beehive.dir}/lib/common/velocity-dep-1.4.jar
 xbean.jar=${beehive.dir}/lib/common/apache-xbean.jar
 
 # Beehive JARs

Reply via email to