Apply MPJAVADOC-6

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114570 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
dion
2004-01-08 00:24:53 +00:00
parent 39f32d98cd
commit 6a6d56ae0c
2 changed files with 5 additions and 2 deletions

View File

@@ -181,7 +181,7 @@
<ant:setProperty name="doclet" value="${maven.javadoc.doclet}" />
</j:if>
<j:if test="${context.getVariable('maven.javadoc.docletpath') != null}">
<ant:setProperty name="doclet" value="${maven.javadoc.docletpath}" />
<ant:setProperty name="docletpath" value="${maven.javadoc.docletpath}" />
</j:if>
<!-- allow custom tags -->

View File

@@ -9,7 +9,10 @@
<body>
<release version="1.4" date="in CVS">
<action dev="dion" type="update">
<action dev="dion" type="fix">
Apply MPJAVADOC-6.
</action>
<action dev="dion" type="fix">
Apply MPJAVADOC-17.
</action>
<action dev="jvanzyl" type="update">