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/21 05:55:55 UTC

svn commit: r687547 - in /myfaces/commons/trunk: ./ myfaces-commons-converters/ myfaces-commons-converters/src/site/ myfaces-commons-converters/src/site/apt/ myfaces-commons-site/ myfaces-commons-site/src/ myfaces-commons-site/src/site/ myfaces-commons...

Author: lu4242
Date: Wed Aug 20 20:55:54 2008
New Revision: 687547

URL: http://svn.apache.org/viewvc?rev=687547&view=rev
Log:
create site configuration for myfaces commons

Added:
    myfaces/commons/trunk/myfaces-commons-converters/src/site/
    myfaces/commons/trunk/myfaces-commons-converters/src/site/apt/
    myfaces/commons/trunk/myfaces-commons-converters/src/site/apt/index.apt
    myfaces/commons/trunk/myfaces-commons-site/   (with props)
    myfaces/commons/trunk/myfaces-commons-site/pom.xml   (with props)
    myfaces/commons/trunk/myfaces-commons-site/src/
    myfaces/commons/trunk/myfaces-commons-site/src/site/
    myfaces/commons/trunk/myfaces-commons-site/src/site/apt/
    myfaces/commons/trunk/myfaces-commons-site/src/site/apt/index.apt
    myfaces/commons/trunk/myfaces-commons-site/src/site/site.xml   (with props)
    myfaces/commons/trunk/myfaces-commons-utils/src/site/
    myfaces/commons/trunk/myfaces-commons-utils/src/site/apt/
    myfaces/commons/trunk/myfaces-commons-utils/src/site/apt/index.apt
    myfaces/commons/trunk/myfaces-commons-validators/src/site/
    myfaces/commons/trunk/myfaces-commons-validators/src/site/apt/
    myfaces/commons/trunk/myfaces-commons-validators/src/site/apt/index.apt
    myfaces/commons/trunk/src/
    myfaces/commons/trunk/src/site/
    myfaces/commons/trunk/src/site/apt/
    myfaces/commons/trunk/src/site/apt/index.apt
    myfaces/commons/trunk/src/site/site.xml   (with props)
Modified:
    myfaces/commons/trunk/myfaces-commons-converters/pom.xml
    myfaces/commons/trunk/myfaces-commons-utils/pom.xml
    myfaces/commons/trunk/myfaces-commons-validators/pom.xml
    myfaces/commons/trunk/pom.xml

Modified: myfaces/commons/trunk/myfaces-commons-converters/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/commons/trunk/myfaces-commons-converters/pom.xml?rev=687547&r1=687546&r2=687547&view=diff
==============================================================================
--- myfaces/commons/trunk/myfaces-commons-converters/pom.xml (original)
+++ myfaces/commons/trunk/myfaces-commons-converters/pom.xml Wed Aug 20 20:55:54 2008
@@ -213,4 +213,72 @@
         </dependency>
 
     </dependencies>
+
+    <reporting>
+        <plugins>
+            <plugin>
+                <artifactId>maven-javadoc-plugin</artifactId>
+                <version>2.4</version>
+            </plugin>
+            <plugin>
+                <artifactId>maven-jxr-plugin</artifactId>
+                <version>2.1</version>
+            </plugin>
+            <plugin>
+                <artifactId>maven-surefire-report-plugin</artifactId>
+                <version>2.4.3</version>
+            </plugin>
+        </plugins>
+    </reporting>
+
+    <profiles>
+        <profile>
+            <id>generate-site</id>
+            <build>
+                <plugins>
+                    <plugin>
+                        <!-- Generate content for custom tagdoc report -->
+                        <groupId>org.apache.myfaces.buildtools</groupId>
+                        <artifactId>myfaces-builder-plugin</artifactId>
+                        <version>1.0.1</version>
+                        <configuration>
+                            <taglibs>
+                                <mcc>http://myfaces.apache.org/commons/converters</mcc>
+                            </taglibs>
+                        </configuration>
+                        <executions>
+                            <execution>
+                                <goals>
+                                    <goal>tagdoc-content</goal>
+                                </goals>
+                            </execution>
+                        </executions>
+                    </plugin>
+                </plugins>
+            </build>
+            <reporting>
+                <plugins>
+                    <plugin>
+                        <groupId>net.sourceforge.maven-taglib</groupId>
+                        <artifactId>maven-taglib-plugin</artifactId>
+                        <configuration>
+                            <taglib.src.dir>${project.build.directory}/myfaces-builder-plugin/main/resources/META-INF</taglib.src.dir>
+                            <tldDocDir>${project.build.directory}/site/tlddoc</tldDocDir>
+                        </configuration>
+                    </plugin>
+                    <plugin>
+                        <!-- which goal is run here? -->
+                        <groupId>org.apache.myfaces.buildtools</groupId>
+                        <artifactId>myfaces-builder-plugin</artifactId>
+                        <version>1.0.1</version>
+                        <configuration>
+                            <taglibs>
+                                <mcc>http://myfaces.apache.org/commons/converters</mcc>
+                            </taglibs>
+                        </configuration>
+                    </plugin>
+                </plugins>
+            </reporting>
+        </profile>
+    </profiles>
 </project>
