Author: ltheussl
Date: Fri Jan 20 11:08:46 2006
New Revision: 370883
URL: http://svn.apache.org/viewcvs?rev=370883&view=rev
Log:
PR: MAVEN-1681
Complete documentation in project-descriptor.html
Modified:
maven/maven-1/core/trunk/xdocs/reference/project-descriptor.xml
Modified: maven/maven-1/core/trunk/xdocs/reference/project-descriptor.xml
URL:
http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/xdocs/reference/project-descriptor.xml?rev=370883&r1=370882&r2=370883&view=diff
==============================================================================
--- maven/maven-1/core/trunk/xdocs/reference/project-descriptor.xml (original)
+++ maven/maven-1/core/trunk/xdocs/reference/project-descriptor.xml Fri Jan 20
11:08:46 2006
@@ -886,6 +886,10 @@
</subsection>
<a name="class_PackageGroup"/>
<subsection name="packageGroup">
+ <p>
+ Javadoc allows related packages to be gathered together into logical
'groups'.
+ Groups of packages appear under a common subheading in the javadoc
overview documentation.
+ </p>
<table>
<tr>
<th>Element</th>
@@ -895,13 +899,13 @@
<td>
<code>title</code>
</td>
- <td>the description</td>
+ <td>The title that appears as a subheading in the javadoc overview
page.</td>
</tr>
<tr>
<td>
<code>packages</code>
</td>
- <td>the description</td>
+ <td>The packages that should be grouped together.</td>
</tr>
</table>
</subsection>
@@ -1190,7 +1194,7 @@
<td>
<code>property</code>
</td>
- <td>the description</td>
+ <td>An optional property.</td>
</tr>
<tr>
<td>
@@ -1205,13 +1209,13 @@
<td>
<code>includes</code>
</td>
- <td>the description</td>
+ <td>Files to include.</td>
</tr>
<tr>
<td>
<code>excludes</code>
</td>
- <td>the description</td>
+ <td>Files to exclude.</td>
</tr>
</table>
</subsection>
@@ -1226,19 +1230,19 @@
<td>
<code>resources</code>
</td>
- <td>the description</td>
+ <td>Resources needed to run the unit tests.</td>
</tr>
<tr>
<td>
<code>includes</code>
</td>
- <td>the description</td>
+ <td>Files to include.</td>
</tr>
<tr>
<td>
<code>excludes</code>
</td>
- <td>the description</td>
+ <td>Files to exclude.</td>
</tr>
</table>
</subsection>
@@ -1286,13 +1290,13 @@
<td>
<code>includes</code>
</td>
- <td>the description</td>
+ <td>Resources to include.</td>
</tr>
<tr>
<td>
<code>excludes</code>
</td>
- <td>the description</td>
+ <td>Resources to exclude.</td>
</tr>
</table>
</subsection>