Browse Source

Apply latest patch from Antoine

PR:	15707


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274005 13f79535-47bb-0310-9956-ffa450edef68
master
Conor MacNeill 22 years ago
parent
commit
1ac2ab476a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/testcases/org/apache/tools/ant/taskdefs/optional/perforce/build2.xml

+ 1
- 1
src/testcases/org/apache/tools/ant/taskdefs/optional/perforce/build2.xml View File

@@ -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>


Loading…
Cancel
Save