\ No newline at end of file

Added: 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=687547&view=auto
==============================================================================
--- myfaces/commons/trunk/myfaces-commons-converters/src/site/apt/index.apt (added)
+++ myfaces/commons/trunk/myfaces-commons-converters/src/site/apt/index.apt Wed Aug 20 20:55:54 2008
@@ -0,0 +1,14 @@
+ ------
+Apache MyFaces Commons
+ ------
+
+Apache MyFaces Commons Converters for JSF 1.2
+
+  The objective is have a common place where find myfaces converters that
+  can be used with any jsf framework.
+  
+Documentation
+
+  * {{{apidocs/index.html}Javadocs}}
+
+  * {{{tagdoc.html}JSF Tag Documentation}}
\ No newline at end of file

Propchange: myfaces/commons/trunk/myfaces-commons-site/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Wed Aug 20 20:55:54 2008
@@ -0,0 +1,10 @@
+target
+.classpath
+.project
+.wtpmodules
+*.ipr
+*.iml
+*.iws
+.settings
+maven-eclipse.xml
+.externalToolBuilders

Added: myfaces/commons/trunk/myfaces-commons-site/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/commons/trunk/myfaces-commons-site/pom.xml?rev=687547&view=auto
==============================================================================
--- myfaces/commons/trunk/myfaces-commons-site/pom.xml (added)
+++ myfaces/commons/trunk/myfaces-commons-site/pom.xml Wed Aug 20 20:55:54 2008
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    * Licensed to the Apache Software Foundation (ASF) under one or more
+    * contributor license agreements.  See the NOTICE file distributed with
+    * this work for additional information regarding copyright ownership.
+    * The ASF licenses this file to You under the Apache License, Version 2.0
+    * (the "License"); you may not use this file except in compliance with
+    * the License.  You may obtain a copy of the License at
+    *
+    *      http://www.apache.org/licenses/LICENSE-2.0
+    *
+    * Unless required by applicable law or agreed to in writing, software
+    * distributed under the License is distributed on an "AS IS" BASIS,
+    * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    * See the License for the specific language governing permissions and
+    * limitations under the License.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.apache.myfaces</groupId>
+        <artifactId>myfaces</artifactId>
+        <version>6</version>
+    </parent>
+
+    <artifactId>myfaces-commons-site</artifactId>
+    <packaging>jar</packaging>
+    <name>Apache MyFaces Commons Site</name>
+
+    <distributionManagement>
+      <site>
+        <id>apache-site</id>
+        <name>Apache Website</name>
+        <url>scpexe://people.apache.org/www/myfaces.apache.org/commons/</url>
+      </site>
+    </distributionManagement>
+
+</project>

