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 2011/05/17 03:26:05 UTC

svn commit: r1103976 - in /myfaces/tomahawk/trunk/sandbox: ./ core/ core/src/site/ core12/ core12/src/site/ core20/ core20/src/site/ site/ site/src/ site/src/site/ site/src/site/apt/

Author: lu4242
Date: Tue May 17 01:26:04 2011
New Revision: 1103976

URL: http://svn.apache.org/viewvc?rev=1103976&view=rev
Log:
TOMAHAWK-1585 Update site and create different sandbox site modules

Added:
    myfaces/tomahawk/trunk/sandbox/core12/src/site/
    myfaces/tomahawk/trunk/sandbox/core12/src/site/site.xml
    myfaces/tomahawk/trunk/sandbox/core20/src/site/
    myfaces/tomahawk/trunk/sandbox/core20/src/site/site.xml
    myfaces/tomahawk/trunk/sandbox/site/   (with props)
    myfaces/tomahawk/trunk/sandbox/site/pom.xml
    myfaces/tomahawk/trunk/sandbox/site/src/
    myfaces/tomahawk/trunk/sandbox/site/src/site/
    myfaces/tomahawk/trunk/sandbox/site/src/site/apt/
    myfaces/tomahawk/trunk/sandbox/site/src/site/apt/index.apt
    myfaces/tomahawk/trunk/sandbox/site/src/site/site.xml
Modified:
    myfaces/tomahawk/trunk/sandbox/core/pom.xml
    myfaces/tomahawk/trunk/sandbox/core/src/site/site.xml
    myfaces/tomahawk/trunk/sandbox/core12/pom.xml
    myfaces/tomahawk/trunk/sandbox/core20/pom.xml
    myfaces/tomahawk/trunk/sandbox/pom.xml

Modified: myfaces/tomahawk/trunk/sandbox/core/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/sandbox/core/pom.xml?rev=1103976&r1=1103975&r2=1103976&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/sandbox/core/pom.xml (original)
+++ myfaces/tomahawk/trunk/sandbox/core/pom.xml Tue May 17 01:26:04 2011
@@ -311,9 +311,8 @@
         <plugins>
 
             <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>changelog-maven-plugin</artifactId>
-                <version>2.0-beta-1</version>
+                <artifactId>maven-changelog-plugin</artifactId>
+                <version>2.1</version>
                 <reportSets>
                     <reportSet>
                         <id>dual-report</id>

Modified: myfaces/tomahawk/trunk/sandbox/core/src/site/site.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/sandbox/core/src/site/site.xml?rev=1103976&r1=1103975&r2=1103976&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/sandbox/core/src/site/site.xml (original)
+++ myfaces/tomahawk/trunk/sandbox/core/src/site/site.xml Tue May 17 01:26:04 2011
@@ -35,7 +35,7 @@
     <groupId>org.apache.myfaces.maven</groupId>
     <artifactId>myfaces-site-skin</artifactId>
     <version>3</version>
-  </skin> 
+  </skin>
 
   <body>
     <links>
@@ -43,7 +43,7 @@
       <item name="MyFaces" href="http://myfaces.apache.org/index.html"/>
       <item name="Download Tomahawk" href="http://myfaces.apache.org/tomahawk/download.html"/>
     </links>
-      
+    
     <menu name="MyFaces Projects">
       <item name="Overview" href="http://myfaces.apache.org/index.html"/>
       <item name="Core JSF-1.1"   href="http://myfaces.apache.org/core11/index.html" collapse="true">
@@ -57,10 +57,10 @@
       </item>
       <item name="Trinidad" href="http://myfaces.apache.org/trinidad/index.html"/>
       <item name="Tobago" href="http://myfaces.apache.org/tobago/index.html"/>
-      <item name="Tomahawk" href="http://myfaces.apache.org/tomahawk/index.html">
+      <item name="Tomahawk" href="http://myfaces.apache.org/tomahawk/index.html" collapse="true">
         <item name="dummy"        href="dummy"/>
       </item>
-      <item name="Sandbox" href="http://myfaces.apache.org/sandbox/index.html" collapse="true">
+      <item name="Sandbox" href="http://myfaces.apache.org/sandbox/index.html">
         <item name="Sandbox for JSF 1.1" href="http://myfaces.apache.org/sandbox-project/tomahawk-sandbox/index.html"/>
         <item name="Sandbox for JSF 1.2" href="http://myfaces.apache.org/sandbox-project/tomahawk-sandbox12/index.html"/>
         <item name="Sandbox for JSF 2.0" href="http://myfaces.apache.org/sandbox-project/tomahawk-sandbox20/index.html"/>
@@ -72,19 +72,20 @@
       <item name="Test"           href="http://myfaces.apache.org/test/index.html"/>
       <item name="Others"         href="http://myfaces.apache.org/otherProjects.html"/>
     </menu>
-
         
     <menu name="Documentation">
-      <item name="Tag Library" href="./tlddoc/index.html"/>
+      <item name="JSF Tag Documentation 1.1" href="tagdoc.html"/>
+      <item name="Tag Library Documentation" href="tlddoc/index.html"/>
+      <item name="Api Documentation" href="apidocs/index.html"/>
       <item name="Extended Docs" href="./extendedDocs.html"/>  
     </menu>    
-
+    
     <menu ref="reports"/>
 
     <menu name="Foundation">
-      	<item name="ASF" href="http://apache.org/" />
-      	<item name="Sponsorship" href="http://www.apache.org/foundation/sponsorship.html" />
-      	<item name="Thanks" href="http://www.apache.org/foundation/thanks.html" />
+      <item name="ASF" href="http://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>  
+  </body>
 </project>

Modified: myfaces/tomahawk/trunk/sandbox/core12/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/sandbox/core12/pom.xml?rev=1103976&r1=1103975&r2=1103976&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/sandbox/core12/pom.xml (original)
+++ myfaces/tomahawk/trunk/sandbox/core12/pom.xml Tue May 17 01:26:04 2011
@@ -372,36 +372,15 @@
                 </execution>
               </executions>
             </plugin>
-
-            <!--    
-            <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>xslt-maven-plugin</artifactId>
-                <version>1.0</version>
-                <configuration>
-                    <xslFile>src/main/tld/misc/resolve_entities.xsl</xslFile>
-                    <srcIncludes>**/*.tld</srcIncludes>
-                    <srcDir>src/main/tld</srcDir>
-                    <destDir>target/classes/META-INF</destDir>
-                </configuration>
-                <executions>
-                    <execution>
-                        <goals>
-                            <goal>transform</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
-            -->
             <plugin>
-                <artifactId>maven-surefire-plugin</artifactId>
-                <version>2.4.2</version>
-                <configuration>
-                    <excludes>
-                        <exclude>**/Abstract*.java</exclude>                    
-                        <exclude>**/TestUtils.java</exclude>
-                    </excludes>
-                </configuration>
+              <artifactId>maven-surefire-plugin</artifactId>
+              <version>2.4.2</version>
+              <configuration>
+                  <excludes>
+                      <exclude>**/Abstract*.java</exclude>
+                      <exclude>**/TestUtils.java</exclude>
+                  </excludes>
+              </configuration>
             </plugin>
             <plugin>
               <groupId>org.apache.maven.plugins</groupId>
@@ -418,9 +397,8 @@
         <plugins>
 
             <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>changelog-maven-plugin</artifactId>
-                <version>2.0-beta-1</version>
+                <artifactId>maven-changelog-plugin</artifactId>
+                <version>2.1</version>
                 <reportSets>
                     <reportSet>
                         <id>dual-report</id>
@@ -469,41 +447,25 @@
             <id>generate-site</id>
             <build>
                 <plugins>
-                    <!-- 
                     <plugin>
-                        <groupId>org.codehaus.mojo</groupId>
-                        <artifactId>xslt-maven-plugin</artifactId>
-                        <version>1.0</version>
+                        <!-- Generate report content -->
+                        <groupId>org.apache.myfaces.buildtools</groupId>
+                        <artifactId>myfaces-builder-plugin</artifactId>
+                        <version>${myfaces-builder-plugin-version}</version>
+                        <configuration>
+                            <taglibs>
+                                <s>http://myfaces.apache.org/sandbox</s>
+                            </taglibs>
+                        </configuration>
                         <executions>
                             <execution>
-                                <id>generate-tld-for-tlddoc</id>
-                                <goals>
-                                    <goal>transform</goal>
-                                </goals>
-                                <configuration>
-                                    <xslFile>src/main/tld/misc/resolve_entities-tlddoc.xsl</xslFile>
-                                    <srcIncludes>**/*.tld</srcIncludes>
-                                    <srcDir>src/main/tld</srcDir>
-                                    <destDir>target/tlddoc-site</destDir>
-                                </configuration>
-                            </execution>
-                            <execution>
-                                <id>generate-tld-for-jar</id>
                                 <goals>
-                                    <goal>transform</goal>
+                                  <goal>tagdoc-content</goal>
                                 </goals>
-                                <configuration>
-                                    <xslFile>src/main/tld/misc/resolve_entities.xsl</xslFile>
-                                    <srcIncludes>**/*.tld</srcIncludes>
-                                    <srcDir>src/main/tld</srcDir>
-                                    <destDir>target/classes/META-INF</destDir>
-                                </configuration>
                             </execution>
                         </executions>
                     </plugin>
