vmassol 2003/03/22 02:30:30
Modified: integration/ant/src/scripts/share build-share.xml
Log:
removed unneedd mkdir (which was missing the ${} anyway)
Revision Changes Path
1.7 +1 -3 jakarta-cactus/integration/ant/src/scripts/share/build-share.xml
Index: build-share.xml
===================================================================
RCS file:
/home/cvs/jakarta-cactus/integration/ant/src/scripts/share/build-share.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- build-share.xml 21 Mar 2003 20:11:51 -0000 1.6
+++ build-share.xml 22 Mar 2003 10:30:30 -0000 1.7
@@ -129,7 +129,7 @@
<!-- Copy the log4j configuration files -->
<copy
tofile="${cactus.target.dir}/${cactus.context}/WEB-INF/classes/log4j.properties"
file="${cactus.conf.dir}/log_server.properties"/>
-
+
<!-- Copy the Cactus test classes -->
<copy todir="${cactus.target.dir}/${cactus.context}/WEB-INF/classes">
<fileset dir="${cactus.target.classes.dir}"/>
@@ -140,7 +140,6 @@
be possible to override the locations of jars and they should not
be expected to be in ${cactus.lib.*.dir}. For example this feature
is used by the Maven plugin for Cactus. -->
-
<copy todir="${cactus.target.dir}/${cactus.context}/WEB-INF/lib"
file="${cactus.framework.jar}"/>
<copy todir="${cactus.target.dir}/${cactus.context}/WEB-INF/lib"
@@ -172,7 +171,6 @@
<!-- Copy the log4j client side configuration file in a location that
we put in the classpath of the JUnit Test Runner -->
- <mkdir dir="cactus.target.conf.dir"/>
<copy tofile="${cactus.target.conf.dir}/log4j.properties"
file="${cactus.conf.dir}/log_client.properties"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]