Propchange: myfaces/commons/trunk/myfaces-commons-site/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/commons/trunk/myfaces-commons-site/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Added: myfaces/commons/trunk/myfaces-commons-site/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/myfaces/commons/trunk/myfaces-commons-site/src/site/apt/index.apt?rev=687547&view=auto
==============================================================================
--- myfaces/commons/trunk/myfaces-commons-site/src/site/apt/index.apt (added)
+++ myfaces/commons/trunk/myfaces-commons-site/src/site/apt/index.apt Wed Aug 20 20:55:54 2008
@@ -0,0 +1,25 @@
+ ------
+Apache MyFaces Commons
+ ------
+
+Apache MyFaces Commons Overview
+
+  This project contains non-renderkit-specific code that can be used 
+  with any myfaces jsf framework.
+  
+  The modules available (each one is a jar file) are listed below:
+  
+  * myfaces-commons-converters
+   
+  * myfaces-commons-validators
+
+  * myfaces-commons-utils.
+
+  Myfaces Commons comes with jar compatible with JSF 1.1(1.1.x version)
+  and JSF 1.2 (1.2.x version), but those packages are JDK 1.5 compatible.
+
+  This myfaces subproject can be found in svn at:
+
+    * {{{http://svn.apache.org/repos/asf/myfaces/commons/}http://svn.apache.org/repos/asf/myfaces/commons/}}
+    
+  A release is not available yet.
\ No newline at end of file

Added: 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=687547&view=auto
==============================================================================
--- myfaces/commons/trunk/myfaces-commons-site/src/site/site.xml (added)
+++ myfaces/commons/trunk/myfaces-commons-site/src/site/site.xml Wed Aug 20 20:55:54 2008
@@ -0,0 +1,78 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+-->
+
+<project name="Apache Myfaces Commons">
+  <bannerLeft>
+    <name>Apache MyFaces</name>
+    <src>img/banners/MyFaces_logo.jpg</src>
+    <href>http://myfaces.apache.org/index.html</href>
+  </bannerLeft>
+
+  <bannerRight>
+    <name>Apache Banner</name>
+    <src>img/banners/apache_banner.png</src>
+    <href>http://www.apache.org/</href>
+  </bannerRight>  
+
+  <publishDate format="dd MMM yyyy"/>
+
+  <skin>
+    <groupId>org.apache.myfaces.maven</groupId>
+    <artifactId>myfaces-site-skin</artifactId>
+    <version>1-SNAPSHOT</version>
+  </skin>
+
+  <body>
+    <links>
+      <item name="Apache" href="http://www.apache.org"/>
+      <item name="MyFaces" href="http://myfaces.apache.org/index.html"/>
+    </links>
+
+    <menu name="Apache MyFaces" inherit="top">
+      <item name="Overview"       href="http://myfaces.apache.org/index.html"/>
+      <item name="Download"       href="http://myfaces.apache.org/download.html"/>
+    </menu>
+
+    <menu name="Documentation">
+      <item name="About"         href="index.html"/>
+    </menu>
+
+    <menu name="JSF Versions" inherit="top">
+      <item name="Myfaces Commons"                       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>
+      </item>
+    </menu>
+
+    <menu ref="reports"/>
+
+    <menu name="Foundation" inherit="top">
+      <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" />
+    </menu>
+  </body>
+</project>

Propchange: myfaces/commons/trunk/myfaces-commons-site/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/commons/trunk/myfaces-commons-site/src/site/site.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Modified: myfaces/commons/trunk/myfaces-commons-utils/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/commons/trunk/myfaces-commons-utils/pom.xml?rev=687547&r1=687546&r2=687547&view=diff
==============================================================================
--- myfaces/commons/trunk/myfaces-commons-utils/pom.xml (original)
+++ myfaces/commons/trunk/myfaces-commons-utils/pom.xml Wed Aug 20 20:55:54 2008
@@ -66,4 +66,21 @@
             <scope>test</scope>
         </dependency>
     </dependencies>
+    
+    <reporting>
+        <plugins>
+            <plugin>
+                <artifactId>maven-javadoc-plugin</artifactId>
+                <version>2.4</version>
+            </plugin>
+            <plugin>
+                <artifactId>maven-jxr-plugin</artifactId>
+                <version>2.1</version>
+            </plugin>
+            <plugin>
+                <artifactId>maven-surefire-report-plugin</artifactId>
+                <version>2.4.3</version>
+            </plugin>
+        </plugins>
+    </reporting>
 </project>

Added: 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=687547&view=auto
==============================================================================
--- myfaces/commons/trunk/myfaces-commons-utils/src/site/apt/index.apt (added)
+++ myfaces/commons/trunk/myfaces-commons-utils/src/site/apt/index.apt Wed Aug 20 20:55:54 2008
@@ -0,0 +1,13 @@
+ ------
+Apache MyFaces Commons
+ ------
+
+Apache MyFaces Commons Utils for JSF 1.2
+
+  The intention is to have a common place where some utility classes used 
+in jsf project takes place.
+  
+Documentation
+
+  * {{{apidocs/index.html}Javadocs}}
+

Modified: myfaces/commons/trunk/myfaces-commons-validators/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/commons/trunk/myfaces-commons-validators/pom.xml?rev=687547&r1=687546&r2=687547&view=diff
==============================================================================
--- myfaces/commons/trunk/myfaces-commons-validators/pom.xml (original)
+++ myfaces/commons/trunk/myfaces-commons-validators/pom.xml Wed Aug 20 20:55:54 2008
@@ -236,4 +236,73 @@
         </dependency>
 
     </dependencies>
+    
+    <reporting>
+        <plugins>
+            <plugin>
+                <artifactId>maven-javadoc-plugin</artifactId>
+                <version>2.4</version>
+            </plugin>
+            <plugin>
+                <artifactId>maven-jxr-plugin</artifactId>
+                <version>2.1</version>
+            </plugin>
+            <plugin>
+                <artifactId>maven-surefire-report-plugin</artifactId>
+                <version>2.4.3</version>
+            </plugin>
+        </plugins>
+    </reporting>
+
+    <profiles>
+        <profile>
+            <id>generate-site</id>
+            <build>
+                <plugins>
+                    <plugin>
+                        <!-- Generate content for custom tagdoc report -->
+                        <groupId>org.apache.myfaces.buildtools</groupId>
+                        <artifactId>myfaces-builder-plugin</artifactId>
+                        <version>1.0.1</version>
+                        <configuration>
+                            <taglibs>
+                                <mcv>http://myfaces.apache.org/commons/validators</mcv>
+                            </taglibs>
+                        </configuration>
+                        <executions>
+                            <execution>
+                                <goals>
+                                    <goal>tagdoc-content</goal>
+                                </goals>
+                            </execution>
+                        </executions>
+                    </plugin>
+                </plugins>
+            </build>
+            <reporting>
+                <plugins>
+                    <plugin>
+                        <groupId>net.sourceforge.maven-taglib</groupId>
+                        <artifactId>maven-taglib-plugin</artifactId>
+                        <configuration>
+                            <taglib.src.dir>${project.build.directory}/myfaces-builder-plugin/main/resources/META-INF</taglib.src.dir>
+                            <tldDocDir>${project.build.directory}/site/tlddoc</tldDocDir>
+                        </configuration>
+                    </plugin>
+                    <plugin>
+                        <!-- which goal is run here? -->
+                        <groupId>org.apache.myfaces.buildtools</groupId>
+                        <artifactId>myfaces-builder-plugin</artifactId>
+                        <version>1.0.1</version>
+                        <configuration>
+                            <taglibs>
+                                <mcv>http://myfaces.apache.org/commons/validators</mcv>
+                            </taglibs>
+                        </configuration>
+                    </plugin>
+                </plugins>
+            </reporting>
+        </profile>
+    </profiles>
+
 </project>
\ No newline at end of file

Added: 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=687547&view=auto
==============================================================================
--- myfaces/commons/trunk/myfaces-commons-validators/src/site/apt/index.apt (added)
+++ myfaces/commons/trunk/myfaces-commons-validators/src/site/apt/index.apt Wed Aug 20 20:55:54 2008
@@ -0,0 +1,14 @@
+ ------
+Apache MyFaces Commons
+ ------
+
+Apache MyFaces Commons Validators for JSF 1.2
+
+  The objective is have a common place where find myfaces validators 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/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/commons/trunk/pom.xml?rev=687547&r1=687546&r2=687547&view=diff
==============================================================================
--- myfaces/commons/trunk/pom.xml (original)
+++ myfaces/commons/trunk/pom.xml Wed Aug 20 20:55:54 2008
@@ -31,13 +31,21 @@
     <version>1.2.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>Apache MyFaces Commons</name>
+    <url>http://myfaces.apache.org/commons</url>
     <inceptionYear>2007</inceptionYear>
 
     <!--issueManagement>
         <system>jira</system>
         <url>http://issues.apache.org/jira/browse/MYFACES-COMMONS</url>
         </issueManagement-->
-
+        
+  <distributionManagement>
+    <site>
+      <id>apache-site</id>
+      <name>Apache Website</name>
+      <url>scpexe://people.apache.org/www/myfaces.apache.org/commons12/</url>
+    </site>
+  </distributionManagement>
     <build>
         <plugins>
             <plugin>
@@ -302,10 +310,16 @@
                 <artifactId>maven-checkstyle-plugin</artifactId>
                 <version>2.2</version>
                 <configuration>
-                    <configLocation>default/myfaces-checks-normal.xml</configLocation>
+                    <configLocation>default/myfaces-checks-standard.xml</configLocation>
                     <headerLocation>default/myfaces-header-spaces.txt</headerLocation>
                 </configuration>
             </plugin>
+            <plugin>
+                <artifactId>maven-pmd-plugin</artifactId>
+                <configuration>
+                    <targetJdk>1.5</targetJdk>
+                </configuration>
+            </plugin>
         </plugins>
     </reporting>
 </project>

Added: myfaces/commons/trunk/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/myfaces/commons/trunk/src/site/apt/index.apt?rev=687547&view=auto
==============================================================================
--- myfaces/commons/trunk/src/site/apt/index.apt (added)
+++ myfaces/commons/trunk/src/site/apt/index.apt Wed Aug 20 20:55:54 2008
@@ -0,0 +1,8 @@
+ ------
+Overview
+ ------
+
+MyFaces Commons for JSF 1.2
+
+  This project contains the artifacts compatible with jsf 1.2 for myfaces commons.
+

Added: myfaces/commons/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/myfaces/commons/trunk/src/site/site.xml?rev=687547&view=auto
==============================================================================
--- myfaces/commons/trunk/src/site/site.xml (added)
+++ myfaces/commons/trunk/src/site/site.xml Wed Aug 20 20:55:54 2008
@@ -0,0 +1,79 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+-->
+
+<project name="Apache MyFaces Commons for JSF 1.2">
+  <bannerLeft>
+    <name>Apache MyFaces</name>
+    <src>img/banners/MyFaces_logo.jpg</src>
+    <href>http://myfaces.apache.org/index.html</href>
+  </bannerLeft>
+
+  <bannerRight>
+    <name>Apache Banner</name>
+    <src>img/banners/apache_banner.png</src>
+    <href>http://www.apache.org/</href>
+  </bannerRight>  
+
+  <publishDate format="dd MMM yyyy"/>
+
+  <skin>
+    <groupId>org.apache.myfaces.maven</groupId>
+    <artifactId>myfaces-site-skin</artifactId>
+    <version>1-SNAPSHOT</version>
+  </skin>
+
+  <body>
+    <links>
+      <item name="Apache" href="http://www.apache.org"/>
+      <item name="MyFaces" href="http://myfaces.apache.org/index.html"/>
+    </links>
+
+    <menu name="Apache MyFaces" inherit="top">
+      <item name="Overview"       href="http://myfaces.apache.org/index.html"/>
+      <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">
+          <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>
+      </item>
+    </menu>
+
+	
+    <menu name="Documentation">
+      <item name="About"         href="index.html"/>
+    </menu>
+
+    <menu ref="reports"/>
+
+    <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" />
+    </menu>
+  </body>
+</project>

Propchange: myfaces/commons/trunk/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/commons/trunk/src/site/site.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL