Author: ptahchiev Date: Wed Apr 2 08:02:09 2008 New Revision: 643929 URL: http://svn.apache.org/viewvc?rev=643929&view=rev Log: Changed the documentation and the changes-plugin to generate also the changes from jira.
Modified: jakarta/cactus/trunk/cactus-site/pom.xml jakarta/cactus/trunk/cactus-site/src/site/xdoc/participating/howto_build.xml Modified: jakarta/cactus/trunk/cactus-site/pom.xml URL: http://svn.apache.org/viewvc/jakarta/cactus/trunk/cactus-site/pom.xml?rev=643929&r1=643928&r2=643929&view=diff ============================================================================== --- jakarta/cactus/trunk/cactus-site/pom.xml (original) +++ jakarta/cactus/trunk/cactus-site/pom.xml Wed Apr 2 08:02:09 2008 @@ -226,6 +226,7 @@ <reportSet> <reports> <report>changes-report</report> + <report>jira-report</report> </reports> </reportSet> </reportSets> Modified: jakarta/cactus/trunk/cactus-site/src/site/xdoc/participating/howto_build.xml URL: http://svn.apache.org/viewvc/jakarta/cactus/trunk/cactus-site/src/site/xdoc/participating/howto_build.xml?rev=643929&r1=643928&r2=643929&view=diff ============================================================================== --- jakarta/cactus/trunk/cactus-site/src/site/xdoc/participating/howto_build.xml (original) +++ jakarta/cactus/trunk/cactus-site/src/site/xdoc/participating/howto_build.xml Wed Apr 2 08:02:09 2008 @@ -122,7 +122,21 @@ The JUnit unit testing framework. </td> </tr> - <tr> + <tr> + <td nowrap="true"> + <a href="http://ant.apache.org/ivy/">ivy-[version].jar</a> + </td> + <td> + No + </td> + <td nowrap="true"> + 2.0.0-beta1 + </td> + <td> + The Ivy dependency management library. + </td> + </tr> + <tr> <td nowrap="true"> <a href="http://xml.apache.org/xalan-j/">xalan.jar</a> </td> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]