<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" 
    xmlns:control="com.cpile.asynchWorkflow.control.*" 
    xmlns:view="com.cpile.asynchWorkflow.view.*"
    
    layout="absolute" 
     viewSourceURL="srcview/index.html">
    
    <!--
        @todo:
    - set up scenario to emulate select new doc, curr has changes...
    
    @todo:
    - set up version using SequenceCommand(?)
    
    -->
    
    <control:AWController id="frontController" />
    
    <view:AWMainView horizontalCenter="0" verticalCenter="0"/>
    
</mx:Application>