You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

description.html 558 B

12345678910111213141516171819202122232425262728
  1. <html>
  2. <head>
  3. <meta http-equiv="Content-Language" content="en-us">
  4. <title>Ant User Manual</title>
  5. </head>
  6. <body>
  7. <h2><a name="description">Description</a></h2>
  8. <h3>Description</h3>
  9. <p>Provides a description of the current project.</p>
  10. <h3>Parameters</h3>
  11. <p>(none)</p>
  12. <h3>Examples</h3>
  13. <pre>
  14. &lt;description&gt;
  15. This buildfile is used to build the foo subproject within
  16. the large, complex bar project.
  17. &lt;/description&gt;
  18. </pre>
  19. <hr>
  20. <p align="center">Copyright &copy; 2000,2001 Apache Software Foundation. All rights
  21. Reserved.</p>
  22. </body>
  23. </html>