~ubuntu-branches/ubuntu/utopic/ant/utopic

« back to all changes in this revision

Viewing changes to manual/targets.html

  • Committer: Package Import Robot
  • Author(s): Emmanuel Bourg
  • Date: 2014-05-09 11:46:04 UTC
  • mfrom: (25.1.1 sid)
  • Revision ID: package-import@ubuntu.com-20140509114604-3h26sbqgjef3jln4
Tags: 1.9.4-1
* New upstream release
  - Refreshed the patches
  - Removed the patch for #735786 (Fixed upstream)

Show diffs side-by-side

added added

removed removed

Lines of Context:
94
94
 
95
95
  <p>Only one propertyname can be specified in the if/unless
96
96
    clause. If you want to check multiple conditions, you can use a
97
 
    dependend target for computing the result for the check:</p>
 
97
    dependent target for computing the result for the check:</p>
98
98
 
99
99
<blockquote><pre>
100
100
&lt;target name="myTarget" depends="myTarget.check" if="myTarget.run"&gt;