Author: cliffs Date: Fri Jul 16 11:31:33 2004 New Revision: 22975 Added: incubator/beehive/NOTICE.txt incubator/beehive/README.txt Log: another test commit, but with useful content to keep -- BEA's initial software grant will follow.
Added: incubator/beehive/NOTICE.txt ============================================================================== --- (empty file) +++ incubator/beehive/NOTICE.txt Fri Jul 16 11:31:33 2004 @@ -0,0 +1,17 @@ +This software consists of voluntary contributions made by many +individuals on behalf of the Apache Software Foundation and was +originally based on software copyright (c) 2000-2004 BEA Systems +Inc., <http://www.bea.com/>. For more information on the Apache +Software Foundation, please see <http://www.apache.org/>. + +Aside from contributions to the Apache Beehive project, this +software also includes: + +- various other products from the Apache Software Foundation, +such as: Ant, Log4J, Tomcat, Velocity, and XMLBeans. + +- JUnit + +See the LICENSE.txt file for information on all licenses +associated with this software. + Added: incubator/beehive/README.txt ============================================================================== --- (empty file) +++ incubator/beehive/README.txt Fri Jul 16 11:31:33 2004 @@ -0,0 +1,29 @@ +Welcome to Beehive! + +Apache Beehive is an effort undergoing incubation at the +Apache Software Foundation (ASF), sponsored by the Incubator +project. Incubation is required of all newly accepted projects +until a further review indicates that the infrastructure, +communications, and decision making process have stabilized in a +manner consistent with other successful ASF projects. While +incubation status is not necessarily a reflection of the +completeness or stability of the code, it does indicate that the +project has yet to be fully endorsed by the ASF. + + +If you've come here to learn more about XmlBeans, here are a few +starting points: + +BUILDING.txt: How to build Beehive on your machine. +DEVELOPING.txt Technical notes on contributing/committing files. +LICENSE.txt: The Apache License and any other relevant licenses + for this software. +NOTICE.txt: Attribution notices required by various + contributions. + +Finally, please go to the Apache Beehive website, currently +located (while in incubation) at: + + http://incubator.apache.org/beehive/. + +There you will find an increasing number of resources to get started.
