Browse Source

More cleanup.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276336 13f79535-47bb-0310-9956-ffa450edef68
master
Matthew Jason Benson 21 years ago
parent
commit
2765e2f09f
1 changed files with 8 additions and 4 deletions
  1. +8
    -4
      docs/manual/CoreTasks/import.html

+ 8
- 4
docs/manual/CoreTasks/import.html View File

@@ -3,6 +3,7 @@
<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<title>Import Task</title> <title>Import Task</title>
<link rel="stylesheet" type="text/css" href="../stylesheets/antmanual.css">
</head> </head>
<body> <body>
<h2><a name="import">Import</a></h2> <h2><a name="import">Import</a></h2>
@@ -76,18 +77,21 @@ imported files.<br />
<td align="center" valign="top"><b>Required</b></td> <td align="center" valign="top"><b>Required</b></td>
</tr> </tr>
<tr> <tr>
<td valign="top">file<br />
<td valign="top">
file
</td> </td>
<td valign="top">The file to import.<br />
<td valign="top">
The file to import.
</td> </td>
<td valign="top" align="center">Yes</td> <td valign="top" align="center">Yes</td>
</tr> </tr>
<tr> <tr>
<td valign="top">optional<br />
<td valign="top">
optional
</td> </td>
<td valign="top"> <td valign="top">
if true, do not issue stop the build if the file does not exist, if true, do not issue stop the build if the file does not exist,
default is false.<br />
default is false.
</td> </td>
<td valign="top" align="center">No</td> <td valign="top" align="center">No</td>
</tr> </tr>


Loading…
Cancel
Save