-                     -->
                 </plugins>
-
             </build>
             <reporting>
                 <plugins>
@@ -515,6 +477,17 @@
                             <tldDocDir>${basedir}/target/site/tlddoc</tldDocDir>
                         </configuration>
                     </plugin>
+                    <plugin>
+                        <!-- Generate report index -->
+                        <groupId>org.apache.myfaces.buildtools</groupId>
+                        <artifactId>myfaces-builder-plugin</artifactId>
+                        <version>${myfaces-builder-plugin-version}</version>
+                        <configuration>
+                            <taglibs>
+                                <s>http://myfaces.apache.org/sandbox</s>
+                            </taglibs>
+                        </configuration>
+                    </plugin>                    
                 </plugins>
             </reporting>
         </profile>
@@ -528,39 +501,6 @@
             </activation>
             <build>
                 <plugins>
-                    <!-- 
-                    <plugin>
-                        <groupId>org.codehaus.mojo</groupId>
-                        <artifactId>xslt-maven-plugin</artifactId>
-                        <version>1.0</version>
-                        <executions>
-                            <execution>
-                                <id>generate-tld-for-tlddoc</id>
-                                <goals>
-                                    <goal>transform</goal>
-                                </goals>
-                                <configuration>
-                                    <xslFile>src/main/tld/misc/resolve_entities-tlddoc.xsl</xslFile>
-                                    <srcIncludes>**/*.tld</srcIncludes>
-                                    <srcDir>src/main/tld</srcDir>
-                                    <destDir>target/tlddoc-site</destDir>
-                                </configuration>
-                            </execution>
-                            <execution>
-                                <id>generate-tld-for-jar</id>
-                                <goals>
-                                    <goal>transform</goal>
-                                </goals>
-                                <configuration>
-                                    <xslFile>src/main/tld/misc/resolve_entities.xsl</xslFile>
-                                    <srcIncludes>**/*.tld</srcIncludes>
-                                    <srcDir>src/main/tld</srcDir>
-                                    <destDir>target/classes/META-INF</destDir>
-                                </configuration>
-                            </execution>
-                        </executions>
-                    </plugin>
-                     -->
                     <plugin>
                         <artifactId>maven-javadoc-plugin</artifactId>
                         <version>2.4</version>

Added: myfaces/tomahawk/trunk/sandbox/core12/src/site/site.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/sandbox/core12/src/site/site.xml?rev=1103976&view=auto
==============================================================================
--- myfaces/tomahawk/trunk/sandbox/core12/src/site/site.xml (added)
+++ myfaces/tomahawk/trunk/sandbox/core12/src/site/site.xml Tue May 17 01:26:04 2011
@@ -0,0 +1,90 @@
+<?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="MyFaces Sandbox">
+
+  <bannerLeft>
+    <name>Apache MyFaces Sandbox</name>
+    <src>img/banners/MyFaces_logo.jpg</src>
+    <href>http://myfaces.apache.org/</href>
+  </bannerLeft>
+    
+  <bannerRight>
+    <name>Apache Banner</name>
+    <src>img/banners/apache_banner.png</src>
+    <href>http://myfaces.apache.org/</href>
+  </bannerRight>
+    
+  <publishDate format="dd MMM yyyy" />
+    
+  <skin>
+    <groupId>org.apache.myfaces.maven</groupId>
+    <artifactId>myfaces-site-skin</artifactId>
+    <version>3</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 Tomahawk" href="http://myfaces.apache.org/tomahawk/download.html"/>
+    </links>
+    
+    <menu name="MyFaces Projects">
+      <item name="Overview" href="http://myfaces.apache.org/index.html"/>
+      <item name="Core JSF-1.1"   href="http://myfaces.apache.org/core11/index.html" collapse="true">
+        <item name="dummy"        href="dummy"/>
+      </item>
+      <item name="Core JSF-1.2"   href="http://myfaces.apache.org/core12/index.html" collapse="true">
+        <item name="dummy"        href="dummy"/>
+      </item>
+      <item name="Core JSF-2.0"   href="http://myfaces.apache.org/core20/index.html" collapse="true">
+        <item name="dummy"        href="dummy"/>
+      </item>
+      <item name="Trinidad" href="http://myfaces.apache.org/trinidad/index.html"/>
+      <item name="Tobago" href="http://myfaces.apache.org/tobago/index.html"/>
+      <item name="Tomahawk" href="http://myfaces.apache.org/tomahawk/index.html" collapse="true">
+        <item name="dummy"        href="dummy"/>
+      </item>
+      <item name="Sandbox" href="http://myfaces.apache.org/sandbox/index.html">
+        <item name="Sandbox for JSF 1.1" href="http://myfaces.apache.org/sandbox-project/tomahawk-sandbox/index.html"/>
+        <item name="Sandbox for JSF 1.2" href="http://myfaces.apache.org/sandbox-project/tomahawk-sandbox12/index.html"/>
+        <item name="Sandbox for JSF 2.0" href="http://myfaces.apache.org/sandbox-project/tomahawk-sandbox20/index.html"/>
+      </item>
+      <item name="Orchestra" href="http://myfaces.apache.org/orchestra/index.html"/>
+      <item name="Portlet Bridge" href="http://myfaces.apache.org/portlet-bridge/index.html"/>
+      <item name="ExtVal"         href="http://myfaces.apache.org/extensions/validator/index.html"/>
+      <item name="Commons"        href="http://myfaces.apache.org/commons/index.html"/>
+      <item name="Test"           href="http://myfaces.apache.org/test/index.html"/>
+      <item name="Others"         href="http://myfaces.apache.org/otherProjects.html"/>
+    </menu>
+        
+    <menu name="Documentation">
+      <item name="JSF Tag Documentation 1.2" href="tagdoc.html"/>
+      <item name="Tag Library Documentation" href="tlddoc/index.html"/>
+      <item name="Api Documentation" href="apidocs/index.html"/>
+    </menu>    
+    
+    <menu ref="reports"/>
+
+    <menu name="Foundation">
+      <item name="ASF" href="http://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>

Modified: myfaces/tomahawk/trunk/sandbox/core20/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/sandbox/core20/pom.xml?rev=1103976&r1=1103975&r2=1103976&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/sandbox/core20/pom.xml (original)
+++ myfaces/tomahawk/trunk/sandbox/core20/pom.xml Tue May 17 01:26:04 2011
@@ -1,578 +1,629 @@
-<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>
-
-    <artifactId>tomahawk-sandbox20</artifactId>
-    <packaging>jar</packaging>
-    <name>Sandbox Core 20</name>
-    <description>
-        Sandbox is a place to put new JSF 2.0 ideas (components, converters,
-        validators, ...). If the code is good enough, it could be promoted 
-        to tomahawk, myfaces commons or other MyFaces projects.
-    </description>
-
-    <parent>
-        <groupId>org.apache.myfaces.tomahawk</groupId>
-        <artifactId>sandbox-project</artifactId>
-        <version>1.1.11-SNAPSHOT</version>
-    </parent>
-  
-    <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tomahawk/trunk/sandbox/core</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tomahawk/trunk/sandbox/core</developerConnection>
-        <url>http://svn.apache.org/viewcvs.cgi/myfaces/tomahawk/trunk/sandbox/core</url>
-    </scm>
-
-    <dependencies>
-  
-        <!-- compile -->
-
-        <dependency>
-            <groupId>org.apache.myfaces.tomahawk</groupId>
-            <artifactId>tomahawk20</artifactId>
-            <version>${project.version}</version>
-            <scope>compile</scope>
-        </dependency>
-
-        <!-- 
-        <dependency>
-            <groupId>org.springframework</groupId>
-            <artifactId>spring</artifactId>
-            <scope>compile</scope>
-        </dependency>
-         -->
-
-        <dependency>
-            <groupId>commons-logging</groupId>
-            <artifactId>commons-logging</artifactId>
-            <scope>compile</scope>
-        </dependency>
-
-        <dependency>
-            <groupId>commons-validator</groupId>
-            <artifactId>commons-validator</artifactId>
-            <scope>compile</scope>
-        </dependency>
-
-        <dependency>
-            <groupId>commons-collections</groupId>
-            <artifactId>commons-collections</artifactId>
-            <scope>compile</scope>
-        </dependency>
-
-        <dependency>
-            <groupId>javax.validation</groupId>
-            <artifactId>validation-api</artifactId>
-            <version>1.0.0.GA</version>
-            <scope>provided</scope>
-        </dependency>
-
-        <dependency>
-            <groupId>javax.el</groupId>
-            <artifactId>el-api</artifactId>
-            <version>2.1.2-b05</version>
-            <scope>provided</scope>
-        </dependency>
-
-        <!-- 
-        <dependency>
-            <groupId>commons-el</groupId>
-            <artifactId>commons-el</artifactId>
-            <scope>compile</scope>
-        </dependency>
-         -->
-
-        <!-- 
-        <dependency>
-            <groupId>commons-codec</groupId>
-            <artifactId>commons-codec</artifactId>
-            <scope>compile</scope>
-        </dependency>
-         -->
-
-        <dependency>
-            <groupId>commons-lang</groupId>
-            <artifactId>commons-lang</artifactId>
-            <scope>compile</scope>
-        </dependency>
-
-        <!-- 
-        <dependency>
-            <groupId>portlet-api</groupId>
-            <artifactId>portlet-api</artifactId>
-            <version>1.0</version>
-            <scope>provided</scope>
-        </dependency>
-         -->
-         
-        <!-- 
-        <dependency>
-            <groupId>poi</groupId>
-            <artifactId>poi</artifactId>
-            <scope>compile</scope>
-        </dependency>
-         -->
-
-        <!-- provided dependencies -->
-
-        <dependency>
-            <groupId>org.apache.myfaces.core</groupId>
-            <artifactId>myfaces-api</artifactId>
-	    <version>${myfaces-core20-version}</version>
-            <scope>provided</scope>
-        </dependency>
-
-        <dependency>
-            <groupId>javax.servlet.jsp</groupId>
-            <artifactId>jsp-api</artifactId>
-            <version>2.1</version>
-            <scope>provided</scope>
-        </dependency>
-
-        <dependency>
-            <groupId>javax.servlet</groupId>
-            <artifactId>servlet-api</artifactId>
-            <version>2.5</version>
-            <scope>provided</scope>
-        </dependency>
-<!-- 
-        <dependency>
-            <groupId>org.freemarker</groupId>
-            <artifactId>freemarker</artifactId>
-            <scope>compile</scope>
-        </dependency>
-         -->
-        
-        <dependency>
-            <groupId>org.apache.myfaces.buildtools</groupId>
-            <artifactId>myfaces-builder-annotations</artifactId> 
-            <version>${myfaces-builder-annotations-version}</version>
-            <scope>provided</scope>
-        </dependency>
-<!-- 
-    <dependency>
-      <groupId>com.sun.facelets</groupId>
-      <artifactId>jsf-facelets</artifactId>
-      <scope>provided</scope>
-    </dependency>
- -->
- 
-     <!-- 
-     <dependency>
-      <groupId>com.lowagie</groupId>
-      <artifactId>itext</artifactId>
-    </dependency>
-     -->
-    
-    
- 
-        <!-- test dependencies -->
-
-        <dependency>
-            <groupId>org.apache.myfaces.core</groupId>
-            <artifactId>myfaces-impl</artifactId>
-            <version>${myfaces-core20-version}</version>
-            <scope>test</scope>
-        </dependency>
-        
-        <dependency>
-          <groupId>maven-taglib</groupId>
-          <artifactId>maven-taglib-plugin</artifactId>
-          <scope>test</scope>
-        </dependency>
-        
-        <dependency>
-          <groupId>org.apache.myfaces.test</groupId>
-          <artifactId>myfaces-test20</artifactId>
-          <scope>test</scope>
-        </dependency>
-
-    </dependencies>
-
-    <build>
-        <resources>
-            <resource>
-                <directory>src/main/resources</directory>
-                <excludes>
-                   <exclude>**/*.vm</exclude>
-                </excludes>
-            </resource>
-            <!-- 
-            <resource>
-                <directory>target/tomahawk12_resources</directory>
-            </resource>
-             -->
-        </resources>
-        <plugins>
-            <plugin>
-              <groupId>org.codehaus.mojo</groupId>
-              <artifactId>build-helper-maven-plugin</artifactId>
-              <executions>
-                  <execution>
-                      <id>add-source</id>
-                      <phase>generate-sources</phase>
-                      <!-- <phase>process-sources</phase> -->
-                      <goals>
-                          <goal>add-source</goal>
-                      </goals>
-                      <configuration>
-                          <sources>
-                              <source>
-                                  ${project.build.directory}/tomahawk12_sources
-                              </source>
-                          </sources>
-                      </configuration>
-                  </execution>
-              </executions>
-            </plugin>
-
-            <plugin>
-              <groupId>org.apache.myfaces.buildtools</groupId>
-              <artifactId>myfaces-builder-plugin</artifactId>
-              <version>${myfaces-builder-plugin-version}</version>
-              <executions>
-                <!--
-                <execution>
-                  <id>unpack-tomahawk</id>
-                  <phase>generate-sources</phase>
-                  <goals>
-                    <goal>unpack</goal>
-                  </goals>
-                  <configuration>
-                    <scanModel>true</scanModel>
-                    <artifactItems>
-                      <artifactItem>
-                        <groupId>org.apache.myfaces.tomahawk</groupId>
-                        <artifactId>tomahawk-sandbox12</artifactId>
-                        <version>${pom.version}</version>
-                        <classifier>sources</classifier>                   
-                        <outputDirectory>${project.build.directory}/tomahawk12_sources</outputDirectory>
-                        <includes>**/*.java</includes>
-                        <excludes>
-                        **/*.class,**/META-INF/**,
-                        org/apache/myfaces/shared_tomahawk/**/*.java,
-                        org/apache/myfaces/custom/ajaxchildcombobox/**/*.java,
-                        org/apache/myfaces/custom/dialog/**/*.java,
-                        org/apache/myfaces/custom/dojoaddresource/**/*.java,
-                        org/apache/myfaces/custom/dojolayouts/**/*.java,
-                        org/apache/myfaces/custom/effect/**/*.java,
-                        org/apache/myfaces/custom/fisheye/**/*.java,
-                        org/apache/myfaces/custom/focus/**/*.java,
-                        org/apache/myfaces/custom/imageloop/**/*.java,
-                        org/apache/myfaces/custom/ppr/**/*.java,
-                        org/apache/myfaces/custom/statechangednotifier/**/*.java,
-                        org/apache/myfaces/custom/submitOnEvent/**/*.java,
-                        org/apache/myfaces/custom/suggestajax/**/*.java,
-                        org/apache/myfaces/custom/table/**/*.java,
-                        org/apache/myfaces/custom/timednotifier/**/*.java,
-                        org/apache/myfaces/convert/ex/**/*.java,
-                        org/apache/myfaces/custom/ajax/**/*.java,
-                        org/apache/myfaces/custom/autoupdatedatatable/**/*.java,
-                        org/apache/myfaces/custom/clientvalidation/**/*.java,
-                        org/apache/myfaces/custom/comparetovalidator/**/*.java,
-                        org/apache/myfaces/custom/conversation/**/*.java,
-                        org/apache/myfaces/custom/convertboolean/**/*.java,
-                        org/apache/myfaces/custom/convertDateTime/**/*.java,
-                        org/apache/myfaces/custom/convertNumber/**/*.java,
-                        org/apache/myfaces/custom/csvvalidator/**/*.java,
-                        org/apache/myfaces/custom/dynamicResources/**/*.java,
-                        org/apache/myfaces/custom/exporter/**/*.java,
-                        org/apache/myfaces/custom/form/**/*.java,
-                        org/apache/myfaces/custom/globalId/**/*.java,
-                        org/apache/myfaces/custom/graphicimagedynamic/**/*.java,
-                        org/apache/myfaces/custom/inputAjax/**/*.java,
-                        org/apache/myfaces/custom/isbnvalidator/**/*.java,
-                        org/apache/myfaces/custom/outputlinkdynamic/**/*.java,
-                        org/apache/myfaces/custom/redirectTracker/**/*.java,
-                        org/apache/myfaces/custom/renderOne/**/*.java,
-                        org/apache/myfaces/custom/requestParameterProvider/**/*.java,
-                        org/apache/myfaces/custom/scope/**/*.java,
-                        org/apache/myfaces/custom/security/**/*.java,
-                        org/apache/myfaces/custom/suggest/**/*.java,
-                        org/apache/myfaces/custom/urlvalidator/**/*.java,
-                        org/apache/myfaces/custom/util/**/*.java,
-                        org/apache/myfaces/renderkit/**/*.java,
-                        org/apache/myfaces/tomahawk/util/**/*.java,
-                        org/apache/myfaces/validator/ex/**/*.java
-                        </excludes>
-                      </artifactItem>
-                    </artifactItems>
-                  </configuration>
-                </execution>
-                <execution>
-                  <id>unpack-tomahawk-resources</id>
-                  <phase>generate-resources</phase>
-                  <goals>
-                    <goal>unpack</goal>
-                  </goals>
-                  <configuration>
-                    <baseDirectory1>${basedir}/src/main/resources</baseDirectory1>
-                    <artifactItems>
-                      <artifactItem>
-                        <groupId>org.apache.myfaces.tomahawk</groupId>
-                        <artifactId>tomahawk-sandbox12</artifactId>
-                        <version>${pom.version}</version>                                   
-                        <outputDirectory>${project.build.directory}/tomahawk12_resources</outputDirectory>
-                        <excludes>**/*.class,**/META-INF/**,
-                        org/apache/myfaces/custom/ajaxchildcombobox/**,
-                        org/apache/myfaces/custom/dialog/**,
-                        org/apache/myfaces/custom/dojoaddresource/**,
-                        org/apache/myfaces/custom/dojolayouts/**,
-                        org/apache/myfaces/custom/effect/**,
-                        org/apache/myfaces/custom/fisheye/**,
-                        org/apache/myfaces/custom/focus/**,
-                        org/apache/myfaces/custom/imageloop/**,
-                        org/apache/myfaces/custom/ppr/**,
-                        org/apache/myfaces/custom/statechangednotifier/**,
-                        org/apache/myfaces/custom/submitOnEvent/**,
-                        org/apache/myfaces/custom/suggestajax/**,
-                        org/apache/myfaces/custom/table/**,
-                        org/apache/myfaces/custom/timednotifier/**
-                        </excludes>
-                      </artifactItem>
-                    </artifactItems>
-                  </configuration>
-                </execution>
-                -->
-                <execution>
-                  <!-- A hierarchy of different tag classes must be created, 
-                  because this classes are not part of the public api. The
-                  generation of all html package is the same. Please note that
-                  we need only a subset -->
-                  <configuration>
-                      <replacePackagePrefixTagFrom>org.apache.myfaces.taglib</replacePackagePrefixTagFrom>
-                      <replacePackagePrefixTagTo>org.apache.myfaces.shared_tomahawk.taglib</replacePackagePrefixTagTo>
-                  </configuration>
-                  <goals>
-                    <goal>build-metadata</goal>
-                  </goals>
-                </execution>
-                <execution>
-                  <id>makefacesconfig</id>
-                  <configuration>
-                      <templateFile>faces-config20.vm</templateFile>
-                      <xmlFile>META-INF/faces-config.xml</xmlFile>
-                  </configuration>
-                  <goals>
-                      <goal>make-config</goal>
-                  </goals>
-                </execution>
-                <execution>
-                    <id>makecomp</id>
-                    <goals>
-                      <goal>make-components</goal>
-                    </goals>
-                    <configuration>
-                       <jsfVersion>20</jsfVersion>
-                       <templateComponentName>componentClass20.vm</templateComponentName>
-                       <mainSourceDirectory2>${project.build.directory}/tomahawk12_sources</mainSourceDirectory2>
-                    </configuration>
-                </execution>
-                <execution>
-                    <id>makeval</id>
-                    <goals>
-                      <goal>make-validators</goal>
-                    </goals>
-                    <configuration>
-                       <jsfVersion>12</jsfVersion>
-                       <mainSourceDirectory2>${project.build.directory}/tomahawk12_sources</mainSourceDirectory2>
-                    </configuration>
-                </execution>
-                <execution>
-                    <id>make-client-behaviors</id>
-                    <goals>
-                      <goal>make-client-behaviors</goal>
-                    </goals>
-                    <configuration>
-                       <mainSourceDirectory2>${project.build.directory}/tomahawk12_sources</mainSourceDirectory2>
-                    </configuration>
-                </execution>
-                <execution>
-                    <id>maketags</id>
-                    <configuration>
-                       <jsfVersion>12</jsfVersion>
-                       <templateTagName>tagClass12.vm</templateTagName>
-                       <mainSourceDirectory2>${project.build.directory}/tomahawk12_sources</mainSourceDirectory2>
-                    </configuration>
-                    <goals>
-                        <goal>make-tags</goal>
-                    </goals>
-                </execution>
-                <execution>
-                  <id>make_validator_tags_tomahawk</id>
-                  <configuration>
-                      <jsfVersion>12</jsfVersion>
-                  </configuration> 
-                  <goals>
-                      <goal>make-validator-tags</goal>
-                      <goal>make-converter-tags</goal>
-                  </goals>
-                </execution>
-                <execution>
-                  <id>makesandboxtld</id>
-                  <configuration>
-                      <xmlFile>META-INF/myfaces_sandbox.tld</xmlFile>
-                      <xmlBaseFile>src/main/conf/META-INF/myfaces_sandbox-base.tld</xmlBaseFile>
-                      <templateFile>tld-tomahawk20.vm</templateFile>
-                      <params>
-                         <shortname>s</shortname>
-                         <uri>http://myfaces.apache.org/sandbox</uri>
-                         <displayname>Tomahawk sandbox tag library.</displayname>
-                         <description>Enhanced standard JSP actions and custom MyFaces actions.</description>
-                      </params>
-                      <modelIds>
-                          <modelId>tomahawk-sandbox20</modelId>
-                      </modelIds>
-                  </configuration>
-                  <goals>
-                      <goal>make-config</goal>
-                  </goals>
-                </execution>
-                <execution>
-                  <id>makesandboxtaglib</id>
-                  <configuration>
-                      <xmlFile>META-INF/sandbox.taglib.xml</xmlFile>
-                      <xmlBaseFile>src/main/conf/META-INF/facelets-taglib-base.xml</xmlBaseFile>
-                      <templateFile>facelets-taglib20.vm</templateFile>
-                      <params>
-                         <shortname>s</shortname>
-                         <uri>http://myfaces.apache.org/sandbox</uri>
-                      </params>
-                      <modelIds>
-                          <modelId>tomahawk-sandbox20</modelId>
-                      </modelIds>
-                  </configuration>
-                  <goals>
-                      <goal>make-config</goal>
-                  </goals>
-                </execution>
-              </executions>
-            </plugin>
-
-            <plugin>
-                <artifactId>maven-surefire-plugin</artifactId>
-                <version>2.4.2</version>
-                <configuration>
-                    <excludes>
-                        <exclude>**/Abstract*.java</exclude>                    
-                        <exclude>**/TestUtils.java</exclude>
-                    </excludes>
-                </configuration>
-            </plugin>
-            <plugin>
-              <groupId>org.apache.maven.plugins</groupId>
-              <artifactId>maven-compiler-plugin</artifactId>
-              <configuration>
-                <source>1.5</source>
-                <target>1.5</target>
-              </configuration>
-            </plugin>
-        </plugins>
-    </build>
-
-    <reporting>
-        <plugins>
-
-            <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>changelog-maven-plugin</artifactId>
-                <version>2.0-beta-1</version>
-                <reportSets>
-                    <reportSet>
-                        <id>dual-report</id>
-                        <configuration>
-                            <type>range</type>
-                            <range>30</range>
-                        </configuration>
-                        <reports>
-                            <report>changelog</report>
-                            <report>file-activity</report>
-                            <report>dev-activity</report>
-                        </reports>
-                    </reportSet>
-                </reportSets>
-            </plugin>
-
-            <plugin>
-                <artifactId>maven-javadoc-plugin</artifactId>
-                <version>2.4</version>
-                <configuration>
-                    <sourcepath>${basedir}/src/main/java;${basedir}/target/tomahawk12_sources;${basedir}/target/maven-faces-plugin/main/java</sourcepath>
-                </configuration>                
-            </plugin>
-
-            <plugin>
-                <artifactId>maven-jxr-plugin</artifactId>
-                <version>2.1</version>
-            </plugin>
-
-            <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>taglist-maven-plugin</artifactId>
-                <version>2.0</version>
-            </plugin>
-
-            <plugin>
-                <artifactId>maven-surefire-report-plugin</artifactId>
-                <version>2.4</version>
-            </plugin>
-
-        </plugins>
-    </reporting>
-
-    <profiles>
-        <profile>
-            <id>generate-site</id>
-            <reporting>
-                <plugins>
-                    <plugin>
-                        <groupId>net.sourceforge.maven-taglib</groupId>
-                        <artifactId>maven-taglib-plugin</artifactId>
-                        <configuration>
-                            <taglib.src.dir>${basedir}/target/classes/META-INF</taglib.src.dir>
-                            <tldDocDir>${basedir}/target/site/tlddoc</tldDocDir>
-                        </configuration>
-                    </plugin>
-                </plugins>
-            </reporting>
-        </profile>
-        <profile>
-            <id>generate-assembly</id>
-            <activation>
-              <property>
-                <name>performRelease</name>
-                <value>true</value>
-              </property>
-            </activation>
-            <build>
-                <plugins>
-                    <plugin>
-                        <artifactId>maven-javadoc-plugin</artifactId>
-                        <version>2.4</version>
-                        <executions>
-                            <execution>
-                                <id>attach-javadoc</id>
-                                <goals><goal>jar</goal></goals>
-                            </execution>
-                        </executions>
-                    </plugin>
-                    <plugin>
-                        <groupId>net.sourceforge.maven-taglib</groupId>
-                        <artifactId>maven-taglib-plugin</artifactId>
-                        <configuration>
-                            <taglib.src.dir>${basedir}/target/classes/META-INF</taglib.src.dir>
-                            <tldDocDir>${basedir}/target/tlddoc</tldDocDir>
-                        </configuration>
-                        <executions>
-                            <execution>
-                                <id>attach-javadoc</id>
-                                <goals><goal>taglibdocjar</goal></goals>
-                            </execution>
-                        </executions>
-                    </plugin>
-                </plugins>
-            </build>
-        </profile>
-    </profiles>
-
-</project>
+<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>
+
+    <artifactId>tomahawk-sandbox20</artifactId>
+    <packaging>jar</packaging>
+    <name>Sandbox Core 20</name>
+    <description>
+        Sandbox is a place to put new JSF 2.0 ideas (components, converters,
+        validators, ...). If the code is good enough, it could be promoted 
+        to tomahawk, myfaces commons or other MyFaces projects.
+    </description>
+
+    <parent>
+        <groupId>org.apache.myfaces.tomahawk</groupId>
+        <artifactId>sandbox-project</artifactId>
+        <version>1.1.11-SNAPSHOT</version>
+    </parent>
+  
+    <scm>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tomahawk/trunk/sandbox/core</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tomahawk/trunk/sandbox/core</developerConnection>
+        <url>http://svn.apache.org/viewcvs.cgi/myfaces/tomahawk/trunk/sandbox/core</url>
+    </scm>
+
+    <dependencies>
+  
+        <!-- compile -->
+
+        <dependency>
+            <groupId>org.apache.myfaces.tomahawk</groupId>
+            <artifactId>tomahawk20</artifactId>
+            <version>${project.version}</version>
+            <scope>compile</scope>
+        </dependency>
+
+        <!-- 
+        <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring</artifactId>
+            <scope>compile</scope>
+        </dependency>
+         -->
+
+        <dependency>
+            <groupId>commons-logging</groupId>
+            <artifactId>commons-logging</artifactId>
+            <scope>compile</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>commons-validator</groupId>
+            <artifactId>commons-validator</artifactId>
+            <scope>compile</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>commons-collections</groupId>
+            <artifactId>commons-collections</artifactId>
+            <scope>compile</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>javax.validation</groupId>
+            <artifactId>validation-api</artifactId>
+            <version>1.0.0.GA</version>
+            <scope>provided</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>javax.el</groupId>
+            <artifactId>el-api</artifactId>
+            <version>2.1.2-b05</version>
+            <scope>provided</scope>
+        </dependency>
+
+        <!-- 
+        <dependency>
+            <groupId>commons-el</groupId>
+            <artifactId>commons-el</artifactId>
+            <scope>compile</scope>
+        </dependency>
+         -->
+
+        <!-- 
+        <dependency>
+            <groupId>commons-codec</groupId>
+            <artifactId>commons-codec</artifactId>
+            <scope>compile</scope>
+        </dependency>
+         -->
+
+        <dependency>
+            <groupId>commons-lang</groupId>
+            <artifactId>commons-lang</artifactId>
+            <scope>compile</scope>
+        </dependency>
+
+        <!-- 
+        <dependency>
+            <groupId>portlet-api</groupId>
+            <artifactId>portlet-api</artifactId>
+            <version>1.0</version>
+            <scope>provided</scope>
+        </dependency>
+         -->
+         
+        <!-- 
+        <dependency>
+            <groupId>poi</groupId>
+            <artifactId>poi</artifactId>
+            <scope>compile</scope>
+        </dependency>
+         -->
+
+        <!-- provided dependencies -->
+
+        <dependency>
+            <groupId>org.apache.myfaces.core</groupId>
+            <artifactId>myfaces-api</artifactId>
+	    <version>${myfaces-core20-version}</version>
+            <scope>provided</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>javax.servlet.jsp</groupId>
+            <artifactId>jsp-api</artifactId>
+            <version>2.1</version>
+            <scope>provided</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>javax.servlet</groupId>
+            <artifactId>servlet-api</artifactId>
+            <version>2.5</version>
+            <scope>provided</scope>
+        </dependency>
+<!-- 
+        <dependency>
+            <groupId>org.freemarker</groupId>
+            <artifactId>freemarker</artifactId>
+            <scope>compile</scope>
+        </dependency>
+         -->
+        
+        <dependency>
+            <groupId>org.apache.myfaces.buildtools</groupId>
+            <artifactId>myfaces-builder-annotations</artifactId> 
+            <version>${myfaces-builder-annotations-version}</version>
+            <scope>provided</scope>
+        </dependency>
+<!-- 
+    <dependency>
+      <groupId>com.sun.facelets</groupId>
+      <artifactId>jsf-facelets</artifactId>
+      <scope>provided</scope>
+    </dependency>
+ -->
+ 
+     <!-- 
+     <dependency>
+      <groupId>com.lowagie</groupId>
+      <artifactId>itext</artifactId>
+    </dependency>
+     -->
+
+        <!-- test dependencies -->
+
+        <dependency>
+            <groupId>org.apache.myfaces.core</groupId>
+            <artifactId>myfaces-impl</artifactId>
+            <version>${myfaces-core20-version}</version>
+            <scope>test</scope>
+        </dependency>
+        
+        <dependency>
+          <groupId>maven-taglib</groupId>
+          <artifactId>maven-taglib-plugin</artifactId>
+          <scope>test</scope>
+        </dependency>
+        
+        <dependency>
+          <groupId>org.apache.myfaces.test</groupId>
+          <artifactId>myfaces-test20</artifactId>
+          <scope>test</scope>
+        </dependency>
+
+    </dependencies>
+
+    <build>
+        <resources>
+            <resource>
+                <directory>src/main/resources</directory>
+                <excludes>
+                   <exclude>**/*.vm</exclude>
+                </excludes>
+            </resource>
+            <!-- 
+            <resource>
+                <directory>target/tomahawk12_resources</directory>
+            </resource>
+             -->
+        </resources>
+        <plugins>
+            <plugin>
+              <groupId>org.codehaus.mojo</groupId>
+              <artifactId>build-helper-maven-plugin</artifactId>
+              <executions>
+                  <execution>
+                      <id>add-source</id>
+                      <phase>generate-sources</phase>
+                      <!-- <phase>process-sources</phase> -->
+                      <goals>
+                          <goal>add-source</goal>
+                      </goals>
+                      <configuration>
+                          <sources>
+                              <source>
+                                  ${project.build.directory}/tomahawk12_sources
+                              </source>
+                          </sources>
+                      </configuration>
+                  </execution>
+              </executions>
+            </plugin>
+
+            <plugin>
+              <groupId>org.apache.myfaces.buildtools</groupId>
+              <artifactId>myfaces-builder-plugin</artifactId>
+              <version>${myfaces-builder-plugin-version}</version>
+              <executions>
+                <!--
+                <execution>
+                  <id>unpack-tomahawk</id>
+                  <phase>generate-sources</phase>
+                  <goals>
+                    <goal>unpack</goal>
+                  </goals>
+                  <configuration>
+                    <scanModel>true</scanModel>
+                    <artifactItems>
+                      <artifactItem>
+                        <groupId>org.apache.myfaces.tomahawk</groupId>
+                        <artifactId>tomahawk-sandbox12</artifactId>
+                        <version>${pom.version}</version>
+                        <classifier>sources</classifier>                   
+                        <outputDirectory>${project.build.directory}/tomahawk12_sources</outputDirectory>
+                        <includes>**/*.java</includes>
+                        <excludes>
+                        **/*.class,**/META-INF/**,
+                        org/apache/myfaces/shared_tomahawk/**/*.java,
+                        org/apache/myfaces/custom/ajaxchildcombobox/**/*.java,
+                        org/apache/myfaces/custom/dialog/**/*.java,
+                        org/apache/myfaces/custom/dojoaddresource/**/*.java,
+                        org/apache/myfaces/custom/dojolayouts/**/*.java,
+                        org/apache/myfaces/custom/effect/**/*.java,
+                        org/apache/myfaces/custom/fisheye/**/*.java,
+                        org/apache/myfaces/custom/focus/**/*.java,
+                        org/apache/myfaces/custom/imageloop/**/*.java,
+                        org/apache/myfaces/custom/ppr/**/*.java,
+                        org/apache/myfaces/custom/statechangednotifier/**/*.java,
+                        org/apache/myfaces/custom/submitOnEvent/**/*.java,
+                        org/apache/myfaces/custom/suggestajax/**/*.java,
+                        org/apache/myfaces/custom/table/**/*.java,
+                        org/apache/myfaces/custom/timednotifier/**/*.java,
+                        org/apache/myfaces/convert/ex/**/*.java,
+                        org/apache/myfaces/custom/ajax/**/*.java,
+                        org/apache/myfaces/custom/autoupdatedatatable/**/*.java,
+                        org/apache/myfaces/custom/clientvalidation/**/*.java,
+                        org/apache/myfaces/custom/comparetovalidator/**/*.java,
+                        org/apache/myfaces/custom/conversation/**/*.java,
+                        org/apache/myfaces/custom/convertboolean/**/*.java,
+                        org/apache/myfaces/custom/convertDateTime/**/*.java,
+                        org/apache/myfaces/custom/convertNumber/**/*.java,
+                        org/apache/myfaces/custom/csvvalidator/**/*.java,
+                        org/apache/myfaces/custom/dynamicResources/**/*.java,
+                        org/apache/myfaces/custom/exporter/**/*.java,
+                        org/apache/myfaces/custom/form/**/*.java,
+                        org/apache/myfaces/custom/globalId/**/*.java,
+                        org/apache/myfaces/custom/graphicimagedynamic/**/*.java,
+                        org/apache/myfaces/custom/inputAjax/**/*.java,
+                        org/apache/myfaces/custom/isbnvalidator/**/*.java,
+                        org/apache/myfaces/custom/outputlinkdynamic/**/*.java,
+                        org/apache/myfaces/custom/redirectTracker/**/*.java,
+                        org/apache/myfaces/custom/renderOne/**/*.java,
+                        org/apache/myfaces/custom/requestParameterProvider/**/*.java,
+                        org/apache/myfaces/custom/scope/**/*.java,
+                        org/apache/myfaces/custom/security/**/*.java,
+                        org/apache/myfaces/custom/suggest/**/*.java,
+                        org/apache/myfaces/custom/urlvalidator/**/*.java,
+                        org/apache/myfaces/custom/util/**/*.java,
+                        org/apache/myfaces/renderkit/**/*.java,
+                        org/apache/myfaces/tomahawk/util/**/*.java,
+                        org/apache/myfaces/validator/ex/**/*.java
+                        </excludes>
+                      </artifactItem>
+                    </artifactItems>
+                  </configuration>
+                </execution>
+                <execution>
+                  <id>unpack-tomahawk-resources</id>
+                  <phase>generate-resources</phase>
+                  <goals>
+                    <goal>unpack</goal>
+                  </goals>
+                  <configuration>
+                    <baseDirectory1>${basedir}/src/main/resources</baseDirectory1>
+                    <artifactItems>
+                      <artifactItem>
+                        <groupId>org.apache.myfaces.tomahawk</groupId>
+                        <artifactId>tomahawk-sandbox12</artifactId>
+                        <version>${pom.version}</version>                                   
+                        <outputDirectory>${project.build.directory}/tomahawk12_resources</outputDirectory>
+                        <excludes>**/*.class,**/META-INF/**,
+                        org/apache/myfaces/custom/ajaxchildcombobox/**,
+                        org/apache/myfaces/custom/dialog/**,
+                        org/apache/myfaces/custom/dojoaddresource/**,
+                        org/apache/myfaces/custom/dojolayouts/**,
+                        org/apache/myfaces/custom/effect/**,
+                        org/apache/myfaces/custom/fisheye/**,
+                        org/apache/myfaces/custom/focus/**,
+                        org/apache/myfaces/custom/imageloop/**,
+                        org/apache/myfaces/custom/ppr/**,
+                        org/apache/myfaces/custom/statechangednotifier/**,
+                        org/apache/myfaces/custom/submitOnEvent/**,
+                        org/apache/myfaces/custom/suggestajax/**,
+                        org/apache/myfaces/custom/table/**,
+                        org/apache/myfaces/custom/timednotifier/**
+                        </excludes>
+                      </artifactItem>
+                    </artifactItems>
+                  </configuration>
+                </execution>
+                -->
+                <execution>
+                  <!-- A hierarchy of different tag classes must be created, 
+                  because this classes are not part of the public api. The
+                  generation of all html package is the same. Please note that
+                  we need only a subset -->
+                  <configuration>
+                      <replacePackagePrefixTagFrom>org.apache.myfaces.taglib</replacePackagePrefixTagFrom>
+                      <replacePackagePrefixTagTo>org.apache.myfaces.shared_tomahawk.taglib</replacePackagePrefixTagTo>
+                  </configuration>
+                  <goals>
+                    <goal>build-metadata</goal>
+                  </goals>
+                </execution>
+                <execution>
+                  <id>makefacesconfig</id>
+                  <configuration>
+                      <templateFile>faces-config20.vm</templateFile>
+                      <xmlFile>META-INF/faces-config.xml</xmlFile>
+                  </configuration>
+                  <goals>
+                      <goal>make-config</goal>
+                  </goals>
+                </execution>
+                <execution>
+                    <id>makecomp</id>
+                    <goals>
+                      <goal>make-components</goal>
+                    </goals>
+                    <configuration>
+                       <jsfVersion>20</jsfVersion>
+                       <templateComponentName>componentClass20.vm</templateComponentName>
+                       <mainSourceDirectory2>${project.build.directory}/tomahawk12_sources</mainSourceDirectory2>
+                    </configuration>
+                </execution>
+                <execution>
+                    <id>makeval</id>
+                    <goals>
+                      <goal>make-validators</goal>
+                    </goals>
+                    <configuration>
+                       <jsfVersion>12</jsfVersion>
+                       <mainSourceDirectory2>${project.build.directory}/tomahawk12_sources</mainSourceDirectory2>
+                    </configuration>
+                </execution>
+                <execution>
+                    <id>make-client-behaviors</id>
+                    <goals>
+                      <goal>make-client-behaviors</goal>
+                    </goals>
+                    <configuration>
+                       <mainSourceDirectory2>${project.build.directory}/tomahawk12_sources</mainSourceDirectory2>
+                    </configuration>
+                </execution>
+                <execution>
+                    <id>maketags</id>
+                    <configuration>
+                       <jsfVersion>12</jsfVersion>
+                       <templateTagName>tagClass12.vm</templateTagName>
+                       <mainSourceDirectory2>${project.build.directory}/tomahawk12_sources</mainSourceDirectory2>
+                    </configuration>
+                    <goals>
+                        <goal>make-tags</goal>
+                    </goals>
+                </execution>
+                <execution>
+                  <id>make_validator_tags_tomahawk</id>
+                  <configuration>
+                      <jsfVersion>12</jsfVersion>
+                  </configuration> 
+                  <goals>
+                      <goal>make-validator-tags</goal>
+                      <goal>make-converter-tags</goal>
+                  </goals>
+                </execution>
+                <execution>
+                  <id>makesandboxtld</id>
+                  <configuration>
+                      <xmlFile>META-INF/myfaces_sandbox.tld</xmlFile>
+                      <xmlBaseFile>src/main/conf/META-INF/myfaces_sandbox-base.tld</xmlBaseFile>
+                      <templateFile>tld-tomahawk20.vm</templateFile>
+                      <params>
+                         <shortname>s</shortname>
+                         <uri>http://myfaces.apache.org/sandbox</uri>
+                         <displayname>Tomahawk sandbox tag library.</displayname>
+                         <description>Sandbox is a place to put new JSF 2.0 ideas.</description>
+                      </params>
+                      <modelIds>
+                          <modelId>tomahawk-sandbox20</modelId>
+                      </modelIds>
+                  </configuration>
+                  <goals>
+                      <goal>make-config</goal>
+                  </goals>
+                </execution>
+                <execution>
+                  <id>make_sandbox_facelets_tld</id>
+                  <configuration>
+                      <outputDirectory>${project.build.directory}/tlddoc-facelets</outputDirectory>
+                      <xmlFile>tomahawk_facelets.tld</xmlFile>
+                      <xmlBaseFile>src/main/conf/META-INF/myfaces_sandbox-facelets-base.tld</xmlBaseFile>
+                      <templateFile>tld-facelets-tomahawk20.vm</templateFile>
+                      <params>
+                         <shortname>s</shortname>
+                         <uri>http://myfaces.apache.org/sandbox</uri>
+                         <displayname>Tomahawk sandbox tag library.</displayname>
+                         <description>Sandbox is a place to put new JSF 2.0 ideas.</description>
+                      </params>
+                      <modelIds>
+                          <modelId>tomahawk-sandbox20</modelId>
+                      </modelIds>
+                  </configuration>
+                  <goals>
+                      <goal>make-config</goal>
+                  </goals>
+                </execution>
+                <execution>
+                  <id>makesandboxtaglib</id>
+                  <configuration>
+                      <xmlFile>META-INF/sandbox.taglib.xml</xmlFile>
+                      <xmlBaseFile>src/main/conf/META-INF/facelets-taglib-base.xml</xmlBaseFile>
+                      <templateFile>facelets-taglib20.vm</templateFile>
+                      <params>
+                         <shortname>s</shortname>
+                         <uri>http://myfaces.apache.org/sandbox</uri>
+                      </params>
+                      <modelIds>
+                          <modelId>tomahawk-sandbox20</modelId>
+                      </modelIds>
+                  </configuration>
+                  <goals>
+                      <goal>make-config</goal>
+                  </goals>
+                </execution>
+              </executions>
+            </plugin>
+            <plugin>
+              <artifactId>maven-surefire-plugin</artifactId>
+              <version>2.4.2</version>
+              <configuration>
+                  <excludes>
+                      <exclude>**/Abstract*.java</exclude>
+                      <exclude>**/TestUtils.java</exclude>
+                  </excludes>
+              </configuration>
+            </plugin>
+            <plugin>
+              <groupId>org.apache.maven.plugins</groupId>
+              <artifactId>maven-compiler-plugin</artifactId>
+              <configuration>
+                <source>1.5</source>
+                <target>1.5</target>
+              </configuration>
+            </plugin>
+        </plugins>
+    </build>
+
+    <reporting>
+        <plugins>
+
+            <plugin>
+                <artifactId>maven-changelog-plugin</artifactId>
+                <version>2.1</version>
+                <reportSets>
+                    <reportSet>
+                        <id>dual-report</id>
+                        <configuration>
+                            <type>range</type>
+                            <range>30</range>
+                        </configuration>
+                        <reports>
+                            <report>changelog</report>
+                            <report>file-activity</report>
+                            <report>dev-activity</report>
+                        </reports>
+                    </reportSet>
+                </reportSets>
+            </plugin>
+
+            <plugin>
+                <artifactId>maven-javadoc-plugin</artifactId>
+                <version>2.4</version>
+                <configuration>
+                    <sourcepath>${basedir}/src/main/java;${basedir}/target/tomahawk12_sources;${basedir}/target/maven-faces-plugin/main/java</sourcepath>
+                </configuration>                
+            </plugin>
+
+            <plugin>
+                <artifactId>maven-jxr-plugin</artifactId>
+                <version>2.1</version>
+            </plugin>
+
+            <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>taglist-maven-plugin</artifactId>
+                <version>2.0</version>
+            </plugin>
+
+            <plugin>
+                <artifactId>maven-surefire-report-plugin</artifactId>
+                <version>2.4</version>
+            </plugin>
+
+        </plugins>
+    </reporting>
+
+    <profiles>
+        <profile>
+            <id>generate-site</id>
+            <build>
+                <plugins>
+                    <plugin>
+                        <!-- Generate report content -->
+                        <groupId>org.apache.myfaces.buildtools</groupId>
+                        <artifactId>myfaces-builder-plugin</artifactId>
+                        <version>${myfaces-builder-plugin-version}</version>
+                        <configuration>
+                            <taglibs>
+                                <s>http://myfaces.apache.org/sandbox</s>
+                            </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>${basedir}/target/classes/META-INF</taglib.src.dir -->
+                            <taglib.src.dir>${basedir}/target/tlddoc-facelets</taglib.src.dir>
+                            <tldDocDir>${basedir}/target/site/tlddoc</tldDocDir>
+                        </configuration>
+                    </plugin>
+                    <plugin>
+                        <!-- Generate report index -->
+                        <groupId>org.apache.myfaces.buildtools</groupId>
+                        <artifactId>myfaces-builder-plugin</artifactId>
+                        <version>${myfaces-builder-plugin-version}</version>
+                        <configuration>
+                            <taglibs>
+                                <s>http://myfaces.apache.org/sandbox</s>
+                            </taglibs>
+                        </configuration>
+                    </plugin>                    
+                </plugins>
+            </reporting>
+        </profile>
+        <profile>
+            <id>generate-assembly</id>
+            <activation>
+              <property>
+                <name>performRelease</name>
+                <value>true</value>
+              </property>
+            </activation>
+            <build>
+                <plugins>
+                    <plugin>
+                        <artifactId>maven-javadoc-plugin</artifactId>
+                        <version>2.4</version>
+                        <executions>
+                            <execution>
+                                <id>attach-javadoc</id>
+                                <goals><goal>jar</goal></goals>
+                            </execution>
+                        </executions>
+                    </plugin>
+                    <plugin>
+                        <groupId>net.sourceforge.maven-taglib</groupId>
+                        <artifactId>maven-taglib-plugin</artifactId>
+                        <configuration>
+                            <taglib.src.dir>${basedir}/target/classes/META-INF</taglib.src.dir>
+                            <tldDocDir>${basedir}/target/tlddoc</tldDocDir>
+                        </configuration>
+                        <executions>
+                            <execution>
+                                <id>attach-javadoc</id>
+                                <goals><goal>taglibdocjar</goal></goals>
+                            </execution>
+                        </executions>
+                    </plugin>
+                </plugins>
+            </build>
+        </profile>
+    </profiles>
+
+</project>

