You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2008/08/22 01:35:26 UTC

svn commit: r687901 - in /myfaces/commons/branches/jsf_11: pom.xml src/site/site.xml

Author: lu4242
Date: Thu Aug 21 16:35:26 2008
New Revision: 687901

URL: http://svn.apache.org/viewvc?rev=687901&view=rev
Log:
fix menu and correct url in pom.xml

Modified:
    myfaces/commons/branches/jsf_11/pom.xml
    myfaces/commons/branches/jsf_11/src/site/site.xml

Modified: myfaces/commons/branches/jsf_11/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/commons/branches/jsf_11/pom.xml?rev=687901&r1=687900&r2=687901&view=diff
==============================================================================
--- myfaces/commons/branches/jsf_11/pom.xml (original)
+++ myfaces/commons/branches/jsf_11/pom.xml Thu Aug 21 16:35:26 2008
@@ -31,7 +31,7 @@
     <version>1.1.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>Apache MyFaces Commons</name>
-    <url>http://myfaces.apache.org/commons</url>
+    <url>http://myfaces.apache.org/commons11</url>
     <inceptionYear>2007</inceptionYear>
 
     <!--issueManagement>

Modified: myfaces/commons/branches/jsf_11/src/site/site.xml
URL: http://svn.apache.org/viewvc/myfaces/commons/branches/jsf_11/src/site/site.xml?rev=687901&r1=687900&r2=687901&view=diff
==============================================================================
--- myfaces/commons/branches/jsf_11/src/site/site.xml (original)
+++ myfaces/commons/branches/jsf_11/src/site/site.xml Thu Aug 21 16:35:26 2008
@@ -48,19 +48,16 @@
       <item name="Download"       href="http://myfaces.apache.org/download.html"/>
     </menu>
 
-    <menu name="JSF Versions" inherit="top">
-      <item name="Myfaces Commons"                       href="http://myfaces.apache.org/commons/index.html">
+    <menu name="Contents" inherit="top">
+          <item name="Myfaces Commons Main Site"         href="http://myfaces.apache.org/commons/index.html"/>
           <item name="Myfaces Commons for JSF 1.1"       href="http://myfaces.apache.org/commons11/index.html">
               <item name="Myfaces Commons Converters"    href="http://myfaces.apache.org/commons11/myfaces-converters/index.html"/>
               <item name="Myfaces Commons Validators"    href="http://myfaces.apache.org/commons11/myfaces-validators/index.html"/>
               <item name="Myfaces Commons Utils"         href="http://myfaces.apache.org/commons11/myfaces-commons-utils/index.html"/>
           </item>
-          <item name="Myfaces Commons for JSF 1.2"       href="http://myfaces.apache.org/commons12/index.html">
-              <item name="Myfaces Commons Converters"    href="http://myfaces.apache.org/commons12/myfaces-converters/index.html"/>
-              <item name="Myfaces Commons Validators"    href="http://myfaces.apache.org/commons12/myfaces-validators/index.html"/>
-              <item name="Myfaces Commons Utils"         href="http://myfaces.apache.org/commons12/myfaces-commons-utils/index.html"/>
+          <item name="Myfaces Commons for JSF 1.2"       href="http://myfaces.apache.org/commons12/index.html" collapse="true">
+              <item name="dummy"        href="dummy"/>
           </item>
-      </item>
     </menu>