You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2006/04/11 20:15:36 UTC

svn commit: r393280 - in /incubator/tobago/trunk: core/pom.xml core/src/site/site.xml src/site/site.xml

Author: bommel
Date: Tue Apr 11 11:15:20 2006
New Revision: 393280

URL: http://svn.apache.org/viewcvs?rev=393280&view=rev
Log:
minor site improvements

Modified:
    incubator/tobago/trunk/core/pom.xml
    incubator/tobago/trunk/core/src/site/site.xml
    incubator/tobago/trunk/src/site/site.xml

Modified: incubator/tobago/trunk/core/pom.xml
URL: http://svn.apache.org/viewcvs/incubator/tobago/trunk/core/pom.xml?rev=393280&r1=393279&r2=393280&view=diff
==============================================================================
--- incubator/tobago/trunk/core/pom.xml (original)
+++ incubator/tobago/trunk/core/pom.xml Tue Apr 11 11:15:20 2006
@@ -87,7 +87,7 @@
           </configuration>
       </plugin>
 
-      <!-- pmd has problems with annotations -->
+      <!-- pmd has problems with annotations
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-pmd-plugin</artifactId>
@@ -99,7 +99,7 @@
           <linkXref>true</linkXref>
           <targetJdk>1.5</targetJdk>
         </configuration>
-      </plugin>
+      </plugin-->
 
     </plugins>
   </reporting>

Modified: incubator/tobago/trunk/core/src/site/site.xml
URL: http://svn.apache.org/viewcvs/incubator/tobago/trunk/core/src/site/site.xml?rev=393280&r1=393279&r2=393280&view=diff
==============================================================================
--- incubator/tobago/trunk/core/src/site/site.xml (original)
+++ incubator/tobago/trunk/core/src/site/site.xml Tue Apr 11 11:15:20 2006
@@ -12,7 +12,7 @@
   </bannerRight>
   <body>
     <links>
-      <item name="MyFaces Overview" href="http://myfaces.apache.org/"/>
+      <item name="MyFaces" href="http://myfaces.apache.org/"/>
       <item name="API" href="http://myfaces.apache.org/api"/>
       <item name="Impl" href="http://myfaces.apache.org/impl"/>
       <item name="Tomahawk" href="http://myfaces.apache.org/tomahawk"/>
@@ -25,7 +25,7 @@
       <item name="Demo" href="http://myfaces.apache.org/tobago/demo.html"/>
       <item name="Core" href="http://myfaces.apache.org/tobago/tobago-core/"/>
     </menu>
-    
+
     ${parentProject}
     ${modules}
     ${reports}

Modified: incubator/tobago/trunk/src/site/site.xml
URL: http://svn.apache.org/viewcvs/incubator/tobago/trunk/src/site/site.xml?rev=393280&r1=393279&r2=393280&view=diff
==============================================================================
--- incubator/tobago/trunk/src/site/site.xml (original)
+++ incubator/tobago/trunk/src/site/site.xml Tue Apr 11 11:15:20 2006
@@ -13,7 +13,7 @@
   <body>
 
     <links>
-      <item name="MyFaces Overview" href="http://myfaces.apache.org/"/>
+      <item name="MyFaces" href="http://myfaces.apache.org/"/>
       <item name="API" href="http://myfaces.apache.org/api"/>
       <item name="Impl" href="http://myfaces.apache.org/impl"/>
       <item name="Tomahawk" href="http://myfaces.apache.org/tomahawk"/>