marino 2004/10/03 09:17:58
Modified: . build.properties build.xml
Log:
do away with the dependency version of velocity
Revision Changes Path
1.13 +4 -2 jakarta-velocity-tools/build.properties
Index: build.properties
===================================================================
RCS file: /home/cvs/jakarta-velocity-tools/build.properties,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- build.properties 28 May 2004 19:05:03 -0000 1.12
+++ build.properties 3 Oct 2004 16:17:58 -0000 1.13
@@ -14,7 +14,9 @@
servlet.jar=${tools.lib.path}/servlet.jar
struts.jar=${tools.lib.path}/struts.jar
sslext.jar=${tools.lib.path}/sslext.jar
-velocity.jar=${tools.lib.path}/velocity-dep-1.4.jar
+velocity.jar=${tools.lib.path}/velocity-1.4.jar
+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
# JDK 1.3 users can specify this to avoid
1.42 +9 -1 jakarta-velocity-tools/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-velocity-tools/build.xml,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- build.xml 21 Jul 2004 21:58:42 -0000 1.41
+++ build.xml 3 Oct 2004 16:17:58 -0000 1.42
@@ -68,6 +68,7 @@
<pathelement location="${commons-logging.jar}"/>
<pathelement location="${commons-validator.jar}"/>
<pathelement location="${struts.jar}"/>
+ <pathelement location="${oro.jar}"/>
<pathelement location="${sslext.jar}"/>
<pathelement location="${servlet.jar}"/>
<pathelement location="${velocity.jar}"/>
@@ -235,6 +236,8 @@
<taskdef name="dvsl" classname="org.apache.tools.dvsl.DVSLTask">
<classpath>
<pathelement location="${dom4j.jar}"/>
+ <pathelement location="${commons-collections.jar}"/>
+ <pathelement location="${oro.jar}"/>
<pathelement location="${velocity.jar}"/>
<pathelement location="${velocity-dvsl.jar}"/>
</classpath>
@@ -294,6 +297,7 @@
<copy todir="${simple.lib}" file="${commons-digester.jar}"/>
<copy todir="${simple.lib}" file="${commons-beanutils.jar}"/>
<copy todir="${simple.lib}" file="${commons-logging.jar}"/>
+ <copy todir="${simple.lib}" file="${oro.jar}"/>
<copy todir="${simple.lib}" file="${velocity.jar}"/>
<ant dir="${examples.home}/simple" target="war" inheritAll="false"/>
@@ -320,10 +324,12 @@
<copy todir="${velstruts.lib}" file="${commons-beanutils.jar}"/>
<copy todir="${velstruts.lib}" file="${commons-collections.jar}"/>
<copy todir="${velstruts.lib}" file="${commons-digester.jar}"/>
+ <copy todir="${velstruts.lib}" file="${commons-logging.jar}"/>
<copy todir="${velstruts.lib}" file="${commons-validator.jar}"/>
<copy todir="${velstruts.lib}" file="${servlet.jar}"/>
<copy todir="${velstruts.lib}" file="${sslext.jar}"/>
<copy todir="${velstruts.lib}" file="${struts.jar}"/>
+ <copy todir="${velstruts.lib}" file="${oro.jar}"/>
<copy todir="${velstruts.lib}" file="${velocity.jar}"/>
<!-- Build VelocityStruts examples -->
@@ -349,6 +355,7 @@
<copy todir="${layout.lib}" file="${commons-beanutils.jar}"/>
<copy todir="${layout.lib}" file="${commons-collections.jar}"/>
<copy todir="${layout.lib}" file="${commons-digester.jar}"/>
+ <copy todir="${layout.lib}" file="${oro.jar}"/>
<copy todir="${layout.lib}" file="${velocity.jar}"/>
<ant dir="${examples.home}/layout" target="war" inheritAll="false"/>
@@ -416,6 +423,7 @@
<copy todir="${release.dir}/lib" file="${commons-validator.jar}"/>
<copy todir="${release.dir}/lib" file="${sslext.jar}"/>
<copy todir="${release.dir}/lib" file="${struts.jar}"/>
+ <copy todir="${release.dir}/lib" file="${oro.jar}"/>
<copy todir="${release.dir}/lib" file="${velocity.jar}"/>
<!-- Gather example war files -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]