This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
youys
/
ant
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
1
Code
Releases
0
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
As asked on the user list: targets also could contain datatypes (as stated in the java-comment on Target#children.
While target execution tasks are "perform()"ed and datatypes are "maybeConfigure()"d.
master
Jan Matèrne
4 years ago
parent
f61ac12960
commit
e46302326d
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
manual/targets.html
+ 1
- 1
manual/targets.html
View File
@@ -25,7 +25,7 @@
<body>
<h1 id="targets">Targets</h1>
<p>A target is a container of tasks that cooperate to reach a
<p>A target is a container of tasks
and datatypes
that cooperate to reach a
desired state during the build process.</p>
<p>Targets can depend on other targets and Apache Ant ensures that these
Write
Preview
Loading…
Cancel
Save