You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by st...@apache.org on 2010/06/04 22:58:15 UTC

svn commit: r951566 - in /openwebbeans/trunk: src/site/ webbeans-ee-common/src/site/ webbeans-ee/src/site/ webbeans-ejb/src/site/ webbeans-el10/src/site/ webbeans-impl/ webbeans-jms/src/site/ webbeans-jsf/src/site/ webbeans-jsf12/src/site/ webbeans-ope...

Author: struberg
Date: Fri Jun  4 20:58:14 2010
New Revision: 951566

URL: http://svn.apache.org/viewvc?rev=951566&view=rev
Log:
OWB-390 cleanup site generation

Added:
    openwebbeans/trunk/webbeans-ee-common/src/site/
    openwebbeans/trunk/webbeans-ee-common/src/site/site.xml
    openwebbeans/trunk/webbeans-ee/src/site/
    openwebbeans/trunk/webbeans-ee/src/site/site.xml
    openwebbeans/trunk/webbeans-ejb/src/site/
    openwebbeans/trunk/webbeans-ejb/src/site/site.xml
    openwebbeans/trunk/webbeans-el10/src/site/
    openwebbeans/trunk/webbeans-el10/src/site/site.xml
    openwebbeans/trunk/webbeans-jms/src/site/
    openwebbeans/trunk/webbeans-jms/src/site/site.xml
    openwebbeans/trunk/webbeans-jsf/src/site/
    openwebbeans/trunk/webbeans-jsf/src/site/site.xml
    openwebbeans/trunk/webbeans-jsf12/src/site/
    openwebbeans/trunk/webbeans-jsf12/src/site/site.xml
    openwebbeans/trunk/webbeans-openejb/src/site/
    openwebbeans/trunk/webbeans-openejb/src/site/site.xml
    openwebbeans/trunk/webbeans-porting/src/site/
    openwebbeans/trunk/webbeans-porting/src/site/site.xml
    openwebbeans/trunk/webbeans-resource/src/site/
    openwebbeans/trunk/webbeans-resource/src/site/site.xml
    openwebbeans/trunk/webbeans-spi/src/site/
    openwebbeans/trunk/webbeans-spi/src/site/site.xml
    openwebbeans/trunk/webbeans-tck/src/site/
    openwebbeans/trunk/webbeans-tck/src/site/site.xml
    openwebbeans/trunk/webbeans-test/src/
    openwebbeans/trunk/webbeans-test/src/site/
    openwebbeans/trunk/webbeans-test/src/site/site.xml
    openwebbeans/trunk/webbeans-tomcat6/src/site/
    openwebbeans/trunk/webbeans-tomcat6/src/site/site.xml
    openwebbeans/trunk/webbeans-web/src/site/
    openwebbeans/trunk/webbeans-web/src/site/site.xml
Modified:
    openwebbeans/trunk/src/site/site.xml
    openwebbeans/trunk/webbeans-impl/pom.xml
    openwebbeans/trunk/webbeans-resource/pom.xml

Modified: openwebbeans/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/src/site/site.xml?rev=951566&r1=951565&r2=951566&view=diff
==============================================================================
--- openwebbeans/trunk/src/site/site.xml (original)
+++ openwebbeans/trunk/src/site/site.xml Fri Jun  4 20:58:14 2010
@@ -17,7 +17,6 @@
     specific language governing permissions and limitations
     under the License.
 -->
-
 <project name="OpenWebBeans">
     <bannerLeft>
         <name>Apache OpenWebBeans</name>
@@ -36,8 +35,8 @@
     
     <body>
         <breadcrumbs>
-        <item name="Apache" href="http://www.apache.org"/>
-        <item name="OpenWebBeans" href="http://openwebbeans.apache.org"/>
+            <item name="Apache" href="http://www.apache.org"/>
+            <item name="OpenWebBeans" href="http://openwebbeans.apache.org"/>
         </breadcrumbs>
 
         <menu name="Overview">
@@ -64,4 +63,3 @@
         <menu ref="reports"/>
     </body>
 </project>
-

