Modified: incubator/wave/trunk/README URL: http://svn.apache.org/viewvc/incubator/wave/trunk/README?rev=1490943&r1=1490942&r2=1490943&view=diff ============================================================================== --- incubator/wave/trunk/README (original) +++ incubator/wave/trunk/README Sat Jun 8 11:03:37 2013 @@ -1,4 +1,3 @@ - "Wave in a Box" (WIAB) project is a stand alone wave server and rich web client that serves as an Apache Wave reference implementation. Apache Wave site: http://incubator.apache.org/wave/ This project lets developers and enterprise users run wave servers and host waves on their own hardware. And then share those waves with other wave servers.
Added: incubator/wave/trunk/RELEASE-NOTES URL: http://svn.apache.org/viewvc/incubator/wave/trunk/RELEASE-NOTES?rev=1490943&view=auto ============================================================================== --- incubator/wave/trunk/RELEASE-NOTES (added) +++ incubator/wave/trunk/RELEASE-NOTES Sat Jun 8 11:03:37 2013 @@ -0,0 +1,51 @@ +Apache Wave +=========== + +What is it? +----------- + +Wave is a distributed, near-real-time, rich collaboration platform that allows +users to work together in new and exciting ways. Wave allows for flexible modes +of communication, blending chat, email and collaborative document editing in to +one seamless environment. Wave provides a lively and responsive environment +that promotes more fluid and dynamic collaboration between users. The addition +of Robots and Gagets allow the Wave platform to provide intelligence, +integration, and customizability to the users experience. + +The Latest Version +------------------ + +Details of the latest version can be found on the Apache Wave project web site +<https://incubator.apache.org/wave>. + +Details of any changes from the previous version can be found in the file named +"CHANGES" is this directory. + +Compatability Issues +-------------------- + +Being the first Apache Wave release, there are no possible compatibility changes +with previous versions of Apache Wave. + +If you are upgrading from a Wave-in-a-Box installation, please ensure your +configuration file contains all keys listed in the sample configuration in file +named 'server.config.example' in this directory. + +Licensing +--------- + +This software is licensed under the terms you may find in the files named +"LICENSE" and "NOTICE" in this directory. + +Documentation +------------- + +Please see the file named "README" for instructions on how to install Apache +Wave on your machine. + +You may also find it helpful to refer to the documentation on the wiki at +<https://cwiki.apache.org/confluence/display/WAVE>. + +Thanks for using Wave. + The Apache Wave Project + <https://incubator.apache.org/wave> Modified: incubator/wave/trunk/build.xml URL: http://svn.apache.org/viewvc/incubator/wave/trunk/build.xml?rev=1490943&r1=1490942&r2=1490943&view=diff ============================================================================== --- incubator/wave/trunk/build.xml (original) +++ incubator/wave/trunk/build.xml Sat Jun 8 11:03:37 2013 @@ -818,12 +818,14 @@ <tarfileset dir="${dist.dir}" includes="*.jar" prefix="${release.bin.path}/dist" /> <tarfileset dir="${basedir}" prefix="${release.bin.path}"> <!-- Documentation + Licensing --> + <include name="CHANGES" /> <include name="DISCLAIMER" /> <include name="KEYS" /> <include name="LICENSE" /> <include name="NOTICE" /> <include name="README" /> <include name="README.export-import" /> + <include name="RELEASE-NOTES" /> <!-- Helper scripts --> <include name="process-script-args.sh" /> <!-- Configuration -->
