You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wookie.apache.org by ps...@apache.org on 2011/10/18 14:19:11 UTC

svn commit: r1185615 - /incubator/wookie/trunk/README

Author: psharples
Date: Tue Oct 18 12:19:11 2011
New Revision: 1185615

URL: http://svn.apache.org/viewvc?rev=1185615&view=rev
Log:
Minor update to point out that certain BUILD_NOTES are only available in certain builds. See WOOKIE-266.

Modified:
    incubator/wookie/trunk/README

Modified: incubator/wookie/trunk/README
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/README?rev=1185615&r1=1185614&r2=1185615&view=diff
==============================================================================
--- incubator/wookie/trunk/README (original)
+++ incubator/wookie/trunk/README Tue Oct 18 12:19:11 2011
@@ -37,12 +37,12 @@ instructions on building Apache Wookie. 
 Apache Wookie is made available in a standalone binary distribution,
 which means that once you download it, you should be able to run wookie
 'out of the box' without having to download and configure any other components
-	* Please read STANDALONE_BUILD_NOTES for this
+	* Please read STANDALONE_BUILD_NOTES for this (Available if you have the standalone build only)
 	
 Additionally a WAR archive binary distribution is also made available for Wookie. 
 This is designed for users who wish to use/integrate Wookie into their existing server 
 environment - an existing Tomcat instance for example.
-	* Please read WAR_BUILD_NOTES for this
+	* Please read WAR_BUILD_NOTES for this (Available If you have the WAR build only)
 	
 You may also want to refer to RELEASE_NOTES for the list of changes in this release; this
 also contains information about any known issues.