Added: openwebbeans/trunk/webbeans-ee-common/src/site/site.xml
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/webbeans-ee-common/src/site/site.xml?rev=951566&view=auto
==============================================================================
--- openwebbeans/trunk/webbeans-ee-common/src/site/site.xml (added)
+++ openwebbeans/trunk/webbeans-ee-common/src/site/site.xml Fri Jun  4 20:58:14 2010
@@ -0,0 +1,41 @@
+<?xml version="1.0"?>
+<!--
+    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="OpenWebBeans">
+    <bannerLeft>
+        <name>Apache OpenWebBeans</name>
+        <src>http://openwebbeans.apache.org/1.0.0-SNAPSHOT/images/openwebbeans.png</src>
+        <href>http://openwebbeans.apache.org</href>
+    </bannerLeft>
+    
+    <bannerRight>
+        <name>Apache Banner</name>
+        <src>http://www.apache.org/images/asf-logo.gif</src>
+        <href>http://www.apache.org</href>
+    </bannerRight>
+    
+    <publishDate format="dd MMM yyyy" />
+    <version position="left"/>
+    
+    <body>
+        <menu ref="reports"/>
+    </body>
+</project>
+

Added: openwebbeans/trunk/webbeans-ee/src/site/site.xml
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/webbeans-ee/src/site/site.xml?rev=951566&view=auto
==============================================================================
--- openwebbeans/trunk/webbeans-ee/src/site/site.xml (added)
+++ openwebbeans/trunk/webbeans-ee/src/site/site.xml Fri Jun  4 20:58:14 2010
@@ -0,0 +1,41 @@
+<?xml version="1.0"?>
+<!--
+    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="OpenWebBeans">
+    <bannerLeft>
+        <name>Apache OpenWebBeans</name>
+        <src>http://openwebbeans.apache.org/1.0.0-SNAPSHOT/images/openwebbeans.png</src>
+        <href>http://openwebbeans.apache.org</href>
+    </bannerLeft>
+    
+    <bannerRight>
+        <name>Apache Banner</name>
+        <src>http://www.apache.org/images/asf-logo.gif</src>
+        <href>http://www.apache.org</href>
+    </bannerRight>
+    
+    <publishDate format="dd MMM yyyy" />
+    <version position="left"/>
+    
+    <body>
+        <menu ref="reports"/>
+    </body>
+</project>
+

Added: openwebbeans/trunk/webbeans-ejb/src/site/site.xml
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/webbeans-ejb/src/site/site.xml?rev=951566&view=auto
==============================================================================
--- openwebbeans/trunk/webbeans-ejb/src/site/site.xml (added)
+++ openwebbeans/trunk/webbeans-ejb/src/site/site.xml Fri Jun  4 20:58:14 2010
@@ -0,0 +1,41 @@
+<?xml version="1.0"?>
+<!--
+    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="OpenWebBeans">
+    <bannerLeft>
+        <name>Apache OpenWebBeans</name>
+        <src>http://openwebbeans.apache.org/1.0.0-SNAPSHOT/images/openwebbeans.png</src>
+        <href>http://openwebbeans.apache.org</href>
+    </bannerLeft>
+    
+    <bannerRight>
+        <name>Apache Banner</name>
+        <src>http://www.apache.org/images/asf-logo.gif</src>
+        <href>http://www.apache.org</href>
+    </bannerRight>
+    
+    <publishDate format="dd MMM yyyy" />
+    <version position="left"/>
+    
+    <body>
+        <menu ref="reports"/>
+    </body>
+</project>
+

