dion 2003/11/09 07:05:18
Modified: xdoc/xdocs changes.xml properties.xml
Log:
Fix Maven-961
Revision Changes Path
1.22 +3 -0 maven-plugins/xdoc/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/maven-plugins/xdoc/xdocs/changes.xml,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- changes.xml 9 Nov 2003 15:00:21 -0000 1.21
+++ changes.xml 9 Nov 2003 15:05:18 -0000 1.22
@@ -8,6 +8,9 @@
<body>
<release version="1.5" date="in CVS">
<action dev="dion" type="update">
+ Fix MAVEN-961. Bad docs entries for maven.docs.dest and maven.gen.docs.
+ </action>
+ <action dev="dion" type="update">
Fix MAVEN-964. Add details on date format.
</action>
<action dev="dion" type="fix">
1.7 +2 -2 maven-plugins/xdoc/xdocs/properties.xml
Index: properties.xml
===================================================================
RCS file: /home/cvs/maven-plugins/xdoc/xdocs/properties.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- properties.xml 9 Nov 2003 15:00:21 -0000 1.6
+++ properties.xml 9 Nov 2003 15:05:18 -0000 1.7
@@ -337,7 +337,7 @@
<td>
Specifies the location of the transformed xdocs. This is
used by the "xdoc" goal.
- The default value is <code>${basedir}/docs</code>.
+ The default value is <code>${maven.build.dir}/docs</code>.
</td>
</tr>
<tr>
@@ -356,7 +356,7 @@
Specifies the location where Maven-generated xdocs are
stored. The generated xdocs are then later transformed to
HTML. The default value is
- <code>${basedir}/generated-xdocs</code>.
+ <code>${maven.build.dir}/generated-xdocs</code>.
</td>
</tr>
</table>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]