Author: ekoneil Date: Tue Aug 16 08:04:43 2005 New Revision: 233004 URL: http://svn.apache.org/viewcvs?rev=233004&view=rev Log: More Incubator unbranding.
BB: self DRT: build.dist pass Modified: beehive/trunk/beehive-imports.xml beehive/trunk/docs/dist-docs/README.txt beehive/trunk/docs/dist-docs/rev-readme-trailer.txt beehive/trunk/docs/dist-docs/toplvl-readme-trailer.txt beehive/trunk/user/samples-README.txt Modified: beehive/trunk/beehive-imports.xml URL: http://svn.apache.org/viewcvs/beehive/trunk/beehive-imports.xml?rev=233004&r1=233003&r2=233004&view=diff ============================================================================== --- beehive/trunk/beehive-imports.xml (original) +++ beehive/trunk/beehive-imports.xml Tue Aug 16 08:04:43 2005 @@ -30,7 +30,7 @@ <property name="forrest.dir" location="${os.FORREST_HOME}"/> <property name="beehive.version" value="svn-snapshot"/> - <property name="dist.base.name" value="apache-beehive-incubating-"/> + <property name="dist.base.name" value="apache-beehive-"/> <property name="dist.name" value="${dist.base.name}${beehive.version}"/> <property name="webservice.runtime" value="axis"/> Modified: beehive/trunk/docs/dist-docs/README.txt URL: http://svn.apache.org/viewcvs/beehive/trunk/docs/dist-docs/README.txt?rev=233004&r1=233003&r2=233004&view=diff ============================================================================== --- beehive/trunk/docs/dist-docs/README.txt (original) +++ beehive/trunk/docs/dist-docs/README.txt Tue Aug 16 08:04:43 2005 @@ -1,24 +1,12 @@ - APACHE BEEHIVE +APACHE BEEHIVE + Welcome to Beehive! - 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. - - - What is Beehive? - ----------- +What is Beehive? +================ The goal of Beehive is to make J2EE programming easier by using JSR-175 metadata annotations to simplify the most complex J2EE coding tasks. Beehive is divided into three @@ -33,9 +21,8 @@ Web Services -- The web services project implements JSR-181, a metadata annotation driven programming model for web services. - - Documentation - ------------- +Documentation +============= Complete documentation, including a users guide, tutorials, and instructions for running samples, is available locally at @@ -44,5 +31,5 @@ and online at - http://incubator.apache.org/beehive/index.html + http://beehive.apache.org/index.html Modified: beehive/trunk/docs/dist-docs/rev-readme-trailer.txt URL: http://svn.apache.org/viewcvs/beehive/trunk/docs/dist-docs/rev-readme-trailer.txt?rev=233004&r1=233003&r2=233004&view=diff ============================================================================== --- beehive/trunk/docs/dist-docs/rev-readme-trailer.txt (original) +++ beehive/trunk/docs/dist-docs/rev-readme-trailer.txt Tue Aug 16 08:04:43 2005 @@ -1,5 +1,5 @@ Revisions --------- -This distribution includes Beehive SVN revision @[EMAIL PROTECTED] +This distribution includes Apache Beehive SVN revision @[EMAIL PROTECTED] Modified: beehive/trunk/docs/dist-docs/toplvl-readme-trailer.txt URL: http://svn.apache.org/viewcvs/beehive/trunk/docs/dist-docs/toplvl-readme-trailer.txt?rev=233004&r1=233003&r2=233004&view=diff ============================================================================== --- beehive/trunk/docs/dist-docs/toplvl-readme-trailer.txt (original) +++ beehive/trunk/docs/dist-docs/toplvl-readme-trailer.txt Tue Aug 16 08:04:43 2005 @@ -2,8 +2,8 @@ Download ------------ Please download - apache-beehive-incubating-svn-snapshot-*.{tar.gz or zip} - apache-beehive-incubating-svn-snapshot-lib-*.{tar.gz or zip} + apache-beehive-svn-snapshot-*.{tar.gz or zip} + apache-beehive-svn-snapshot-lib-*.{tar.gz or zip} And also a local copy of the documentation if you wish - apache-beehive-incubating-svn-snapshot-docs-*.{tar.gz or zip} + apache-beehive-svn-snapshot-docs-*.{tar.gz or zip} Modified: beehive/trunk/user/samples-README.txt URL: http://svn.apache.org/viewcvs/beehive/trunk/user/samples-README.txt?rev=233004&r1=233003&r2=233004&view=diff ============================================================================== --- beehive/trunk/user/samples-README.txt (original) +++ beehive/trunk/user/samples-README.txt Tue Aug 16 08:04:43 2005 @@ -1,14 +1,14 @@ -Beehive Samples ---------------- +Apache Beehive Samples +====================== This directory contains: -- samples that demonstrate the capabilities of Beehive controls, page flows, and web services +- samples that demonstrate the capabilities of Beehive Controls, Page Flows, and web services - application templates you can use as development starting points Instructions for running these samples are located at: - http://incubator.apache.org/beehive/samples/index.html + http://beehive.apache.org/releases/v1.0m1/samples/index.html and locally at: @@ -51,4 +51,4 @@ wsm-blank A simple HelloWorld web service to be used a template for a web services - enabled web project. \ No newline at end of file + enabled web project.