<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>flex-client/bin-debug/FlexClient.html</filename>
    </added>
    <added>
      <filename>flex-client/bin-debug/FlexClient.swf</filename>
    </added>
    <added>
      <filename>flex-client/bin-debug/flexclient/view/assets/banner.png</filename>
    </added>
    <added>
      <filename>flex-client/bin-debug/flexclient/view/assets/banner.xcf</filename>
    </added>
    <added>
      <filename>flex-client/credits.txt</filename>
    </added>
    <added>
      <filename>flex-client/libs/PureMVC_AS3_2_0_3.swc</filename>
    </added>
    <added>
      <filename>flex-client/src/FlexClient.mxml</filename>
    </added>
    <added>
      <filename>flex-client/src/flexclient/ApplicationFacade.as</filename>
    </added>
    <added>
      <filename>flex-client/src/flexclient/controller/DeleteProjectCommand.as</filename>
    </added>
    <added>
      <filename>flex-client/src/flexclient/controller/ParticipantAddedToProjectCommand.as</filename>
    </added>
    <added>
      <filename>flex-client/src/flexclient/controller/StartupCommand.as</filename>
    </added>
    <added>
      <filename>flex-client/src/flexclient/model/ParticipantProxy.as</filename>
    </added>
    <added>
      <filename>flex-client/src/flexclient/model/ProjectProxy.as</filename>
    </added>
    <added>
      <filename>flex-client/src/flexclient/model/enum/DepartmentsEnum.as</filename>
    </added>
    <added>
      <filename>flex-client/src/flexclient/model/enum/ParticipantsEnum.as</filename>
    </added>
    <added>
      <filename>flex-client/src/flexclient/model/vo/ParticipantVO.as</filename>
    </added>
    <added>
      <filename>flex-client/src/flexclient/model/vo/ProjectVO.as</filename>
    </added>
    <added>
      <filename>flex-client/src/flexclient/view/ParticipantsPanelMediator.as</filename>
    </added>
    <added>
      <filename>flex-client/src/flexclient/view/ProjectFormMediator.as</filename>
    </added>
    <added>
      <filename>flex-client/src/flexclient/view/ProjectListMediator.as</filename>
    </added>
    <added>
      <filename>flex-client/src/flexclient/view/assets/banner.png</filename>
    </added>
    <added>
      <filename>flex-client/src/flexclient/view/assets/banner.xcf</filename>
    </added>
    <added>
      <filename>flex-client/src/flexclient/view/components/ParticipantsPanel.mxml</filename>
    </added>
    <added>
      <filename>flex-client/src/flexclient/view/components/ProjectForm.mxml</filename>
    </added>
    <added>
      <filename>flex-client/src/flexclient/view/components/ProjectList.mxml</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,5 +1,13 @@
+The Flex and Python Test Project
+http://fernandoacorreia.wordpress.com/
+
 Copyright (C) 2008 by Fernando de Alcantara Correia. All rights reserved.
 
+Licensing:
+
+The MIT License
+http://www.opensource.org/licenses/mit-license.php
+
 Permission is hereby granted, free of charge, to any person
 obtaining a copy of this software and associated documentation
 files (the &quot;Software&quot;), to deal in the Software without</diff>
      <filename>LICENSE.txt</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,5 @@
 &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;actionScriptProperties mainApplicationPath=&quot;main.mxml&quot; version=&quot;3&quot;&gt;
+&lt;actionScriptProperties mainApplicationPath=&quot;FlexClient.mxml&quot; version=&quot;3&quot;&gt;
 &lt;compiler additionalCompilerArguments=&quot;-locale en_US&quot; copyDependentFiles=&quot;true&quot; enableModuleDebug=&quot;true&quot; generateAccessible=&quot;false&quot; htmlExpressInstall=&quot;true&quot; htmlGenerate=&quot;true&quot; htmlHistoryManagement=&quot;true&quot; htmlPlayerVersion=&quot;9.0.28&quot; htmlPlayerVersionCheck=&quot;true&quot; outputFolderPath=&quot;bin-debug&quot; sourceFolderPath=&quot;src&quot; strict=&quot;true&quot; useApolloConfig=&quot;false&quot; verifyDigests=&quot;true&quot; warn=&quot;true&quot;&gt;
 &lt;compilerSourcePath/&gt;
 &lt;libraryPath defaultLinkType=&quot;1&quot;&gt;
