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 2010/11/29 19:14:58 UTC

svn commit: r1040211 - in /myfaces/commons/trunk: myfaces-commons-components/src/site/ myfaces-commons-components/src/site/apt/ myfaces-commons-converters/src/site/apt/ myfaces-commons-site/ myfaces-commons-site/src/site/ myfaces-commons-utils/src/site...

Author: lu4242
Date: Mon Nov 29 18:14:58 2010
New Revision: 1040211

URL: http://svn.apache.org/viewvc?rev=1040211&view=rev
Log:
update site links and myfaces-site-skin to version 1

Added:
    myfaces/commons/trunk/myfaces-commons-components/src/site/
    myfaces/commons/trunk/myfaces-commons-components/src/site/apt/
    myfaces/commons/trunk/myfaces-commons-components/src/site/apt/index.apt
Modified:
    myfaces/commons/trunk/myfaces-commons-converters/src/site/apt/index.apt
    myfaces/commons/trunk/myfaces-commons-site/pom.xml
    myfaces/commons/trunk/myfaces-commons-site/src/site/site.xml
    myfaces/commons/trunk/myfaces-commons-utils/src/site/apt/index.apt
    myfaces/commons/trunk/myfaces-commons-validators/src/site/apt/index.apt
    myfaces/commons/trunk/src/site/site.xml

Added: myfaces/commons/trunk/myfaces-commons-components/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/myfaces/commons/trunk/myfaces-commons-components/src/site/apt/index.apt?rev=1040211&view=auto
==============================================================================
--- myfaces/commons/trunk/myfaces-commons-components/src/site/apt/index.apt (added)
+++ myfaces/commons/trunk/myfaces-commons-components/src/site/apt/index.apt Mon Nov 29 18:14:58 2010
@@ -0,0 +1,14 @@
+ ------
+Apache MyFaces Commons
+ ------
+
+Apache MyFaces Commons Components for JSF 1.2
+
+  The objective is have a common place where find myfaces components that
+  can be used with any jsf framework.
+  
+Documentation
+
+  * {{{./apidocs/index.html}Javadocs}}
+
+  * {{{./tagdoc.html}JSF Tag Documentation}}
\ No newline at end of file

Modified: myfaces/commons/trunk/myfaces-commons-converters/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/myfaces/commons/trunk/myfaces-commons-converters/src/site/apt/index.apt?rev=1040211&r1=1040210&r2=1040211&view=diff
==============================================================================
--- myfaces/commons/trunk/myfaces-commons-converters/src/site/apt/index.apt (original)
+++ myfaces/commons/trunk/myfaces-commons-converters/src/site/apt/index.apt Mon Nov 29 18:14:58 2010
@@ -9,6 +9,6 @@ Apache MyFaces Commons Converters for JS
   
 Documentation
 
-  * {{{apidocs/index.html}Javadocs}}
+  * {{{./apidocs/index.html}Javadocs}}
 
-  * {{{tagdoc.html}JSF Tag Documentation}}
\ No newline at end of file
+  * {{{./tagdoc.html}JSF Tag Documentation}}
\ No newline at end of file

Modified: myfaces/commons/trunk/myfaces-commons-site/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/commons/trunk/myfaces-commons-site/pom.xml?rev=1040211&r1=1040210&r2=1040211&view=diff
==============================================================================
--- myfaces/commons/trunk/myfaces-commons-site/pom.xml (original)
+++ myfaces/commons/trunk/myfaces-commons-site/pom.xml Mon Nov 29 18:14:58 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.myfaces</groupId>
         <artifactId>myfaces</artifactId>
-        <version>6</version>
+        <version>9</version>
     </parent>
     <groupId>org.apache.myfaces.commons</groupId>
     <artifactId>myfaces-commons-site</artifactId>
@@ -33,6 +33,7 @@
 
     <build>
         <defaultGoal>site</defaultGoal>
+        <!-- 
         <extensions>
           <extension>
             <groupId>org.apache.maven.wagon</groupId>
@@ -40,6 +41,7 @@
             <version>1.0-alpha-5</version>
           </extension>
         </extensions>
+         -->
     </build>
     <reporting>
         <plugins>

Modified: myfaces/commons/trunk/myfaces-commons-site/src/site/site.xml
URL: http://svn.apache.org/viewvc/myfaces/commons/trunk/myfaces-commons-site/src/site/site.xml?rev=1040211&r1=1040210&r2=1040211&view=diff
==============================================================================
--- myfaces/commons/trunk/myfaces-commons-site/src/site/site.xml (original)
+++ myfaces/commons/trunk/myfaces-commons-site/src/site/site.xml Mon Nov 29 18:14:58 2010
@@ -34,14 +34,14 @@
   <skin>
     <groupId>org.apache.myfaces.maven</groupId>
     <artifactId>myfaces-site-skin</artifactId>