Added: myfaces/tomahawk/trunk/sandbox/core20/src/site/site.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/sandbox/core20/src/site/site.xml?rev=1103976&view=auto
==============================================================================
--- myfaces/tomahawk/trunk/sandbox/core20/src/site/site.xml (added)
+++ myfaces/tomahawk/trunk/sandbox/core20/src/site/site.xml Tue May 17 01:26:04 2011
@@ -0,0 +1,90 @@
+<?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="MyFaces Sandbox">
+
+  <bannerLeft>
+    <name>Apache MyFaces Sandbox</name>
+    <src>img/banners/MyFaces_logo.jpg</src>
+    <href>http://myfaces.apache.org/</href>
+  </bannerLeft>
+    
+  <bannerRight>
+    <name>Apache Banner</name>
+    <src>img/banners/apache_banner.png</src>
+    <href>http://myfaces.apache.org/</href>
+  </bannerRight>
+    
+  <publishDate format="dd MMM yyyy" />
+    
+  <skin>
+    <groupId>org.apache.myfaces.maven</groupId>
+    <artifactId>myfaces-site-skin</artifactId>
+    <version>3</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 Tomahawk" href="http://myfaces.apache.org/tomahawk/download.html"/>
+    </links>
+    
+    <menu name="MyFaces Projects">
+      <item name="Overview" href="http://myfaces.apache.org/index.html"/>
+      <item name="Core JSF-1.1"   href="http://myfaces.apache.org/core11/index.html" collapse="true">
+        <item name="dummy"        href="dummy"/>
+      </item>
+      <item name="Core JSF-1.2"   href="http://myfaces.apache.org/core12/index.html" collapse="true">
+        <item name="dummy"        href="dummy"/>
+      </item>
+      <item name="Core JSF-2.0"   href="http://myfaces.apache.org/core20/index.html" collapse="true">
+        <item name="dummy"        href="dummy"/>
+      </item>
+      <item name="Trinidad" href="http://myfaces.apache.org/trinidad/index.html"/>
+      <item name="Tobago" href="http://myfaces.apache.org/tobago/index.html"/>
+      <item name="Tomahawk" href="http://myfaces.apache.org/tomahawk/index.html" collapse="true">
+        <item name="dummy"        href="dummy"/>
+      </item>
+      <item name="Sandbox" href="http://myfaces.apache.org/sandbox/index.html">
+        <item name="Sandbox for JSF 1.1" href="http://myfaces.apache.org/sandbox-project/tomahawk-sandbox/index.html"/>
+        <item name="Sandbox for JSF 1.2" href="http://myfaces.apache.org/sandbox-project/tomahawk-sandbox12/index.html"/>
+        <item name="Sandbox for JSF 2.0" href="http://myfaces.apache.org/sandbox-project/tomahawk-sandbox20/index.html"/>
+      </item>
+      <item name="Orchestra" href="http://myfaces.apache.org/orchestra/index.html"/>
+      <item name="Portlet Bridge" href="http://myfaces.apache.org/portlet-bridge/index.html"/>
+      <item name="ExtVal"         href="http://myfaces.apache.org/extensions/validator/index.html"/>
+      <item name="Commons"        href="http://myfaces.apache.org/commons/index.html"/>
+      <item name="Test"           href="http://myfaces.apache.org/test/index.html"/>
+      <item name="Others"         href="http://myfaces.apache.org/otherProjects.html"/>
+    </menu>
+        
+    <menu name="Documentation">
+      <item name="JSF Tag Documentation 2.0" href="tagdoc.html"/>
+      <item name="Tag Library Documentation" href="tlddoc/index.html"/>
+      <item name="Api Documentation" href="apidocs/index.html"/>
+    </menu>    
+    
+    <menu ref="reports"/>
+
+    <menu name="Foundation">
+      <item name="ASF" href="http://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>

