Use relative links to the javadoc.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@387365 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5cd1529303
commit
37805c8399
@ -71,6 +71,9 @@
|
|||||||
<ant:property name="maven.jdiff.changes.dir" value="${docsDest}/jdiff"/>
|
<ant:property name="maven.jdiff.changes.dir" value="${docsDest}/jdiff"/>
|
||||||
<ant:mkdir dir="${maven.jdiff.changes.dir}"/>
|
<ant:mkdir dir="${maven.jdiff.changes.dir}"/>
|
||||||
|
|
||||||
|
<maven:makeRelativePath var="javadocDestdir" path="${javadocDestdir}" basedir="${docsDest}" />
|
||||||
|
<j:set var="javadocDestdir" value="../${javadocDestdir}"/>
|
||||||
|
|
||||||
<ant:condition property="maven.jdiff.new.current" value="true">
|
<ant:condition property="maven.jdiff.new.current" value="true">
|
||||||
<ant:equals arg1="${maven.jdiff.new.tag}" arg2="CURRENT"/>
|
<ant:equals arg1="${maven.jdiff.new.tag}" arg2="CURRENT"/>
|
||||||
</ant:condition>
|
</ant:condition>
|
||||||
|
|||||||
@ -25,6 +25,7 @@
|
|||||||
</properties>
|
</properties>
|
||||||
<body>
|
<body>
|
||||||
<release version="1.6-SNAPSHOT" date="In SVN">
|
<release version="1.6-SNAPSHOT" date="In SVN">
|
||||||
|
<action dev="aheritier" type="fix">Use relative links to the javadoc.</action>
|
||||||
<action dev="aheritier" type="update">It requires at least maven-plugin-plugin v1.7.</action>
|
<action dev="aheritier" type="update">It requires at least maven-plugin-plugin v1.7.</action>
|
||||||
</release>
|
</release>
|
||||||
<release version="1.5" date="2005-09-06">
|
<release version="1.5" date="2005-09-06">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user