-    <version>1-SNAPSHOT</version>
+    <version>1</version>
   </skin>
 
   <body>
     <links>
       <item name="Apache" href="http://www.apache.org"/>
       <item name="MyFaces" href="http://myfaces.apache.org/index.html"/>
-      <item name="Download Myfaces Commons" href="download.html"/>
+      <item name="Download Myfaces Commons" href="./download.html"/>
     </links>
 
     <menu name="Apache MyFaces" inherit="top">
@@ -57,15 +57,19 @@
         <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 name="Myfaces Commons for JSF 2.0"       href="http://myfaces.apache.org/commons20/index.html" collapse="true">
+            <item name="dummy"        href="dummy"/>
+        </item>
     </menu>
 
-    <menu name="Documentation">
+	
+    <menu name="Documentation" inherit="top">
       <item name="About"         href="index.html"/>
     </menu>
 
-    <menu ref="reports"/>
+    <menu ref="reports" inherit="top"/>
 
-    <menu name="Foundation" inherit="top">
+    <menu name="Foundation" inherit="bottom">
       <item name="ASF"            href="http://www.apache.org/" />
       <item name="Sponsorship"    href="http://www.apache.org/foundation/sponsorship.html" />
       <item name="Thanks"         href="http://www.apache.org/foundation/thanks.html" />

Modified: myfaces/commons/trunk/myfaces-commons-utils/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/myfaces/commons/trunk/myfaces-commons-utils/src/site/apt/index.apt?rev=1040211&r1=1040210&r2=1040211&view=diff
==============================================================================
--- myfaces/commons/trunk/myfaces-commons-utils/src/site/apt/index.apt (original)
+++ myfaces/commons/trunk/myfaces-commons-utils/src/site/apt/index.apt Mon Nov 29 18:14:58 2010
@@ -9,5 +9,5 @@ in jsf project takes place.
   
 Documentation
 
-  * {{{apidocs/index.html}Javadocs}}
+  * {{{./apidocs/index.html}Javadocs}}
 

Modified: myfaces/commons/trunk/myfaces-commons-validators/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/myfaces/commons/trunk/myfaces-commons-validators/src/site/apt/index.apt?rev=1040211&r1=1040210&r2=1040211&view=diff
==============================================================================
--- myfaces/commons/trunk/myfaces-commons-validators/src/site/apt/index.apt (original)
+++ myfaces/commons/trunk/myfaces-commons-validators/src/site/apt/index.apt Mon Nov 29 18:14:58 2010
@@ -9,6 +9,6 @@ Apache MyFaces Commons Validators for JS
   
 Documentation
 
-  * {{{apidocs/index.html}Javadocs}}
+  * {{{./apidocs/index.html}Javadocs}}
 
-  * {{{tagdoc.html}JSF Tag Documentation}}
\ No newline at end of file
+  * {{{./tagdoc.html}JSF Tag Documentation}}
\ No newline at end of file

Modified: myfaces/commons/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/myfaces/commons/trunk/src/site/site.xml?rev=1040211&r1=1040210&r2=1040211&view=diff
==============================================================================
--- myfaces/commons/trunk/src/site/site.xml (original)
+++ myfaces/commons/trunk/src/site/site.xml Mon Nov 29 18:14:58 2010
@@ -34,7 +34,7 @@
   <skin>
     <groupId>org.apache.myfaces.maven</groupId>
     <artifactId>myfaces-site-skin</artifactId>
-    <version>1-SNAPSHOT</version>
+    <version>1</version>
   </skin>
 
   <body>
@@ -55,18 +55,22 @@
               <item name="dummy"        href="dummy"/>
           </item>
           <item name="Myfaces Commons for JSF 1.2"       href="http://myfaces.apache.org/commons12/index.html">
+              <item name="Myfaces Commons Components"    href="http://myfaces.apache.org/commons12/myfaces-components12/index.html"/>
               <item name="Myfaces Commons Converters"    href="http://myfaces.apache.org/commons12/myfaces-converters12/index.html"/>
               <item name="Myfaces Commons Validators"    href="http://myfaces.apache.org/commons12/myfaces-validators12/index.html"/>
               <item name="Myfaces Commons Utils"         href="http://myfaces.apache.org/commons12/myfaces-commons-utils12/index.html"/>
           </item>
+          <item name="Myfaces Commons for JSF 2.0"       href="http://myfaces.apache.org/commons20/index.html" collapse="true">
+              <item name="dummy"        href="dummy"/>
+          </item>
     </menu>
 
 	
-    <menu name="Documentation">
+    <menu name="Documentation" inherit="top">
       <item name="About"         href="index.html"/>
     </menu>
 
-    <menu ref="reports"/>
+    <menu ref="reports" inherit="top"/>
 
     <menu name="Foundation" inherit="bottom">
       <item name="ASF"            href="http://www.apache.org/" />