You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ra...@apache.org on 2006/06/20 17:14:16 UTC

svn commit: r415700 - /jakarta/commons/proper/scxml/trunk/RELEASE-NOTES.txt

Author: rahul
Date: Tue Jun 20 08:14:15 2006
New Revision: 415700

URL: http://svn.apache.org/viewvc?rev=415700&view=rev
Log:
Replace release notes template with something more specific (and some opportunistic detabbing).

Modified:
    jakarta/commons/proper/scxml/trunk/RELEASE-NOTES.txt

Modified: jakarta/commons/proper/scxml/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/scxml/trunk/RELEASE-NOTES.txt?rev=415700&r1=415699&r2=415700&view=diff
==============================================================================
--- jakarta/commons/proper/scxml/trunk/RELEASE-NOTES.txt (original)
+++ jakarta/commons/proper/scxml/trunk/RELEASE-NOTES.txt Tue Jun 20 08:14:15 2006
@@ -15,22 +15,33 @@
 -->
 $Id$
 
-			 Commons  SCXML Package
-			  Version 1.0-SNAPSHOT
-			    Release Notes
+                         Commons  SCXML Package
+                          Version 1.0-SNAPSHOT
+                            Release Notes
 
 
 INTRODUCTION:
 
-This document contains the release notes for this version of the Commons
-SCXML package, and highlights changes since the previous version. The
-current release adds new features and bug fixes, and is being done now to
-follow the release early/release often mentality.
+The Commons SCXML (State Chart XML) project provides a generic
+state-machine based execution environment. It borrows most semantics
+from its namesake Working Draft at the W3C. Anything that can be
+represented as a UML state chart -- business process flows, view
+navigation bits, interaction or dialog management, and many more -- can
+leverage the Commons SCXML library. The library abstracts out the
+environment interfaces, and can be used in numerous server-side and
+client-side runtimes.
+
+Please visit the website for project information and documentation:
+
+http://jakarta.apache.org/commons/scxml/
 
 
 NEW FEATURES:
 
+This is the first release.
+
 
 BUG FIXES:
 
+This is the first release.
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org