This caused the generation of changes.html to break. I hastily put it back at r525687 as i don't have time to investigate.
-David > Author: rgardler > Date: Wed Apr 4 14:30:17 2007 > New Revision: 525613 > > URL: http://svn.apache.org/viewvc?view=rev&rev=525613 > Log: > Rewmove hard coded URL - no longer needed > > Modified: > > forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/resources/stylesheets/changes-to-document.xsl > > Modified: > forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/resources/stylesheets/changes-to-document.xsl > URL: > http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/resources/stylesheets/changes-to-document.xsl?view=diff&rev=525613&r1=525612&r2=525613 > ============================================================================== > --- > forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/resources/stylesheets/changes-to-document.xsl > (original) > +++ > forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/resources/stylesheets/changes-to-document.xsl > Wed Apr 4 14:30:17 2007 > @@ -36,9 +36,6 @@ > </xsl:call-template> > </xsl:variable> > > - <!-- FIXME (JJP): bugzilla is hardwired --> > - <xsl:variable name="bugzilla" > select="'http://issues.apache.org/bugzilla/buglist.cgi?bug_id='"/> > - > <xsl:param name="bugtracking-url" select="$bugzilla"/> > > <xsl:key name="contexts" match="changes/release/action" > use="concat(../@version, '_', @context)"/> > >