Modified: myfaces/tomahawk/trunk/sandbox/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/sandbox/pom.xml?rev=1103976&r1=1103975&r2=1103976&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/sandbox/pom.xml (original)
+++ myfaces/tomahawk/trunk/sandbox/pom.xml Tue May 17 01:26:04 2011
@@ -4,10 +4,10 @@
   <artifactId>sandbox-project</artifactId>
   <packaging>pom</packaging>
   <name>Sandbox Project</name>
-  <url>http://myfaces.apache.org/sandbox</url>
   <description>
     This is the MyFaces Sandbox Subproject Description [INSERT MORE STUFF HERE]
   </description>
+  <url>http://myfaces.apache.org/sandbox-project</url>
 
   <parent>
     <groupId>org.apache.myfaces.tomahawk</groupId>
@@ -35,6 +35,12 @@
         <module>assembly</module>
       </modules>
     </profile>
+    <profile>
+      <id>generate-site</id>
+      <modules>
+        <module>site</module>
+      </modules>
+    </profile>
   </profiles>
 
   <modules>
@@ -91,6 +97,31 @@
                 </executions>
             </plugin>    
         </plugins>
-    </build>	  
+    </build>	
+
+  <distributionManagement>
+    <site>
+      <id>apache-site</id>
+      <name>Apache Website</name>
+      <url>scpexe://people.apache.org/www/myfaces.apache.org/sandbox-project/</url>
+    </site>
+  </distributionManagement>
+
+
+<!--
+  <reporting>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-checkstyle-plugin</artifactId>
+        <version>2.2</version>
+        <configuration>
+          <configLocation>default/myfaces-checks-standard.xml</configLocation>
+          <headerLocation>default/myfaces-header.txt</headerLocation>
+        </configuration>
+      </plugin>
+    </plugins>
+  </reporting>  
+-->
 
 </project>

