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:
aheritier 2006-03-21 00:59:26 +00:00
parent 5cd1529303
commit 37805c8399
2 changed files with 5 additions and 1 deletions

View File

@ -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>

View File

@ -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">