kaz 02/03/18 15:07:46
Modified: xdocs project-descriptor.xml
Log:
Added a few more comments to the doc.
Revision Changes Path
1.5 +5 -4 jakarta-turbine-maven/xdocs/project-descriptor.xml
Index: project-descriptor.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/xdocs/project-descriptor.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- project-descriptor.xml 17 Mar 2002 03:45:15 -0000 1.4
+++ project-descriptor.xml 18 Mar 2002 23:07:45 -0000 1.5
@@ -417,8 +417,7 @@
<td><a href="#dependencies">dependencies</a></td>
<td>
Describes the dependencies to a project. This is used to
- generate the <a href="build-file.html#docs">front page</a>
- of the site's web site.
+ when building a project.
</td>
</tr>
<tr>
@@ -500,8 +499,10 @@
<p>
This element describes all of the dependencies associated with a
project. Each dependency is described by a
- <code>dependency</code> element. The auto-generated site
- documentation references this information.
+ <code>dependency</code> element. These dependencies are used to
+ construct a classpath for your project during the build process. In
+ addition, Maven can automatically download these dependencies from a
+ central repository.
</p>
<subsection name="dependency">
<p>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>