source: release-kits/lirk3/bin/ant-installer/web/manual1.6.2/manual/CoreTypes/description.html@ 14982

Last change on this file since 14982 was 14982, checked in by oranfry, 16 years ago

initial import of LiRK3

File size: 749 bytes
RevLine 
[14982]1<html>
2
3<head>
4<meta http-equiv="Content-Language" content="en-us">
5<title>Apache Ant User Manual</title>
6<link rel="stylesheet" type="text/css" href="../stylesheets/antmanual.css">
7</head>
8
9<body>
10
11<h2><a name="description">Description</a></h2>
12<h3>Description</h3>
13<p>Allows for a description of the project to be specified that
14will be included in the output of the <code>ant &#x2011;projecthelp</code>
15command.</p>
16
17<h3>Parameters</h3>
18<p>(none)</p>
19<h3>Examples</h3>
20<pre>
21&lt;description&gt;
22This buildfile is used to build the Foo subproject within
23the large, complex Bar project.
24&lt;/description&gt;
25</pre>
26<hr>
27<p align="center">Copyright &copy; 2001-2002,2004 The Apache Software Foundation.
28All rights Reserved.</p>
29
30</body>
31</html>
32
Note: See TracBrowser for help on using the repository browser.