Added: openwebbeans/trunk/webbeans-el10/src/site/site.xml
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/webbeans-el10/src/site/site.xml?rev=951566&view=auto
==============================================================================
--- openwebbeans/trunk/webbeans-el10/src/site/site.xml (added)
+++ openwebbeans/trunk/webbeans-el10/src/site/site.xml Fri Jun  4 20:58:14 2010
@@ -0,0 +1,41 @@
+<?xml version="1.0"?>
+<!--
+    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="OpenWebBeans">
+    <bannerLeft>
+        <name>Apache OpenWebBeans</name>
+        <src>http://openwebbeans.apache.org/1.0.0-SNAPSHOT/images/openwebbeans.png</src>
+        <href>http://openwebbeans.apache.org</href>
+    </bannerLeft>
+    
+    <bannerRight>
+        <name>Apache Banner</name>
+        <src>http://www.apache.org/images/asf-logo.gif</src>
+        <href>http://www.apache.org</href>
+    </bannerRight>
+    
+    <publishDate format="dd MMM yyyy" />
+    <version position="left"/>
+    
+    <body>
+        <menu ref="reports"/>
+    </body>
+</project>
+

Modified: openwebbeans/trunk/webbeans-impl/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/webbeans-impl/pom.xml?rev=951566&r1=951565&r2=951566&view=diff
==============================================================================
--- openwebbeans/trunk/webbeans-impl/pom.xml (original)
+++ openwebbeans/trunk/webbeans-impl/pom.xml Fri Jun  4 20:58:14 2010
@@ -130,114 +130,6 @@
 
     <profiles>
         <profile>
-            <id>reporting</id>
-            <activation>
-                <property>
-                    <name>skipReports</name>
-                    <value>!true</value>
-                </property>
-            </activation>
-            <reporting>
-                <plugins>
-                    <!-- Apache plugins in alphabetical order -->
-                    <plugin>
-                        <groupId>org.apache.maven.plugins</groupId>
-                        <artifactId>maven-checkstyle-plugin</artifactId>
-                        <version>2.2</version>
-                        <configuration>
-                            <configLocation>
-                                config/maven_checks.xml
-                            </configLocation>
-                        </configuration>
-                    </plugin>
-                    <plugin>
-                        <groupId>org.apache.maven.plugins</groupId>
-                        <artifactId>maven-jxr-plugin</artifactId>
-                        <version>2.1</version>
-                        <configuration>
-                            <inputEncoding>
-                                ${project.build.sourceEncoding}
-                            </inputEncoding>
-                            <outputEncoding>
-                                ${project.build.sourceEncoding}
-                            </outputEncoding>
-                        </configuration>
-                    </plugin>
-                    <plugin>
-                        <groupId>org.apache.maven.plugins</groupId>
-                        <artifactId>maven-pmd-plugin</artifactId>
-                        <version>2.4</version>
-                        <configuration>
-                            <targetJdk>1.5</targetJdk>
-                            <rulesets>
-                                <ruleset>
-                                    http://svn.codehaus.org/mojo/trunk/mojo/mojo-parent/src/main/config/pmd/mojo_rules.xml
-                                </ruleset>
-                            </rulesets>
-                        </configuration>
-                    </plugin>
-                    <plugin>
-                        <groupId>org.apache.maven.plugins</groupId>
-                        <artifactId>
-                            maven-project-info-reports-plugin
-                        </artifactId>
-                        <version>2.1</version>
-                        <reportSets>
-                            <reportSet>
-                                <reports>
-                                    <report>cim</report>
-                                    <report>dependencies</report>
-                                    <report>dependency-convergence</report>
-                                    <report>dependency-management</report>
-                                    <report>index</report>
-                                    <report>issue-tracking</report>
-                                    <report>license</report>
-                                    <report>mailing-list</report>
-                                    <report>plugin-management</report>
-                                    <report>project-team</report>
-                                    <report>scm</report>
-                                    <report>summary</report>
-                                </reports>
-                            </reportSet>
-                        </reportSets>
-                    </plugin>
-                    <plugin>
-                        <groupId>org.apache.maven.plugins</groupId>
-                        <artifactId>maven-surefire-report-plugin</artifactId>
-                        <version>2.4.3</version>
-                        <reportSets>
-                            <reportSet>
-                                <reports>
-                                    <report>report</report>
-                                </reports>
-                            </reportSet>
-                        </reportSets>
-                    </plugin>
-                    <!-- Codehaus plugins in alphabetical order -->
-                    <plugin>
-                        <groupId>org.codehaus.mojo</groupId>
-                        <artifactId>cobertura-maven-plugin</artifactId>
-                        <version>2.2</version>
-                    </plugin>
-                    <plugin>
-                        <groupId>org.codehaus.mojo</groupId>
-                        <artifactId>taglist-maven-plugin</artifactId>
-                        <version>2.2</version>
-                    </plugin>
-                    <plugin>
-                        <groupId>org.codehaus.mojo</groupId>
-                        <artifactId>findbugs-maven-plugin</artifactId>
-                        <version>1.2</version>
-                        <configuration>
-                            <threshold>Low</threshold>
-                        </configuration>
-                    </plugin>
-
-                </plugins>
-            </reporting>
-        </profile>
-
-        <profile>
             <id>integrationTest</id>
             <build>
                 <plugins>

