jeffjensen 06/05/05 21:42:14
Modified: cobertura/xdocs navigation.xml
Log:
Add references to navigation schema for validation.
Revision Changes Path
1.3 +6 -5 maven-plugins/cobertura/xdocs/navigation.xml
Index: navigation.xml
===================================================================
RCS file: /cvsroot/maven-plugins/maven-plugins/cobertura/xdocs/navigation.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- navigation.xml 17 Jun 2005 16:34:52 -0000 1.2
+++ navigation.xml 6 May 2006 04:42:14 -0000 1.3
@@ -18,10 +18,11 @@
*/
-->
-<project>
- <properties>
- <title>Cobertura Plugin</title>
- </properties>
+<project name="Maven Findbugs Plugin"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:noNamespaceSchemaLocation="http://maven.apache.org/maven-navigation-1.0.xsd">
+
+ <title>Cobertura Plugin</title>
<body>
@@ -38,4 +39,4 @@
<item name="Goals" href="/goals.html"/>
</menu>
</body>
-</project>
\ No newline at end of file
+</project>
|