Author: tcurdt Date: Fri Apr 28 21:10:55 2006 New Revision: 398079 URL: http://svn.apache.org/viewcvs?rev=398079&view=rev Log: fix changes report, new dates
Modified: jakarta/bcel/branches/BCEL_5_2/project.properties jakarta/bcel/branches/BCEL_5_2/project.xml jakarta/bcel/branches/BCEL_5_2/xdocs/news.xml Modified: jakarta/bcel/branches/BCEL_5_2/project.properties URL: http://svn.apache.org/viewcvs/jakarta/bcel/branches/BCEL_5_2/project.properties?rev=398079&r1=398078&r2=398079&view=diff ============================================================================== --- jakarta/bcel/branches/BCEL_5_2/project.properties (original) +++ jakarta/bcel/branches/BCEL_5_2/project.properties Fri Apr 28 21:10:55 2006 @@ -40,6 +40,8 @@ maven.changelog.factory = org.apache.maven.svnlib.SvnChangeLogFactory +maven.changes.issue.template = %URL%/bugzilla/show_bug.cgi?id=%ISSUE% + maven.xdoc.jsl = ../commons-build/commons-site.jsl maven.xdoc.date = left maven.xdoc.poweredby.image = maven-feather.png Modified: jakarta/bcel/branches/BCEL_5_2/project.xml URL: http://svn.apache.org/viewcvs/jakarta/bcel/branches/BCEL_5_2/project.xml?rev=398079&r1=398078&r2=398079&view=diff ============================================================================== --- jakarta/bcel/branches/BCEL_5_2/project.xml (original) +++ jakarta/bcel/branches/BCEL_5_2/project.xml Fri Apr 28 21:10:55 2006 @@ -31,10 +31,12 @@ <gumpRepositoryId>jakarta</gumpRepositoryId> <url>http://jakarta.apache.org/bcel/</url> - <issueTrackingUrl>http://issues.apache.org/bugzilla/</issueTrackingUrl> + <issueTrackingUrl>http://issues.apache.org/bugzilla</issueTrackingUrl> <siteAddress>minotaur.apache.org</siteAddress> + <siteDirectory>/home/tcurdt/public_html/bcel/rc2/site</siteDirectory> +<!-- <siteDirectory>/www/jakarta.apache.org/bcel/</siteDirectory> - +--> <repository> <connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/bcel/trunk</connection> <url>http://svn.apache.org/repos/asf/jakarta/bcel/trunk</url> Modified: jakarta/bcel/branches/BCEL_5_2/xdocs/news.xml URL: http://svn.apache.org/viewcvs/jakarta/bcel/branches/BCEL_5_2/xdocs/news.xml?rev=398079&r1=398078&r2=398079&view=diff ============================================================================== --- jakarta/bcel/branches/BCEL_5_2/xdocs/news.xml (original) +++ jakarta/bcel/branches/BCEL_5_2/xdocs/news.xml Fri Apr 28 21:10:55 2006 @@ -10,21 +10,20 @@ <section name="News and Status"> - <h3>1 February 2006 - BCEL 5.2 released!</h3> + <h3>15. May 2006 - BCEL 5.2 released!</h3> <p> The Byte Code Engineering Library version 5.2 has been released - after a long period of testing. It mainly contains bug fixes - and introduces the possibility to use custom repositories. + after a long period of testing. It mainly contains bug fixes. </p> - <h3>25 April 2003 - BCEL 5.1 released!</h3> + <h3>25. April 2003 - BCEL 5.1 released!</h3> <p> The Byte Code Engineering Library version 5.1 has been released after a long period of testing. It mainly contains bug fixes and introduces the possibility to use custom repositories. </p> - <h3>27 October 2001 - BCEL moves to Jakarta!</h3> + <h3>27. October 2001 - BCEL moves to Jakarta!</h3> <p> The Byte Code Engineering Library is now an official subproject of Jakarta. A special thanks goes to Markus Dahm --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]