mbenson 2004/06/29 07:53:27
Modified: docs/manual/CoreTasks import.html
Log:
Pre-formatted comments
Revision Changes Path
1.16 +3 -3 ant/docs/manual/CoreTasks/import.html
Index: import.html
===================================================================
RCS file: /home/cvs/ant/docs/manual/CoreTasks/import.html,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- import.html 29 Jun 2004 09:04:59 -0000 1.15
+++ import.html 29 Jun 2004 14:53:27 -0000 1.16
@@ -70,12 +70,12 @@
the file system, and <code>imported.xml</code> reads a set of
properties from <code>imported.properties</code>:</p>
-<pre><-- importing.xml -->
+<pre><!-- importing.xml -->
<project name="importing" basedir="." default="...">
<import file="${path_to_imported}/imported.xml"/>
</project>
-<-- imported.xml -->
+<!-- imported.xml -->
<project name="imported" basedir="." default="...">
<property file="imported.properties"/>
</project>
@@ -87,7 +87,7 @@
<code>imported.properties</code> is:</p>
<pre>
-<-- imported.xml -->
+<!-- imported.xml -->
<project name="imported" basedir="." default="...">
<dirname property="imported.basedir"
file="${ant.file.imported}"/>
<property file="${imported.basedir}/imported.properties"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]