Author: dennisl
Date: Sat Jan 21 11:33:32 2006
New Revision: 371107
URL: http://svn.apache.org/viewcvs?rev=371107&view=rev
Log:
Copy the release notes during site build and add a link to it in the menu.
Modified:
jakarta/commons/proper/logging/trunk/maven.xml
jakarta/commons/proper/logging/trunk/xdocs/navigation.xml
Modified: jakarta/commons/proper/logging/trunk/maven.xml
URL:
http://svn.apache.org/viewcvs/jakarta/commons/proper/logging/trunk/maven.xml?rev=371107&r1=371106&r2=371107&view=diff
==============================================================================
--- jakarta/commons/proper/logging/trunk/maven.xml (original)
+++ jakarta/commons/proper/logging/trunk/maven.xml Sat Jan 21 11:33:32 2006
@@ -27,12 +27,20 @@
-
- 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">
<copy todir="${basedir}/target/docs/style/" failonerror="false">
<fileset dir="${basedir}/../commons-build/xdocs/style">
<include name='**/*'/>
+ </fileset>
+ </copy>
+ <copy todir="${basedir}/target/docs/" failonerror="false">
+ <fileset dir="${basedir}">
+ <include name='RELEASE-NOTES.txt'/>
</fileset>
</copy>
</postGoal>
Modified: jakarta/commons/proper/logging/trunk/xdocs/navigation.xml
URL:
http://svn.apache.org/viewcvs/jakarta/commons/proper/logging/trunk/xdocs/navigation.xml?rev=371107&r1=371106&r2=371107&view=diff
==============================================================================
--- jakarta/commons/proper/logging/trunk/xdocs/navigation.xml (original)
+++ jakarta/commons/proper/logging/trunk/xdocs/navigation.xml Sat Jan 21
11:33:32 2006
@@ -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/'/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]