Added: openwebbeans/trunk/webbeans-jms/src/site/site.xml
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/webbeans-jms/src/site/site.xml?rev=951566&view=auto
==============================================================================
--- openwebbeans/trunk/webbeans-jms/src/site/site.xml (added)
+++ openwebbeans/trunk/webbeans-jms/src/site/site.xml Fri Jun  4 20:58:14 2010
@@ -0,0 +1,67 @@
+<?xml version="1.0"?>
+<!--
+    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="OpenWebBeans">
+    <bannerLeft>
+        <name>Apache OpenWebBeans</name>
+        <src>http://openwebbeans.apache.org/1.0.0-SNAPSHOT/images/openwebbeans.png</src>
+        <href>http://openwebbeans.apache.org</href>
+    </bannerLeft>
+    
+    <bannerRight>
+        <name>Apache Banner</name>
+        <src>http://www.apache.org/images/asf-logo.gif</src>
+        <href>http://www.apache.org</href>
+    </bannerRight>
+    
+    <publishDate format="dd MMM yyyy" />
+    <version position="left"/>
+    
+    <body>
+        <breadcrumbs>
+        <item name="Apache" href="http://www.apache.org"/>
+        <item name="OpenWebBeans" href="http://openwebbeans.apache.org"/>
+        </breadcrumbs>
+
+        <menu name="Overview">
+            <item name="Introduction" href="index.html" />
+        </menu>
+
+        <menu name="OpenWebBeans">
+            <item name="JSR-299" href="jsr299.html" />
+            <item name="JSR-330" href="jsr330.html" />
+            <item name="Contributing" href="contributing.html" />
+            <item name="Documentation" href="documentation.html"/>
+            <item name="IRC" href="irc.html" />
+            <item name="FAQ" href="faq.html" />
+            <item name="Extensions" href="extensions/index.html" />
+            <item name="Download Apache OWB" href="http://www.apache.org/dyn/closer.cgi/openwebbeans/" />
+        </menu>
+
+        <menu ref="modules" />
+
+        <menu name="Examples">
+            <item name="guess" href="examples/guess.html" />
+        </menu>
+
+        <menu ref="reports"/>
+    </body>
+</project>
+

Added: openwebbeans/trunk/webbeans-jsf/src/site/site.xml
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/webbeans-jsf/src/site/site.xml?rev=951566&view=auto
==============================================================================
--- openwebbeans/trunk/webbeans-jsf/src/site/site.xml (added)
+++ openwebbeans/trunk/webbeans-jsf/src/site/site.xml Fri Jun  4 20:58:14 2010
@@ -0,0 +1,41 @@
+<?xml version="1.0"?>
+<!--
+    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="OpenWebBeans">
+    <bannerLeft>
+        <name>Apache OpenWebBeans</name>
+        <src>http://openwebbeans.apache.org/1.0.0-SNAPSHOT/images/openwebbeans.png</src>
+        <href>http://openwebbeans.apache.org</href>
+    </bannerLeft>
+    
+    <bannerRight>
+        <name>Apache Banner</name>
+        <src>http://www.apache.org/images/asf-logo.gif</src>
+        <href>http://www.apache.org</href>
+    </bannerRight>
+    
+    <publishDate format="dd MMM yyyy" />
+    <version position="left"/>
+    
+    <body>
+        <menu ref="reports"/>
+    </body>
+</project>
+

