You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sc...@apache.org on 2006/01/26 20:48:43 UTC

svn commit: r372595 - in /myfaces/site/trunk: pom.xml src/site/site.xml

Author: schof
Date: Thu Jan 26 11:48:36 2006
New Revision: 372595

URL: http://svn.apache.org/viewcvs?rev=372595&view=rev
Log:
fixed link to tomahawk; changed artifact name of the top site so that we can eventually publish to the official site location without any problems

Modified:
    myfaces/site/trunk/pom.xml
    myfaces/site/trunk/src/site/site.xml

Modified: myfaces/site/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/site/trunk/pom.xml?rev=372595&r1=372594&r2=372595&view=diff
==============================================================================
--- myfaces/site/trunk/pom.xml (original)
+++ myfaces/site/trunk/pom.xml Thu Jan 26 11:48:36 2006
@@ -4,7 +4,7 @@
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.myfaces</groupId>
-  <artifactId>myfaces-site</artifactId>
+  <artifactId>myfaces.apache.org</artifactId>
   <packaging>pom</packaging>
   <name>MyFaces Site</name>
   <url>http://myfaces.apache.org</url>

Modified: myfaces/site/trunk/src/site/site.xml
URL: http://svn.apache.org/viewcvs/myfaces/site/trunk/src/site/site.xml?rev=372595&r1=372594&r2=372595&view=diff
==============================================================================
--- myfaces/site/trunk/src/site/site.xml (original)
+++ myfaces/site/trunk/src/site/site.xml Thu Jan 26 11:48:36 2006
@@ -22,11 +22,11 @@
     </menu>
 
     <menu name="MyFaces Projects">
-      <item name="MyFaces Api" href="myfaces-api/index.html"/>
-      <item name="MyFaces Impl" href="myfaces-impl/index.html"/>
-      <item name="MyFaces Commons" href="myfaces-commons/index.html"/>
-      <item name="MyFaces Tomahawk" href="myfaces-tomahawk/tomahawk/index.html"/>
-      <item name="MyFaces Sandbox" href="myfaces-tomahawk/sandbox/sandbox/index.html"/>
+      <item name="API" href="myfaces-api/index.html"/>
+      <item name="Impl" href="myfaces-impl/index.html"/>
+      <item name="Commons" href="myfaces-commons/index.html"/>
+      <item name="Tomahawk" href="tomahawk-project/tomahawk/index.html"/>
+      <item name="Sandbox" href="myfaces-tomahawk/sandbox/sandbox/index.html"/>
     </menu>
 
     <menu name="Documentation">