evenisse 2003/09/10 03:47:44
Modified: src/plugins-build/javadoc plugin.jelly
src/plugins-build/javadoc/xdocs changes.xml properties.xml
Log:
MAVEN-639. Add maven.javadoc.overview property.
Revision Changes Path
1.22 +4 -0 maven/src/plugins-build/javadoc/plugin.jelly
Index: plugin.jelly
===================================================================
RCS file: /home/cvs/maven/src/plugins-build/javadoc/plugin.jelly,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- plugin.jelly 10 Sep 2003 09:54:22 -0000 1.21
+++ plugin.jelly 10 Sep 2003 10:47:44 -0000 1.22
@@ -160,6 +160,10 @@
<ant:path location="${maven.build.dest}"/>
</ant:classpath>
+ <j:if test="${context.getVariable('maven.javadoc.overview') != null}">
+ <ant:setProperty name="overview" value="${maven.javadoc.overview}" />
+ </j:if>
+
<j:if test="${maxMemory != null}">
<ant:setProperty name="maxmemory" value="${maven.javadoc.maxmemory}" />
</j:if>
1.9 +3 -0 maven/src/plugins-build/javadoc/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/maven/src/plugins-build/javadoc/xdocs/changes.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- changes.xml 10 Sep 2003 09:54:22 -0000 1.8
+++ changes.xml 10 Sep 2003 10:47:44 -0000 1.9
@@ -9,6 +9,9 @@
<body>
<release version="1.3" date="in CVS">
<action dev="evenisse" type="add">
+ MAVEN-639. Add maven.javadoc.overview property.
+ </action>
+ <action dev="evenisse" type="add">
MAVEN-805. Add maven.javadoc.useexternalfile property.
</action>
<action dev="dion" type="update">
1.8 +7 -0 maven/src/plugins-build/javadoc/xdocs/properties.xml
Index: properties.xml
===================================================================
RCS file: /home/cvs/maven/src/plugins-build/javadoc/xdocs/properties.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- properties.xml 10 Sep 2003 09:54:22 -0000 1.7
+++ properties.xml 10 Sep 2003 10:47:44 -0000 1.8
@@ -149,6 +149,13 @@
</td>
</tr>
<tr>
+ <td>maven.javadoc.overview</td>
+ <td>Yes</td>
+ <td>
+ Read overview documentation from HTML file.
+ </td>
+ </tr>
+ <tr>
<td>maven.javadoc.source</td>
<td>Yes</td>
<td>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]