Added: openwebbeans/trunk/webbeans-jsf12/src/site/site.xml
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/webbeans-jsf12/src/site/site.xml?rev=951566&view=auto
==============================================================================
--- openwebbeans/trunk/webbeans-jsf12/src/site/site.xml (added)
+++ openwebbeans/trunk/webbeans-jsf12/src/site/site.xml Fri Jun  4 20:58:14 2010
@@ -0,0 +1,41 @@
+<?xml version="1.0"?>
+<!--
+    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="OpenWebBeans">
+    <bannerLeft>
+        <name>Apache OpenWebBeans</name>
+        <src>http://openwebbeans.apache.org/1.0.0-SNAPSHOT/images/openwebbeans.png</src>
+        <href>http://openwebbeans.apache.org</href>
+    </bannerLeft>
+    
+    <bannerRight>
+        <name>Apache Banner</name>
+        <src>http://www.apache.org/images/asf-logo.gif</src>
+        <href>http://www.apache.org</href>
+    </bannerRight>
+    
+    <publishDate format="dd MMM yyyy" />
+    <version position="left"/>
+    
+    <body>
+        <menu ref="reports"/>
+    </body>
+</project>
+

Added: openwebbeans/trunk/webbeans-openejb/src/site/site.xml
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/webbeans-openejb/src/site/site.xml?rev=951566&view=auto
==============================================================================
--- openwebbeans/trunk/webbeans-openejb/src/site/site.xml (added)
+++ openwebbeans/trunk/webbeans-openejb/src/site/site.xml Fri Jun  4 20:58:14 2010
@@ -0,0 +1,41 @@
+<?xml version="1.0"?>
+<!--
+    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="OpenWebBeans">
+    <bannerLeft>
+        <name>Apache OpenWebBeans</name>
+        <src>http://openwebbeans.apache.org/1.0.0-SNAPSHOT/images/openwebbeans.png</src>
+        <href>http://openwebbeans.apache.org</href>
+    </bannerLeft>
+    
+    <bannerRight>
+        <name>Apache Banner</name>
+        <src>http://www.apache.org/images/asf-logo.gif</src>
+        <href>http://www.apache.org</href>
+    </bannerRight>
+    
+    <publishDate format="dd MMM yyyy" />
+    <version position="left"/>
+    
+    <body>
+        <menu ref="reports"/>
+    </body>
+</project>
+

Added: openwebbeans/trunk/webbeans-porting/src/site/site.xml
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/webbeans-porting/src/site/site.xml?rev=951566&view=auto
==============================================================================
--- openwebbeans/trunk/webbeans-porting/src/site/site.xml (added)
+++ openwebbeans/trunk/webbeans-porting/src/site/site.xml Fri Jun  4 20:58:14 2010
@@ -0,0 +1,41 @@
+<?xml version="1.0"?>
+<!--
+    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="OpenWebBeans">
+    <bannerLeft>
+        <name>Apache OpenWebBeans</name>
+        <src>http://openwebbeans.apache.org/1.0.0-SNAPSHOT/images/openwebbeans.png</src>
+        <href>http://openwebbeans.apache.org</href>
+    </bannerLeft>
+    
+    <bannerRight>
+        <name>Apache Banner</name>
+        <src>http://www.apache.org/images/asf-logo.gif</src>
+        <href>http://www.apache.org</href>
+    </bannerRight>
+    
+    <publishDate format="dd MMM yyyy" />
+    <version position="left"/>
+    
+    <body>
+        <menu ref="reports"/>
+    </body>
+</project>
+

Modified: openwebbeans/trunk/webbeans-resource/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/webbeans-resource/pom.xml?rev=951566&r1=951565&r2=951566&view=diff
==============================================================================
--- openwebbeans/trunk/webbeans-resource/pom.xml (original)
+++ openwebbeans/trunk/webbeans-resource/pom.xml Fri Jun  4 20:58:14 2010
@@ -62,5 +62,6 @@
             <artifactId>junit</artifactId>
         </dependency>
     </dependencies>