Propchange: myfaces/tomahawk/trunk/sandbox/site/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Tue May 17 01:26:04 2011
@@ -0,0 +1,12 @@
+*.iml
+*.ipr
+*.iws
+*.jdbc
+.classpath
+.externalToolBuilders
+.project
+.settings
+derby.log
+maven-eclipse.xml
+myfacesOrchestraDB
+target

Added: myfaces/tomahawk/trunk/sandbox/site/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/sandbox/site/pom.xml?rev=1103976&view=auto
==============================================================================
--- myfaces/tomahawk/trunk/sandbox/site/pom.xml (added)
+++ myfaces/tomahawk/trunk/sandbox/site/pom.xml Tue May 17 01:26:04 2011
@@ -0,0 +1,44 @@
+<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.tomahawk</groupId>
+      <artifactId>sandbox-project</artifactId>
+      <version>1.1.11-SNAPSHOT</version>
+  </parent>
+    
+  <groupId>org.apache.myfaces.tomahawk</groupId>
+  <artifactId>sandbox-site</artifactId>
+  <packaging>pom</packaging>
+  <name>Sandbox Core</name>
+  <description>
+        The Tomahawk Sandbox is a collection of experimental code that might some day be promoted into
+        the Tomahawk library (or possibly some other Myfaces project). The code here is freely available
+        under the normal ASF license. However there is no guarantee of API stability or continued maintenance
+        for any code that is in the sandbox.
+  </description>
+  <url>http://myfaces.apache.org/sandbox</url>
+
+  <distributionManagement>
+    <site>
+      <id>apache-site</id>
+      <name>Apache Website</name>
+      <url>scpexe://people.apache.org/www/myfaces.apache.org/sandbox/</url>
+    </site>
+  </distributionManagement>
+
+  <reporting>
+    <plugins>
+      <plugin>
+        <artifactId>maven-project-info-reports-plugin</artifactId>
+        <version>2.1</version>
+        <configuration>
+          <checkoutDirectoryName>sandbox</checkoutDirectoryName>
+          <anonymousConnection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tomahawk/trunk/sandbox</anonymousConnection>
+          <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tomahawk/trunk/sandbox</developerConnection>
+          <webAccessUrl>http://svn.apache.org/viewcvs.cgi/myfaces/tomahawk/trunk/sandbox</webAccessUrl>
+        </configuration>
+      </plugin>
+    </plugins>
+  </reporting>
+</project>
\ No newline at end of file

