Copy the release notes during site build and add a link to it in the menu.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@371107 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -27,6 +27,9 @@
|
|||||||
-
|
-
|
||||||
- This goal assumes that commons-build is checked out as a sibling
|
- This goal assumes that commons-build is checked out as a sibling
|
||||||
- to the directory we are doing the build in.
|
- to the directory we are doing the build in.
|
||||||
|
-
|
||||||
|
- Copy the release notes into the target directory, so that they
|
||||||
|
- are available on the website.
|
||||||
================================================================== -->
|
================================================================== -->
|
||||||
|
|
||||||
<postGoal name="xdoc:copy-resources">
|
<postGoal name="xdoc:copy-resources">
|
||||||
@@ -35,6 +38,11 @@
|
|||||||
<include name='**/*'/>
|
<include name='**/*'/>
|
||||||
</fileset>
|
</fileset>
|
||||||
</copy>
|
</copy>
|
||||||
|
<copy todir="${basedir}/target/docs/" failonerror="false">
|
||||||
|
<fileset dir="${basedir}">
|
||||||
|
<include name='RELEASE-NOTES.txt'/>
|
||||||
|
</fileset>
|
||||||
|
</copy>
|
||||||
</postGoal>
|
</postGoal>
|
||||||
|
|
||||||
<!-- ==================================================================
|
<!-- ==================================================================
|
||||||
|
|||||||
@@ -40,6 +40,8 @@
|
|||||||
href="/tech.html"/>
|
href="/tech.html"/>
|
||||||
<item name="Wiki"
|
<item name="Wiki"
|
||||||
href="http://wiki.apache.org/jakarta-commons/Logging"/>
|
href="http://wiki.apache.org/jakarta-commons/Logging"/>
|
||||||
|
<item name="Release Notes"
|
||||||
|
href="/RELEASE-NOTES.txt"/>
|
||||||
<item name='1.0.4 Release'>
|
<item name='1.0.4 Release'>
|
||||||
<item name='Documentation'
|
<item name='Documentation'
|
||||||
href='http://jakarta.apache.org/commons/logging/commons-logging-1.0.4/docs/'/>
|
href='http://jakarta.apache.org/commons/logging/commons-logging-1.0.4/docs/'/>
|
||||||
|
|||||||
Reference in New Issue
Block a user