1
0

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:
Dennis Lundberg
2006-01-21 19:33:32 +00:00
parent 85b68b7c68
commit 210d81aa0c
2 changed files with 10 additions and 0 deletions

View File

@@ -27,6 +27,9 @@
-
- This goal assumes that commons-build is checked out as a sibling
- 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">
@@ -35,6 +38,11 @@
<include name='**/*'/>
</fileset>
</copy>
<copy todir="${basedir}/target/docs/" failonerror="false">
<fileset dir="${basedir}">
<include name='RELEASE-NOTES.txt'/>
</fileset>
</copy>
</postGoal>
<!-- ==================================================================

View File

@@ -40,6 +40,8 @@
href="/tech.html"/>
<item name="Wiki"
href="http://wiki.apache.org/jakarta-commons/Logging"/>
<item name="Release Notes"
href="/RELEASE-NOTES.txt"/>
<item name='1.0.4 Release'>
<item name='Documentation'
href='http://jakarta.apache.org/commons/logging/commons-logging-1.0.4/docs/'/>