Author: marino
Date: Fri Feb 25 08:29:54 2005
New Revision: 155342
URL: http://svn.apache.org/viewcvs?view=rev&rev=155342
Log:
commons-lang is a new dependency, courtesy of the EscapeTool
Modified:
jakarta/velocity-tools/trunk/build.properties
jakarta/velocity-tools/trunk/build.xml
Modified: jakarta/velocity-tools/trunk/build.properties
URL:
http://svn.apache.org/viewcvs/jakarta/velocity-tools/trunk/build.properties?view=diff&r1=155341&r2=155342
==============================================================================
--- jakarta/velocity-tools/trunk/build.properties (original)
+++ jakarta/velocity-tools/trunk/build.properties Fri Feb 25 08:29:54 2005
@@ -1,6 +1,6 @@
# local build.properties
#
-# $Id: build.properties,v 1.13 2004/10/03 16:17:58 marino Exp $
+# $Id$
#
tools.path=${basedir}
tools.lib.path=${tools.path}/lib
@@ -18,6 +18,7 @@
oro.jar=${tools.lib.path}/jakarta-oro.jar
#velocity.jar=${tools.lib.path}/velocity-dep-1.4.jar
velocity-dvsl.jar=${tools.lib.path}/velocity-dvsl-0.43.jar
+commons-lang.jar=${tools.lib.path}/commons-lang-2.0.jar
# JDK 1.3 users can specify this to avoid
# warnings when building the project javadoc
Modified: jakarta/velocity-tools/trunk/build.xml
URL:
http://svn.apache.org/viewcvs/jakarta/velocity-tools/trunk/build.xml?view=diff&r1=155341&r2=155342
==============================================================================
--- jakarta/velocity-tools/trunk/build.xml (original)
+++ jakarta/velocity-tools/trunk/build.xml Fri Feb 25 08:29:54 2005
@@ -13,7 +13,7 @@
See the License for the specific language governing permissions and
limitations under the License.
- $Id: build.xml,v 1.42 2004/10/03 16:17:58 marino Exp $
+ $Id$
-->
<project name="velocity-tools" default="all" basedir=".">
@@ -72,6 +72,7 @@
<pathelement location="${sslext.jar}"/>
<pathelement location="${servlet.jar}"/>
<pathelement location="${velocity.jar}"/>
+ <pathelement location="${commons-lang.jar}"/>
<!-- for JDK 1.3 users -->
<pathelement location="${xerces.jar}"/>
@@ -299,6 +300,7 @@
<copy todir="${simple.lib}" file="${commons-logging.jar}"/>
<copy todir="${simple.lib}" file="${oro.jar}"/>
<copy todir="${simple.lib}" file="${velocity.jar}"/>
+ <copy todir="${simple.lib}" file="${commons-lang.jar}"/>
<ant dir="${examples.home}/simple" target="war" inheritAll="false"/>
</target>
@@ -331,6 +333,7 @@
<copy todir="${velstruts.lib}" file="${struts.jar}"/>
<copy todir="${velstruts.lib}" file="${oro.jar}"/>
<copy todir="${velstruts.lib}" file="${velocity.jar}"/>
+ <copy todir="${velstruts.lib}" file="${commons-lang.jar}"/>
<!-- Build VelocityStruts examples -->
<ant dir="${examples.home}/struts" target="all" inheritAll="false"/>
@@ -357,6 +360,7 @@
<copy todir="${layout.lib}" file="${commons-digester.jar}"/>
<copy todir="${layout.lib}" file="${oro.jar}"/>
<copy todir="${layout.lib}" file="${velocity.jar}"/>
+ <copy todir="${layout.lib}" file="${commons-lang.jar}"/>
<ant dir="${examples.home}/layout" target="war" inheritAll="false"/>
</target>
@@ -425,6 +429,7 @@
<copy todir="${release.dir}/lib" file="${struts.jar}"/>
<copy todir="${release.dir}/lib" file="${oro.jar}"/>
<copy todir="${release.dir}/lib" file="${velocity.jar}"/>
+ <copy todir="${release.dir}/lib" file="${commons-lang.jar}"/>
<!-- Gather example war files -->
<mkdir dir="${release.dir}/examples"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]