Author: jochen Date: Tue Jun 13 12:58:52 2006 New Revision: 413973 URL: http://svn.apache.org/viewvc?rev=413973&view=rev Log: More site fixes.
Modified: webservices/xmlrpc/trunk/pom.xml webservices/xmlrpc/trunk/src/changes/changes.xml webservices/xmlrpc/trunk/src/site/site.xml Modified: webservices/xmlrpc/trunk/pom.xml URL: http://svn.apache.org/viewvc/webservices/xmlrpc/trunk/pom.xml?rev=413973&r1=413972&r2=413973&view=diff ============================================================================== --- webservices/xmlrpc/trunk/pom.xml (original) +++ webservices/xmlrpc/trunk/pom.xml Tue Jun 13 12:58:52 2006 @@ -22,7 +22,7 @@ <url>http://ws.apache.org/xmlrpc/</url> <issueManagement> <system>jira</system> - <url>http://issues.apache.org/jira/browse/XMLRPC</url> + <url>http://issues.apache.org/jira/BrowseProject.jspa?pid=10465</url> </issueManagement> <ciManagement> <system>Gump</system> @@ -259,6 +259,17 @@ <groupId>org.codehaus.mojo</groupId> <artifactId>cobertura-maven-plugin</artifactId> <version>2.0-SNAPSHOT</version> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-changes-plugin</artifactId> + <reportSets> + <reportSet> + <reports> + <report>changes-report</report> + </reports> + </reportSet> + </reportSets> </plugin> </plugins> </reporting> Modified: webservices/xmlrpc/trunk/src/changes/changes.xml URL: http://svn.apache.org/viewvc/webservices/xmlrpc/trunk/src/changes/changes.xml?rev=413973&r1=413972&r2=413973&view=diff ============================================================================== --- webservices/xmlrpc/trunk/src/changes/changes.xml (original) +++ webservices/xmlrpc/trunk/src/changes/changes.xml Tue Jun 13 12:58:52 2006 @@ -27,7 +27,7 @@ </action> <action dev="jochen" type="add" due-to="Walter Mundt" due-to-email="[EMAIL PROTECTED]" - issue="XMLRPC76"> + issue="XMLRPC-76"> Added the DynamicHandlerMapping. </action> <action dev="jochen" type="fix" due-to="Walter Mundt" Modified: webservices/xmlrpc/trunk/src/site/site.xml URL: http://svn.apache.org/viewvc/webservices/xmlrpc/trunk/src/site/site.xml?rev=413973&r1=413972&r2=413973&view=diff ============================================================================== --- webservices/xmlrpc/trunk/src/site/site.xml (original) +++ webservices/xmlrpc/trunk/src/site/site.xml Tue Jun 13 12:58:52 2006 @@ -22,7 +22,6 @@ <item name="Contributing" href="/contributing.html"/> <item name="XML-RPC 2" href="http://ws.apache.org/xmlrpc/xmlrpc2"/> <item name="Links" href="/links.html"/> - <item name="Changes" href="/changes.html"/> </menu> ${reports} --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]