This is an automated email from the ASF dual-hosted git repository. struberg pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/openwebbeans.git
commit f5c0a72c35c6b4a477bb55c8f5ec752029d2ab24 Author: Mark Struberg <[email protected]> AuthorDate: Tue Jan 24 17:27:52 2023 +0100 OWB-1417 remove our ancient owb-1.0 site docs Our site is now maintained via git and buildbot --- src/site/apt/contributing.apt | 84 ---------------- src/site/apt/documentation.apt | 28 ------ src/site/apt/examples/guess.apt | 14 --- src/site/apt/extensions/index.apt | 26 ----- src/site/apt/index.apt | 82 --------------- src/site/apt/irc.apt | 28 ------ src/site/apt/jakarta.apt | 110 --------------------- src/site/apt/jsr299.apt | 29 ------ src/site/apt/jsr330.apt | 25 ----- src/site/apt/trademarks.apt | 30 ------ src/site/fml/faq.fml | 66 ------------- src/site/resources/documents/userguide.pdf | Bin 91264 -> 0 bytes .../resources/images/logos/openwebbeans_hor.png | Bin 9749 -> 0 bytes .../resources/images/logos/openwebbeans_small.png | Bin 6888 -> 0 bytes .../resources/images/logos/openwebbeans_vert.png | Bin 7763 -> 0 bytes src/site/site.xml | 62 ------------ 16 files changed, 584 deletions(-) diff --git a/src/site/apt/contributing.apt b/src/site/apt/contributing.apt deleted file mode 100644 index 63a5cedf5..000000000 --- a/src/site/apt/contributing.apt +++ /dev/null @@ -1,84 +0,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. -Contributing to OpenWebBeans - - We are always looking for new contributors to the project. - - -* Mailing Lists - - Please join our discussions about the project in our mailing lists by - sending an informal email to - ----------------- [email protected] ----------------- - - for any usage specific questions, and - ----------------- [email protected] ----------------- - - for bugs and feature discussions. - - -* Issue Tracking - - Bug reports and feature requests will be maintained via JIRA at - - {{{https://issues.apache.org/jira/browse/OWB}https://issues.apache.org/jira/browse/OWB}} - - -* Source Repository - - The sources of Apache OpenWebBeans are maintained in the Apache Software Foundation - Subversion repository. - - The sources can be checked out read only with the following command: - ----------------- -svn co http://svn.apache.org/repos/asf/openwebbeans/trunk openwebbeans ----------------- - - If you have commit rights, then you should use - ----------------- -svn co https://svn.apache.org/repos/asf/openwebbeans/trunk openwebbeans ----------------- - - -* Building OpenWebBeans - - Apache OpenWebBeans can be built by using Apache Maven. Just go into the - source directory and execute - ----------------- -mvn clean install ----------------- - - The following maven profiles exist in our build to trigger additional - build steps and configuration: - - * tck - for executing the JSR-299 standalone TCK - - * jsr330-tck - for executing the JSR-330 TCK - - * doc - for building the documentation PDF from docbook - - [] - - To activate all of them use - ----------------- -mvn clean install -Ptck -Pjsr330-tck -Pdoc ----------------- diff --git a/src/site/apt/documentation.apt b/src/site/apt/documentation.apt deleted file mode 100644 index 55395849f..000000000 --- a/src/site/apt/documentation.apt +++ /dev/null @@ -1,28 +0,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. -Initial Documentation for OpenWebBeans - - This is an initial documentation for Apache OpenWebBeans. Although it is not yet complete, - it is a good point for getting started. - -* Getting Started - - * {{{https://openwebbeans.apache.org/1.0.0-SNAPSHOT/documents/userguide.pdf}OpenWebBeans User Guide}} - -* WIKI - - We maintain a WIKI for developing the OpenWebBeans documentation. - - * {{{https://cwiki.apache.org/OWB/index.html}OpenWebBeans WIKI}} - - If you like to contribute to our documentation, then please register yourself - and ask for edit permission on our dev mailing list. diff --git a/src/site/apt/examples/guess.apt b/src/site/apt/examples/guess.apt deleted file mode 100644 index 0031e8cb0..000000000 --- a/src/site/apt/examples/guess.apt +++ /dev/null @@ -1,14 +0,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. -OpenWebBeans Number guess example - - This small example shows how to create a JSF application with WebBeans diff --git a/src/site/apt/extensions/index.apt b/src/site/apt/extensions/index.apt deleted file mode 100644 index 859017f71..000000000 --- a/src/site/apt/extensions/index.apt +++ /dev/null @@ -1,26 +0,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. -Extensions over the JSR-299 Specification - - This section contains a list of functionality in OpenWebBeans - which is not covered by the official specification. - - OpenWebBeans is fully compatible with the JSR-299 standard if - the default configuration is being used. Nevertheless some parts - of the behaviour may be changed and some functionality is - additionally available. - - Please note that using the mentioned functionality can cause - that your application may not be run on other WebBeans implementations. - - OpenWebBeans may be configured that a WARNING message will be logged - whenever any of this additional functionality is being used. diff --git a/src/site/apt/index.apt b/src/site/apt/index.apt deleted file mode 100644 index 3196a1db9..000000000 --- a/src/site/apt/index.apt +++ /dev/null @@ -1,82 +0,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. -Welcome to Apache OpenWebBeans - - -* What is OpenWebBeans? - - OpenWebBeans is an Apache License v2.0 implementation of the JSR-299 - "Contexts and Dependency Injection for the Java (TM) EE platform" specification. - - In addition to the implementation of the specification, the project provides a set - of WebBeans components and integration plugins exposing functionality of other - Apache Software Foundation projects. - - Apache OpenWebBeans is based on a plugin architecture. The OpenWebBeans Core is - strictly Java SE only. Additional functionality, like JSF-1 support, JSF-2 support - JPA support, JMS support, etc can be added by simply dropping the respective - OpenWebBeans plugin JAR into your classpath. - - -* Recent News - - * 2011-12-10 OpenWebBeans 1.1.3 has been released - this is a bugfix release - - * 2011-10-17 OpenWebBeans 1.1.2 has been released - this is a bugfix release - - * 2011-10-04 Apache TomEE release includes OWB as CDI container - - * 2011-0-29 - Trademark Rules & Logo download page added - - * 2011-08-04 - Added backward compat support for Java5 for running OWB with older EE containers - - * 2001-05-19 - We got a new Logo, designed by Adonis Raduca and sponsored by Irian.at - - * 2011-04-09 - New PMC members: Gerhard Petracek, David Jencks - - * 2011-03-30 - 1.1.0 released - - * 2010-11-07 - New Committer: David Jencks - - * 2010-10-08 - New Committers: Paul J Reder, Rohit Kelapure - - * 2010-09-03 - alpha-2 released - - * 2010-08-03 - New committer: Gerhard Petracek - - * 2010-07-10 - alpha-1 released - - * 2010-03-05 - M4 released - - * 2010-03-05 - New committer: Ying Wang - - * 2009-11-17 - New committer: Eric Covener - - * 2009-11-10 - New committer: Joe Bergmark - - * 2009-09-30 - M3 is released - - * 2009-09-14 - New committer: David Blevins - - * 2009-07-07 - New committer: James Carman - - * 2009-06-09 - M2 is released - - * 2009-02-16 - M1 is released - - * 2009-01-18 - New committer: Mark Struberg - - * 2008-12-24 - New committer: Mohammad Nour El-Din - - * 2008-11-23 - Source code is available in project SVN. - - diff --git a/src/site/apt/irc.apt b/src/site/apt/irc.apt deleted file mode 100644 index d29bcf0c7..000000000 --- a/src/site/apt/irc.apt +++ /dev/null @@ -1,28 +0,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. -IRC Channel - - There is an IRC Channel for discussing project related things. - The official Apache OpenWebBeans related channel is register at - ----------------- -irc.freenode.org ----------------- - - with channel name - ----------------- -#openwebbeans ----------------- - - - diff --git a/src/site/apt/jakarta.apt b/src/site/apt/jakarta.apt deleted file mode 100644 index b7448ba79..000000000 --- a/src/site/apt/jakarta.apt +++ /dev/null @@ -1,110 +0,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. -Sample pom to use Jakarta artifacts/namespace instead of Javax one - - -+-------------------------------+ -<dependencies> - <!-- jakarta specs: to update to jakarta ones once released --> - <dependency> - <groupId>org.apache.geronimo.specs</groupId> - <artifactId>geronimo-el_2.2_spec</artifactId> - <version>1.2</version> - <classifier>jakarta</classifier> - </dependency> - <dependency> - <groupId>org.apache.geronimo.specs</groupId> - <artifactId>geronimo-annotation_1.3_spec</artifactId> - <version>1.3</version> - <classifier>jakarta</classifier> - </dependency> - <dependency> - <groupId>org.apache.geronimo.specs</groupId> - <artifactId>geronimo-jcdi_2.0_spec</artifactId> - <version>1.2</version> - <classifier>jakarta</classifier> - </dependency> - <dependency> - <groupId>org.apache.geronimo.specs</groupId> - <artifactId>geronimo-atinject_1.0_spec</artifactId> - <version>1.2</version> - <classifier>jakarta</classifier> - </dependency> - <dependency> - <groupId>org.apache.geronimo.specs</groupId> - <artifactId>geronimo-interceptor_1.2_spec</artifactId> - <version>1.2</version> - <classifier>jakarta</classifier> - </dependency> - - <!-- openwebbeans with jakarta classifier --> - <dependency> - <groupId>org.apache.openwebbeans</groupId> - <artifactId>openwebbeans-spi</artifactId> - <version>2.0.15</version> - <classifier>jakarta</classifier> - <exclusions> - <exclusion> - <groupId>org.apache.openwebbeans</groupId> - <artifactId>*</artifactId> - </exclusion> - <exclusion> - <groupId>org.apache.geronimo.specs</groupId> - <artifactId>*</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.apache.openwebbeans</groupId> - <artifactId>openwebbeans-impl</artifactId> - <version>2.0.15</version> - <classifier>jakarta</classifier> - <exclusions> - <exclusion> - <groupId>org.apache.openwebbeans</groupId> - <artifactId>*</artifactId> - </exclusion> - <exclusion> - <groupId>org.apache.geronimo.specs</groupId> - <artifactId>*</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.apache.openwebbeans</groupId> - <artifactId>openwebbeans-se</artifactId> - <version>2.0.15</version> - <classifier>jakarta</classifier> - <exclusions> - <exclusion> - <groupId>org.apache.openwebbeans</groupId> - <artifactId>*</artifactId> - </exclusion> - <exclusion> - <groupId>org.apache.geronimo.specs</groupId> - <artifactId>*</artifactId> - </exclusion> - </exclusions> - </dependency> -</dependencies> -+-------------------------------+ - -Alternatively, you can use the Jakarta bom starting with version 2.0.22: - -+-----+ -<dependency> - <artifactId>openwebbeans-se-bom</artifactId> - <groupId>org.apache.openwebbeans.bom</groupId> - <version>${owb.version}</version> - <type>pom</type> -</dependency> -+-----+ diff --git a/src/site/apt/jsr299.apt b/src/site/apt/jsr299.apt deleted file mode 100644 index 05e3013ad..000000000 --- a/src/site/apt/jsr299.apt +++ /dev/null @@ -1,29 +0,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. -JSR-299 Contexts and Dependency Injection for the Java EE platform - - The purpose of the WebBeans specification is to unify the JSF managed bean component model - with the EJB component model, resulting in a significantly simplified programming model - for web-based applications. - - Over the time, JSR-299 has evolved into a IOC framework which is more web agnostic. - The JSR-299 specification has finally changed it's name to - "Contexts and Dependency Injection for the Java (TM) EE platform" to better reflect - it's comprehensive features. - - While the specification is targeted to Java EE environments, - Apache OpenWebBeans also works very well even in pure Java SE applications! - - -* Official Resources - - * {{{http://www.jcp.org/en/jsr/detail?id=299}Java Specification Request 299}} diff --git a/src/site/apt/jsr330.apt b/src/site/apt/jsr330.apt deleted file mode 100644 index e26470993..000000000 --- a/src/site/apt/jsr330.apt +++ /dev/null @@ -1,25 +0,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. -JSR-330 Dependency Injection for Java - - The purpose of the JSR-330 'atinject' specification is to provide basic dependency - injection annotations for Java. - - It is nowadays to a large degree the basic foundation of the JSR-299 specification. - Please note that JSR-330 only defines the very basic annotation syntax and almost - no behavior! - -* Official Resources - - * {{{http://www.jcp.org/en/jsr/detail?id=330}Java Specification Request 330}} - - * {{{http://code.google.com/p/atinject/}official atinject project page}} diff --git a/src/site/apt/trademarks.apt b/src/site/apt/trademarks.apt deleted file mode 100644 index ba65dcbd8..000000000 --- a/src/site/apt/trademarks.apt +++ /dev/null @@ -1,30 +0,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. -Apache OpenWebBeans Trademark Rules - - Apache, ASF, OpenWebBeans, Apache OpenWebBeans and OWB are trademarks of the Apache Software Foundation. - - - For more information about ASF trademark rules, please visit the official - {{{https://www.apache.org/foundation/marks/}Apache Software Foundation Trademarks}} page. - - -Apache OpenWebBeans Logos - - The following logos are official project logos and might be used in presentations and articles - according to the {{{https://www.apache.org/foundation/marks/#guidelines}Apache Software Foundation Trademark Rules}}. - - * {{{./images/logos/openwebbeans_vert.png}Vertical OpenWebBeans Logo}} - - * {{{./images/logos/openwebbeans_hor.png}Horizontal OpenWebBeans Logo}} - - * {{{./images/logos/openwebbeans_small.png}Small OpenWebBeans Logo}} diff --git a/src/site/fml/faq.fml b/src/site/fml/faq.fml deleted file mode 100644 index d1477af2e..000000000 --- a/src/site/fml/faq.fml +++ /dev/null @@ -1,66 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- -Licensed to the Apache Software Foundation (ASF) under one -or more contributor license agreements. See the NOTICE file -distributed with this work for additional information -regarding copyright ownership. The ASF licenses this file -to you under the Apache License, Version 2.0 (the -"License"); you may not use this file except in compliance -with the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, -software distributed under the License is distributed on an -"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -KIND, either express or implied. See the License for the -specific language governing permissions and limitations -under the License. ---> -<faqs title="Frequently Asked Questions" toplink="false"> - <part id="general"> - <title>General</title> - - <faq id="whats-webbeans"> - <question> - What is OpenWebBeans? - </question> - <answer> - <p>OpenWebBenas is an implementation of JSR-299</p> - </answer> - </faq> - - <faq id="whats-canbe"> - <question> - What Java Classes can be WebBeans? - </question> - <answer> - <p>From the Spec:</p> - <source> - Speaking more abstractly, a bean is a source of contextual objects which define - application state and/or logic. These objects are called contextual instances of the bean. - </source> - </answer> - </faq> - - </part> - - <part id="install"> - - <title>Installation and Integration</title> - - <faq id="how-run"> - <question> - How do I run OpenWebBeans? - </question> - <answer> - <p>OpenWebBeans may be executed in a Java EE 6, Java EE 5 or Java SE environments. - If the application executes in a Java SE environment, an embeddable EJB - Lite container has to provide Java EE services such as transaction management and persistence.</p> - </answer> - </faq> - - </part> - -</faqs> - diff --git a/src/site/resources/documents/userguide.pdf b/src/site/resources/documents/userguide.pdf deleted file mode 100644 index 4524fbf19..000000000 Binary files a/src/site/resources/documents/userguide.pdf and /dev/null differ diff --git a/src/site/resources/images/logos/openwebbeans_hor.png b/src/site/resources/images/logos/openwebbeans_hor.png deleted file mode 100644 index 53a4e8d11..000000000 Binary files a/src/site/resources/images/logos/openwebbeans_hor.png and /dev/null differ diff --git a/src/site/resources/images/logos/openwebbeans_small.png b/src/site/resources/images/logos/openwebbeans_small.png deleted file mode 100644 index d1ba3919f..000000000 Binary files a/src/site/resources/images/logos/openwebbeans_small.png and /dev/null differ diff --git a/src/site/resources/images/logos/openwebbeans_vert.png b/src/site/resources/images/logos/openwebbeans_vert.png deleted file mode 100644 index da78da3c8..000000000 Binary files a/src/site/resources/images/logos/openwebbeans_vert.png and /dev/null differ diff --git a/src/site/site.xml b/src/site/site.xml deleted file mode 100644 index 3a9349165..000000000 --- a/src/site/site.xml +++ /dev/null @@ -1,62 +0,0 @@ -<?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>https://openwebbeans.apache.org/owb/images/logos/openwebbeans_hor.png</src> - <href>https://openwebbeans.apache.org</href> - </bannerLeft> - - <bannerRight> - <name>Apache Banner</name> - <src>https://www.apache.org/images/asf-logo.gif</src> - <href>https://www.apache.org</href> - </bannerRight> - - <publishDate format="dd MMM yyyy" /> - <version position="left"/> - - <body> - <breadcrumbs> - <item name="Apache" href="https://www.apache.org"/> - <item name="OpenWebBeans" href="https://openwebbeans.apache.org"/> - </breadcrumbs> - - <menu name="Overview"> - <item name="Introduction" href="index.html" /> - <item name="JSR-299" href="jsr299.html" /> - <item name="JSR-330" href="jsr330.html" /> - </menu> - - <menu name="OpenWebBeans"> - <item name="Contributing" href="contributing.html" /> - <item name="IRC" href="irc.html" /> - <item name="Documentation" href="documentation.html"/> - <item name="FAQ" href="faq.html" /> - <item name="Extensions" href="extensions/index.html" /> - <item name="Logos & Trademarks" href="trademarks.html" /> - <item name="Download Apache OWB" href="https://www.apache.org/dyn/closer.cgi/openwebbeans/" /> - </menu> - - <menu ref="modules" /> - - <menu ref="reports"/> - </body> -</project>
