You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by vs...@apache.org on 2009/08/06 14:30:47 UTC

svn commit: r801624 - /maven/plugins/trunk/maven-doap-plugin/src/site/site.xml

Author: vsiveton
Date: Thu Aug  6 12:30:45 2009
New Revision: 801624

URL: http://svn.apache.org/viewvc?rev=801624&view=rev
Log:
o added project name in site

Modified:
    maven/plugins/trunk/maven-doap-plugin/src/site/site.xml

Modified: maven/plugins/trunk/maven-doap-plugin/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-doap-plugin/src/site/site.xml?rev=801624&r1=801623&r2=801624&view=diff
==============================================================================
--- maven/plugins/trunk/maven-doap-plugin/src/site/site.xml (original)
+++ maven/plugins/trunk/maven-doap-plugin/src/site/site.xml Thu Aug  6 12:30:45 2009
@@ -21,7 +21,8 @@
 
 <project xmlns="http://maven.apache.org/DECORATION/1.0.0"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd">
+  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd"
+  name="Maven Doap plugin">
   <body>
     <menu name="Overview">
       <item name="Introduction" href="index.html"/>