<?xml version="1.0" encoding="utf-8"?>

<!--
 PureMVC AS3 MultiCore Pipes Demo – Flex Modules and Pipes Demo
 Copyright (c) 2009 Frederic Saunier <frederic.saunier@puremvc.org>

 Parts originally from:

 PureMVC AS3 MultiCore Demo – Flex PipeWorks
 Copyright (c) 2008 Cliff Hall <cliff.hall@puremvc.org>

 PureMVC AS3 Demo – AIR RSS Headlines
 Copyright (c) 2007-08 Simon Bailey <simon.bailey@puremvc.org>

 Your reuse is governed by the Creative Commons Attribution 3.0 License
-->

<mx:Application
    xmlns:mx="http://www.adobe.com/2006/mxml"
    xmlns:view="org.puremvc.as3.multicore.demos.flex.moduleandpipes.shell.view.components.*"
    layout="absolute"
    width="100%"
    height="100%"
     viewSourceURL="srcview/index.html"
     backgroundColor="#A6C5F5"
 >
    <view:Shell width="100%" height="100%" />
</mx:Application>