PureMVC Standard Framework for Java (Ported)
--------------------------------------------------------------------------
Release Date: 1/14/2012
    Platform: Java
     Version: 1
    Revision: 1
     Authors: Frederic Saunier <frederic.saunier@puremvc.org>
            : Donald Stinchfield <donald.stinchfield@puremvc.org>
            : Thomas Schuessler <thomas.schuessler@puremvc.org>
            : Michael Watzek <mwa.tech@spree.de>
            : Philipp Hemker <phe@startext.de>
            : Jan Grimmer <Jan.Grimmer@cimt-ag.de>
--------------------------------------------------------------------------
1.1 - Now onRemove method of Proxy classes is called as it seems it has been
      forgotten in 1.0. 

1.0 - The framework has been adapted from the multicore version. It fixes the
      lack off onRegister, onRemove methods of Mediators and Proxy classes and
      improves GWT compatibility. It also has been tested successfully against
      Android 2.2. 

0.3 - Junit tests from Futurescale have been added.  build.xml file was
      refactored to make easier to build modules.  This is mostly an
      administrative release
      
0.2 - Current version is partially compatible with AS3 version 2.0.1, 
 	  still needs onRegister/onRemove in Mediators and Proxies, and 
 	  a few other things. Added JavaDocs - CLH

0.1 - Created initial file structure and added license and version files - CLH