2006-09-11 04:19:00 +00:00
|
|
|
<!--
|
|
|
|
Licensed to the Apache Software Foundation (ASF) under one or more
|
|
|
|
contributor license agreements. See the NOTICE file distributed with
|
|
|
|
this work for additional information regarding copyright ownership.
|
|
|
|
The ASF licenses this file to You under the Apache License, Version 2.0
|
|
|
|
(the "License"); you may not use this file except in compliance with
|
|
|
|
the License. You may obtain a copy of the License at
|
|
|
|
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
See the License for the specific language governing permissions and
|
|
|
|
limitations under the License.
|
|
|
|
-->
|
2001-08-08 20:18:34 +00:00
|
|
|
<html>
|
|
|
|
|
|
|
|
<head>
|
|
|
|
<meta http-equiv="Content-Language" content="en-us">
|
2005-04-29 18:58:16 +00:00
|
|
|
<link rel="stylesheet" type="text/css" href="../stylesheets/style.css">
|
2001-10-30 10:05:39 +00:00
|
|
|
<title>Apache Ant User Manual</title>
|
2001-08-08 20:18:34 +00:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
2018-02-08 16:59:52 +01:00
|
|
|
<h2 id="description">Description</h2>
|
2001-08-08 20:18:34 +00:00
|
|
|
<h3>Description</h3>
|
2018-02-28 07:58:59 +01:00
|
|
|
<p>Allows for a description of the project to be specified that will be
|
2018-03-10 20:17:33 +01:00
|
|
|
included in the output of the <kbd>ant -projecthelp</kbd> command.</p>
|
2002-02-20 01:16:20 +00:00
|
|
|
|
2001-08-08 20:18:34 +00:00
|
|
|
<h3>Parameters</h3>
|
|
|
|
<p>(none)</p>
|
|
|
|
<h3>Examples</h3>
|
2018-02-08 16:59:52 +01:00
|
|
|
<pre>
|
2001-08-08 20:18:34 +00:00
|
|
|
<description>
|
2018-02-08 16:59:52 +01:00
|
|
|
This buildfile is used to build the Foo subproject within
|
2002-02-20 01:16:20 +00:00
|
|
|
the large, complex Bar project.
|
2001-08-08 20:18:34 +00:00
|
|
|
</description>
|
|
|
|
</pre>
|
2006-09-11 04:33:25 +00:00
|
|
|
|
2001-08-08 20:18:34 +00:00
|
|
|
</body>
|
|
|
|
</html>
|