mbenson 2004/04/16 15:43:27
Modified: docs/manual/CoreTasks import.html
Log:
More cleanup.
Revision Changes Path
1.11 +8 -4 ant/docs/manual/CoreTasks/import.html
Index: import.html
===================================================================
RCS file: /home/cvs/ant/docs/manual/CoreTasks/import.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- import.html 16 Apr 2004 21:21:50 -0000 1.10
+++ import.html 16 Apr 2004 22:43:27 -0000 1.11
@@ -3,6 +3,7 @@
<head>
<meta http-equiv="Content-Language" content="en-us">
<title>Import Task</title>
+ <link rel="stylesheet" type="text/css" href="../stylesheets/antmanual.css">
</head>
<body>
<h2><a name="import">Import</a></h2>
@@ -76,18 +77,21 @@
<td align="center" valign="top"><b>Required</b></td>
</tr>
<tr>
- <td valign="top">file<br />
+ <td valign="top">
+ file
</td>
- <td valign="top">The file to import.<br />
+ <td valign="top">
+ The file to import.
</td>
<td valign="top" align="center">Yes</td>
</tr>
<tr>
- <td valign="top">optional<br />
+ <td valign="top">
+ optional
</td>
<td valign="top">
if true, do not issue stop the build if the file does not exist,
- default is false.<br />
+ default is false.
</td>
<td valign="top" align="center">No</td>
</tr>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]