Barrie
--
Barrie Treloar
____________________________________________________________________

  Barrie Treloar                      Phone: +61 8 8303 3300
  Senior Analyst/Programmer           Fax:   +61 8 8303 4403 
  Electronic Commerce Division        Email: [EMAIL PROTECTED]
  Camtech (SA) Pty Ltd                http://www.camtech.com.au
 --- Level 8, 10 Pulteney Street, Adelaide SA 5000, Australia. ---
____________________________________________________________________

--- Path.java.orig      Wed Aug  2 15:27:51 2000
+++ Path.java   Wed Aug  2 15:41:09 2000
@@ -66,18 +66,18 @@
 /**
  * This object represents a path as used by CLASSPATH or PATH
  * environment variable.
- *
+ * <p>
  * <code>
  * &lt;sometask&gt;<br>
- * &nbsp;&nbsp;&lt;somepath&gt;
- * &nbsp;&nbsp;&nbsp;&nbsp;&lt;pathelement location="/path/to/file.jar" /&gt;
- * &nbsp;&nbsp;&nbsp;&nbsp;&lt;pathelement 
path="/path/to/file2.jar:/path/to/class2;/path/to/class3" /&gt;
- * &nbsp;&nbsp;&nbsp;&nbsp;&lt;pathelement location="/path/to/file3.jar" /&gt;
- * &nbsp;&nbsp;&nbsp;&nbsp;&lt;pathelement location="/path/to/file4.jar" /&gt;
- * &nbsp;&nbsp;&lt;/somepath&gt;
+ * &nbsp;&nbsp;&lt;somepath&gt;<br>
+ * &nbsp;&nbsp;&nbsp;&nbsp;&lt;pathelement location="/path/to/file.jar" 
/&gt;<br>
+ * &nbsp;&nbsp;&nbsp;&nbsp;&lt;pathelement 
path="/path/to/file2.jar:/path/to/class2;/path/to/class3" /&gt;<br>
+ * &nbsp;&nbsp;&nbsp;&nbsp;&lt;pathelement location="/path/to/file3.jar" 
/&gt;<br>
+ * &nbsp;&nbsp;&nbsp;&nbsp;&lt;pathelement location="/path/to/file4.jar" 
/&gt;<br>
+ * &nbsp;&nbsp;&lt;/somepath&gt;<br>
  * &lt;/sometask&gt;<br>
  * </code>
- *
+ * <p>
  * The object implemention <code>sometask</code> must provide a method called
  * <code>createSomepath</code> which returns an instance of <code>Path</code>.
  * Nested path definitions are handled by the Path object and must be labeled

Reply via email to