Author: wsmoak Date: Tue Mar 21 20:06:04 2006 New Revision: 387707 URL: http://svn.apache.org/viewcvs?rev=387707&view=rev Log: Adapted Craig's 20060124 announcement of the nightly build reorganization, for the release notes. Added information about shale-dependencies and shale-starter, and moved the example apps to the 'also available' section since they are no longer included in the main release distribution.
Modified: struts/shale/trunk/docs/release-notes-1.0.2.html Modified: struts/shale/trunk/docs/release-notes-1.0.2.html URL: http://svn.apache.org/viewcvs/struts/shale/trunk/docs/release-notes-1.0.2.html?rev=387707&r1=387706&r2=387707&view=diff ============================================================================== --- struts/shale/trunk/docs/release-notes-1.0.2.html (original) +++ struts/shale/trunk/docs/release-notes-1.0.2.html Tue Mar 21 20:06:04 2006 @@ -83,6 +83,23 @@ Standalone Tiles distribution is included here, to avoid the requirement to extract it from the sample applications.</li> </ul> + <li>Source code and JavaDocs for the following modules: + <ul> + <li><a href="../blank/docs/api/index.html">Blank Example App</a></li> + <li><a href="../clay-plugin/docs/api/index.html">Clay Plug-In</a></li> + <li><a href="../core-library/docs/api/index.html">Core Library</a></li> + <li><a href="../mailreader/docs/api/index.html">MailReader Example App</a></li> + <li><a href="../sql-browser/docs/api/index.html">SQL Browser Example App</a></li> + <li><a href="../test-framework/docs/api/index.html">Unit Test Framework</a></li> + <li><a href="../tiger/docs/api/index.html">Tiger Extensions</a></li> + <li><a href="../use-cases/docs/api/index.html">Use Cases Example App</a></li> + </ul> + </ul> + + In addition to the standard Shale release distribution, the following + examples and resources are available: + + <ul> <li>Example web applications <ul> <li><code>shale-blank.war</code> - Very simple "starter" application that @@ -96,17 +113,33 @@ <li><code>shale-usecases.war</code> Omnibus example application that illustrates the use of most Shale features.</li> </ul></li> - <li>Source code and JavaDocs for the following modules: - <ul> - <li><a href="../blank/docs/api/index.html">Blank Example App</a></li> - <li><a href="../clay-plugin/docs/api/index.html">Clay Plug-In</a></li> - <li><a href="../core-library/docs/api/index.html">Core Library</a></li> - <li><a href="../mailreader/docs/api/index.html">MailReader Example App</a></li> - <li><a href="../sql-browser/docs/api/index.html">SQL Browser Example App</a></li> - <li><a href="../test-framework/docs/api/index.html">Unit Test Framework</a></li> - <li><a href="../tiger/docs/api/index.html">Tiger Extensions</a></li> - <li><a href="../use-cases/docs/api/index.html">Use Cases Example App</a></li> - </ul> + <li>Shale dependencies + <ul><code>shale-dependencies.zip</code> or + <code>shale-dependencies.tar.gz</code> - For convenience, + this is a snapshot of all the dependencies + that would normally be downloaded by executing the + download-dependencies target in the top level build script. + Unpack this into the top-level directory of the framework + distribution (it will create a lib subdirectory). + </ul></li> + <li>Shale Starter + <ul><code>shale-starter.zip</code> or + <code>shale-dependencies.tar.gz</code> - + A starting point source directory structure for a Shale based + application that will use Ant as the build tool. This is based on + the source code of the Shale Blank Starter Application example, but + separated out for the convenience of those who need only this + feature. To create a new project: + <ul> + <li>Untar or unzip this artifact into the directory that should + contain the new project directory.</li> + <li>Rename the <code>shale-starter</code> directory that is created + to the desired name of your project directory.</li> + <li>Follow the directions in the <code>README.txt</code> directory + of the new project to customize the default settings.</li> + <li>Start building and testing your Shale based application.</li> + </ul> + </ul></li> </ul> <a name="Changes"></a> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]