@@ -9,7 +9,7 @@
 &lt;sourceAttachmentPath/&gt;
 &lt;/compiler&gt;
 &lt;applications&gt;
-&lt;application path=&quot;main.mxml&quot;/&gt;
+&lt;application path=&quot;FlexClient.mxml&quot;/&gt;
 &lt;/applications&gt;
 &lt;modules/&gt;
 &lt;buildCSSFiles/&gt;</diff>
      <filename>flex-client/.actionScriptProperties</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>flex-client/bin-debug/assets/header.png</filename>
    </removed>
    <removed>
      <filename>flex-client/bin-debug/main.html</filename>
    </removed>
    <removed>
      <filename>flex-client/bin-debug/main.swf</filename>
    </removed>
    <removed>
      <filename>flex-client/libs/Cairngorm.swc</filename>
    </removed>
    <removed>
      <filename>flex-client/src/assets/header.png</filename>
    </removed>
    <removed>
      <filename>flex-client/src/business/AppController.as</filename>
    </removed>
    <removed>
      <filename>flex-client/src/business/Services.as</filename>
    </removed>
    <removed>
      <filename>flex-client/src/business/commands/DeleteProjectCommand.as</filename>
    </removed>
    <removed>
      <filename>flex-client/src/business/commands/GetProjectsCommand.as</filename>
    </removed>
    <removed>
      <filename>flex-client/src/business/commands/NewProjectCommand.as</filename>
    </removed>
    <removed>
      <filename>flex-client/src/business/commands/SaveProjectCommand.as</filename>
    </removed>
    <removed>
      <filename>flex-client/src/business/events/DeleteProjectEvent.as</filename>
    </removed>
    <removed>
      <filename>flex-client/src/business/events/GetProjectsEvent.as</filename>
    </removed>
    <removed>
      <filename>flex-client/src/business/events/NewProjectEvent.as</filename>
    </removed>
    <removed>
      <filename>flex-client/src/business/events/SaveProjectEvent.as</filename>
    </removed>
    <removed>
      <filename>flex-client/src/main.mxml</filename>
    </removed>
    <removed>
      <filename>flex-client/src/model/ModelLocator.as</filename>
    </removed>
    <removed>
      <filename>flex-client/src/valueObjects/Project.as</filename>
    </removed>
    <removed>
      <filename>flex-client/src/views/ProjectForm.mxml</filename>
    </removed>
    <removed>
      <filename>flex-client/src/views/ProjectsGrid.mxml</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>e23b65966ca33cda3e3649042718961c946ae7c6</id>
    </parent>
  </parents>
  <author>
    <name>Fernando Correia</name>
    <email>fernandoacorreia@gmail.com</email>
  </author>
  <url>http://github.com/fernandoacorreia/flex-and-python-test/commit/6e2ed1154793c0aaf211e341b3d9013ec550e2d3</url>
  <id>6e2ed1154793c0aaf211e341b3d9013ec550e2d3</id>
  <committed-date>2008-07-26T07:58:00-07:00</committed-date>
  <authored-date>2008-07-26T07:19:24-07:00</authored-date>
  <message>New client using PureMVC

Structure of new client using the PureMVC framework.
Created from a PureMVC example.
This client still doesn't talk to the server. It is purely local.</message>
  <tree>a82eb660f88786bdee9e333e67fb4484b3aa4fe4</tree>
  <committer>
    <name>Fernando Correia</name>
    <email>fernandoacorreia@gmail.com</email>
  </committer>
</commit>
