conor 2003/02/06 05:43:38
Modified: src/testcases/org/apache/tools/ant/taskdefs/optional/perforce
build2.xml
Log:
Apply latest patch from Antoine
PR: 15707
Revision Changes Path
1.2 +1 -1
jakarta-ant/src/testcases/org/apache/tools/ant/taskdefs/optional/perforce/build2.xml
Index: build2.xml
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/testcases/org/apache/tools/ant/taskdefs/optional/perforce/build2.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -w -u -r1.1 -r1.2
--- build2.xml 4 Feb 2003 12:23:52 -0000 1.1
+++ build2.xml 6 Feb 2003 13:43:38 -0000 1.2
@@ -40,7 +40,7 @@
doing a change ${change} on client ${p4.client}
</echo>
<p4edit change="${change}" view="${depot_file_spec}"/>
- <echo file="${depot_file_spec}">
+ <echo file="${client_root}/depot/foobar">
hello ${p4.client} ${change}
</echo>
</target>