-    
+
+
 </project>

Added: openwebbeans/trunk/webbeans-resource/src/site/site.xml
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/webbeans-resource/src/site/site.xml?rev=951566&view=auto
==============================================================================
--- openwebbeans/trunk/webbeans-resource/src/site/site.xml (added)
+++ openwebbeans/trunk/webbeans-resource/src/site/site.xml Fri Jun  4 20:58:14 2010
@@ -0,0 +1,41 @@
+<?xml version="1.0"?>
+<!--
+    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="OpenWebBeans">
+    <bannerLeft>
+        <name>Apache OpenWebBeans</name>
+        <src>http://openwebbeans.apache.org/1.0.0-SNAPSHOT/images/openwebbeans.png</src>
+        <href>http://openwebbeans.apache.org</href>
+    </bannerLeft>
+    
+    <bannerRight>
+        <name>Apache Banner</name>
+        <src>http://www.apache.org/images/asf-logo.gif</src>
+        <href>http://www.apache.org</href>
+    </bannerRight>
+    
+    <publishDate format="dd MMM yyyy" />
+    <version position="left"/>
+    
+    <body>
+        <menu ref="reports"/>
+    </body>
+</project>
+

Added: openwebbeans/trunk/webbeans-spi/src/site/site.xml
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/webbeans-spi/src/site/site.xml?rev=951566&view=auto
==============================================================================
--- openwebbeans/trunk/webbeans-spi/src/site/site.xml (added)
+++ openwebbeans/trunk/webbeans-spi/src/site/site.xml Fri Jun  4 20:58:14 2010
@@ -0,0 +1,41 @@
+<?xml version="1.0"?>
+<!--
+    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="OpenWebBeans">
+    <bannerLeft>
+        <name>Apache OpenWebBeans</name>
+        <src>http://openwebbeans.apache.org/1.0.0-SNAPSHOT/images/openwebbeans.png</src>
+        <href>http://openwebbeans.apache.org</href>
+    </bannerLeft>
+    
+    <bannerRight>
+        <name>Apache Banner</name>
+        <src>http://www.apache.org/images/asf-logo.gif</src>
+        <href>http://www.apache.org</href>
+    </bannerRight>
+    
+    <publishDate format="dd MMM yyyy" />
+    <version position="left"/>
+    
+    <body>
+        <menu ref="reports"/>
+    </body>
+</project>
+

Added: openwebbeans/trunk/webbeans-tck/src/site/site.xml
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/webbeans-tck/src/site/site.xml?rev=951566&view=auto
==============================================================================
--- openwebbeans/trunk/webbeans-tck/src/site/site.xml (added)
+++ openwebbeans/trunk/webbeans-tck/src/site/site.xml Fri Jun  4 20:58:14 2010
@@ -0,0 +1,67 @@
+<?xml version="1.0"?>
+<!--
+    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="OpenWebBeans">
+    <bannerLeft>
+        <name>Apache OpenWebBeans</name>
+        <src>http://openwebbeans.apache.org/1.0.0-SNAPSHOT/images/openwebbeans.png</src>
+        <href>http://openwebbeans.apache.org</href>
+    </bannerLeft>
+    
+    <bannerRight>
+        <name>Apache Banner</name>
+        <src>http://www.apache.org/images/asf-logo.gif</src>
+        <href>http://www.apache.org</href>
+    </bannerRight>
+    
+    <publishDate format="dd MMM yyyy" />
+    <version position="left"/>
+    
+    <body>
+        <breadcrumbs>
+        <item name="Apache" href="http://www.apache.org"/>
+        <item name="OpenWebBeans" href="http://openwebbeans.apache.org"/>
+        </breadcrumbs>
+
+        <menu name="Overview">
+            <item name="Introduction" href="index.html" />
+        </menu>
+
+        <menu name="OpenWebBeans">
+            <item name="JSR-299" href="jsr299.html" />
+            <item name="JSR-330" href="jsr330.html" />
+            <item name="Contributing" href="contributing.html" />
+            <item name="Documentation" href="documentation.html"/>
+            <item name="IRC" href="irc.html" />
+            <item name="FAQ" href="faq.html" />
+            <item name="Extensions" href="extensions/index.html" />
+            <item name="Download Apache OWB" href="http://www.apache.org/dyn/closer.cgi/openwebbeans/" />
+        </menu>
+
+        <menu ref="modules" />
+
+        <menu name="Examples">
+            <item name="guess" href="examples/guess.html" />
+        </menu>
+
+        <menu ref="reports"/>
+    </body>
+</project>
+