Added: myfaces/tomahawk/trunk/sandbox/site/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/sandbox/site/src/site/apt/index.apt?rev=1103976&view=auto
==============================================================================
--- myfaces/tomahawk/trunk/sandbox/site/src/site/apt/index.apt (added)
+++ myfaces/tomahawk/trunk/sandbox/site/src/site/apt/index.apt Tue May 17 01:26:04 2011
@@ -0,0 +1,16 @@
+ ------
+ Apache MyFaces - Sandbox
+ ------
+
+Summary
+
+	See also the component section of our {{{http://wiki.apache.org/myfaces/MyFacesComponents}WIKI}}	
+	(might be more complete than the information here).
+
+	The sandbox is a MyFaces subproject that is a testing ground for potential new additions to the Tomahawk project.  It 
+	primarily consists of components, but like the Tomahawk project, it can also contain validators and other useful JSF 
+	"goodies."
+
+	These components are a work in progress.  In many cases they are checked in without being 100% feature complete.  Testing 
+	is generally minimal and there is no guarantee that something you use in sandbox will ever be promoted to an official 
+	release in Tomahawk.

Added: myfaces/tomahawk/trunk/sandbox/site/src/site/site.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/sandbox/site/src/site/site.xml?rev=1103976&view=auto
==============================================================================
--- myfaces/tomahawk/trunk/sandbox/site/src/site/site.xml (added)
+++ myfaces/tomahawk/trunk/sandbox/site/src/site/site.xml Tue May 17 01:26:04 2011
@@ -0,0 +1,95 @@
+<?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="MyFaces Sandbox">
+
+  <bannerLeft>
+    <name>Apache MyFaces Sandbox</name>
+    <src>img/banners/MyFaces_logo.jpg</src>
+    <href>http://myfaces.apache.org/</href>
+  </bannerLeft>
+    
+  <bannerRight>
+    <name>Apache Banner</name>
+    <src>img/banners/apache_banner.png</src>
+    <href>http://myfaces.apache.org/</href>
+  </bannerRight>
+    
+  <publishDate format="dd MMM yyyy" />
+    
+  <skin>
+    <groupId>org.apache.myfaces.maven</groupId>
+    <artifactId>myfaces-site-skin</artifactId>
+    <version>3</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 Tomahawk" href="http://myfaces.apache.org/tomahawk/download.html"/>
+    </links>
+    
+    <menu name="MyFaces Projects">
+      <item name="Overview" href="http://myfaces.apache.org/index.html"/>
+      <item name="Core JSF-1.1"   href="http://myfaces.apache.org/core11/index.html" collapse="true">
+        <item name="dummy"        href="dummy"/>
+      </item>
+      <item name="Core JSF-1.2"   href="http://myfaces.apache.org/core12/index.html" collapse="true">
+        <item name="dummy"        href="dummy"/>
+      </item>
+      <item name="Core JSF-2.0"   href="http://myfaces.apache.org/core20/index.html" collapse="true">
+        <item name="dummy"        href="dummy"/>
+      </item>
+      <item name="Trinidad" href="http://myfaces.apache.org/trinidad/index.html"/>
+      <item name="Tobago" href="http://myfaces.apache.org/tobago/index.html"/>
+      <item name="Tomahawk" href="http://myfaces.apache.org/tomahawk/index.html" collapse="true">
+        <item name="dummy"        href="dummy"/>
+      </item>
+      <item name="Sandbox" href="http://myfaces.apache.org/sandbox/index.html">
+        <item name="Sandbox for JSF 1.1" href="http://myfaces.apache.org/sandbox-project/tomahawk-sandbox/index.html"/>
+        <item name="Sandbox for JSF 1.2" href="http://myfaces.apache.org/sandbox-project/tomahawk-sandbox12/index.html"/>
+        <item name="Sandbox for JSF 2.0" href="http://myfaces.apache.org/sandbox-project/tomahawk-sandbox20/index.html"/>
+      </item>
+      <item name="Orchestra" href="http://myfaces.apache.org/orchestra/index.html"/>
+      <item name="Portlet Bridge" href="http://myfaces.apache.org/portlet-bridge/index.html"/>
+      <item name="ExtVal"         href="http://myfaces.apache.org/extensions/validator/index.html"/>
+      <item name="Commons"        href="http://myfaces.apache.org/commons/index.html"/>
+      <item name="Test"           href="http://myfaces.apache.org/test/index.html"/>
+      <item name="Others"         href="http://myfaces.apache.org/otherProjects.html"/>
+    </menu>
+        
+    <menu name="Documentation">
+      <item name="JSF Tag Documentation 1.1" href="http://myfaces.apache.org/sandbox-project/tomahawk-sandbox/tagdoc.html"/>
+      <item name="JSF Tag Documentation 1.2" href="http://myfaces.apache.org/sandbox-project/tomahawk-sandbox12/tagdoc.html"/>
+      <item name="JSF Tag Documentation 2.0" href="http://myfaces.apache.org/sandbox-project/tomahawk-sandbox20/tagdoc.html"/>
+    </menu>    
+    
+    <menu ref="reports"/>
+
+    <menu name="Testing">
+      <item name="OpenQA Selenium" href="http://myfaces.apache.org/tomahawk/testing/selenium.html"/>
+      <item name="Autoriginate HostedQA" href="http://myfaces.apache.org/tomahawk/testing/hostedqa.html"/>
+    </menu>
+    
+    <menu name="Foundation">
+      <item name="ASF" href="http://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>