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 2009/01/21 16:32:16 UTC

svn commit: r736323 - in /incubator/openwebbeans/trunk/webbeans-impl/src/site: ./ apt/ apt/index.apt site.xml

Author: struberg
Date: Wed Jan 21 07:32:14 2009
New Revision: 736323

URL: http://svn.apache.org/viewvc?rev=736323&view=rev
Log:
OWB-53 create proper site configuration for impl also

Added:
    incubator/openwebbeans/trunk/webbeans-impl/src/site/
    incubator/openwebbeans/trunk/webbeans-impl/src/site/apt/
    incubator/openwebbeans/trunk/webbeans-impl/src/site/apt/index.apt
    incubator/openwebbeans/trunk/webbeans-impl/src/site/site.xml

Added: incubator/openwebbeans/trunk/webbeans-impl/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-impl/src/site/apt/index.apt?rev=736323&view=auto
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-impl/src/site/apt/index.apt (added)
+++ incubator/openwebbeans/trunk/webbeans-impl/src/site/apt/index.apt Wed Jan 21 07:32:14 2009
@@ -0,0 +1,4 @@
+OpenWebBeans Impl
+
+  Implementation of the JSR-299 WebBeans API.
+

Added: incubator/openwebbeans/trunk/webbeans-impl/src/site/site.xml
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-impl/src/site/site.xml?rev=736323&view=auto
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-impl/src/site/site.xml (added)
+++ incubator/openwebbeans/trunk/webbeans-impl/src/site/site.xml Wed Jan 21 07:32:14 2009
@@ -0,0 +1,49 @@
+<?xml version="1.0"?>
+<!--
+  | Copyright 2007-2008 The Apache Software Foundation.
+  |
+  | Licensed 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>images/openwebbeans.png</src>
+        <href>http://incubator.apache.org/openwebbeans</href>
+    </bannerLeft>
+    
+    <bannerRight>
+        <name>Apache Banner</name>
+        <src>images/apache-incubator-logo.png</src>
+        <href>http://incubator.apache.org/openwebbeans</href>
+    </bannerRight>
+    
+    <publishDate format="dd MMM yyyy" />
+    <version position="left"/>
+    
+    <body>
+        <breadcrumbs>
+        <item name="Incubator" href="http://incubator.apache.org"/>
+        <item name="OpenWebBeans" href="http://incubator.apache.org/openwebbeans"/>
+        <item name="Impl" href="http://incubator.apache.org/openwebbeans/openwebbeans-impl"/>
+        </breadcrumbs>
+
+        <menu name="Overview">
+            <item name="Introduction" href="index.html" />
+        </menu>
+
+	<menu ref="reports"/>
+    </body>
+</project>
+