Added: openwebbeans/trunk/webbeans-test/src/site/site.xml
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/webbeans-test/src/site/site.xml?rev=951566&view=auto
==============================================================================
--- openwebbeans/trunk/webbeans-test/src/site/site.xml (added)
+++ openwebbeans/trunk/webbeans-test/src/site/site.xml Fri Jun  4 20:58:14 2010
@@ -0,0 +1,41 @@
+<?xml version="1.0"?>
+<!--
+    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="OpenWebBeans">
+    <bannerLeft>
+        <name>Apache OpenWebBeans</name>
+        <src>http://openwebbeans.apache.org/1.0.0-SNAPSHOT/images/openwebbeans.png</src>
+        <href>http://openwebbeans.apache.org</href>
+    </bannerLeft>
+    
+    <bannerRight>
+        <name>Apache Banner</name>
+        <src>http://www.apache.org/images/asf-logo.gif</src>
+        <href>http://www.apache.org</href>
+    </bannerRight>
+    
+    <publishDate format="dd MMM yyyy" />
+    <version position="left"/>
+    
+    <body>
+        <menu ref="reports"/>
+    </body>
+</project>
+

Added: openwebbeans/trunk/webbeans-tomcat6/src/site/site.xml
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/webbeans-tomcat6/src/site/site.xml?rev=951566&view=auto
==============================================================================
--- openwebbeans/trunk/webbeans-tomcat6/src/site/site.xml (added)
+++ openwebbeans/trunk/webbeans-tomcat6/src/site/site.xml Fri Jun  4 20:58:14 2010
@@ -0,0 +1,41 @@
+<?xml version="1.0"?>
+<!--
+    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="OpenWebBeans">
+    <bannerLeft>
+        <name>Apache OpenWebBeans</name>
+        <src>http://openwebbeans.apache.org/1.0.0-SNAPSHOT/images/openwebbeans.png</src>
+        <href>http://openwebbeans.apache.org</href>
+    </bannerLeft>
+    
+    <bannerRight>
+        <name>Apache Banner</name>
+        <src>http://www.apache.org/images/asf-logo.gif</src>
+        <href>http://www.apache.org</href>
+    </bannerRight>
+    
+    <publishDate format="dd MMM yyyy" />
+    <version position="left"/>
+    
+    <body>
+        <menu ref="reports"/>
+    </body>
+</project>
+

Added: openwebbeans/trunk/webbeans-web/src/site/site.xml
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/webbeans-web/src/site/site.xml?rev=951566&view=auto
==============================================================================
--- openwebbeans/trunk/webbeans-web/src/site/site.xml (added)
+++ openwebbeans/trunk/webbeans-web/src/site/site.xml Fri Jun  4 20:58:14 2010
@@ -0,0 +1,41 @@
+<?xml version="1.0"?>
+<!--
+    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="OpenWebBeans">
+    <bannerLeft>
+        <name>Apache OpenWebBeans</name>
+        <src>http://openwebbeans.apache.org/1.0.0-SNAPSHOT/images/openwebbeans.png</src>
+        <href>http://openwebbeans.apache.org</href>
+    </bannerLeft>
+    
+    <bannerRight>
+        <name>Apache Banner</name>
+        <src>http://www.apache.org/images/asf-logo.gif</src>
+        <href>http://www.apache.org</href>
+    </bannerRight>
+    
+    <publishDate format="dd MMM yyyy" />
+    <version position="left"/>
+    
+    <body>
+        <menu ref="reports"/>
+    </body>
+</project>
+