source: other-projects/trunk/gs3-release-maker/apache-ant-1.6.5/docs/manual/CoreTypes/description.html@ 14627

Last change on this file since 14627 was 14627, checked in by oranfry, 17 years ago

initial import of the gs3-release-maker

File size: 749 bytes
Line 
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.