<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>Examples/flex/SimpleStore/script/tasks/include_sources.rb</filename>
    </added>
    <added>
      <filename>Examples/flex/SimpleStore/src/config/ClassDictionary.as</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -3,6 +3,8 @@ require 'sprout'
 # set_sources 'http://gems.projectsprouts.org'
 sprout 'as3'
 
+require 'script/tasks/include_sources'
+
 ############################################
 # Configure your Project Model
 project_model :model do |m|
@@ -18,8 +20,8 @@ project_model :model do |m|
   # m.test_dir              = 'test'
   # m.doc_dir               = 'doc'
   # m.asset_dir             = 'assets'
-  # m.compiler_gem_name     = 'sprout-flex4sdk-tool'
-  # m.compiler_gem_version  = '&gt;= 4.0.0'
+  m.compiler_gem_name     = 'sprout-flex4sdk-tool'
+  m.compiler_gem_version  = '&gt;= 4.0.0'
   # m.source_path           &lt;&lt; &quot;#{m.lib_dir}/somelib&quot;
   m.library_path            &lt;&lt; '../../../ActionPack/bin/Waybeams.swc'
   # m.libraries             &lt;&lt; :corelib
@@ -28,6 +30,7 @@ end
 desc 'Compile and debug the application'
 debug :debug do |t|
   t.include_path &lt;&lt; 'src'
+  # t.dump_config = 'simple-store-config.xml'
 end
 
 desc 'Compile run the test harness'</diff>
      <filename>Examples/flex/SimpleStore/rakefile.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,5 @@
 &lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;
-&lt;mx:Application 
+&lt;mx:Application
     xmlns:mx=&quot;http://www.adobe.com/2006/mxml&quot;
     backgroundImage=&quot;&quot;
     backgroundColor=&quot;#FFFFFF&quot;
@@ -9,7 +9,10 @@
         &lt;![CDATA[
         import actionpack.Waybeams;
         import mx.core.UIComponent;
+        import config.ClassDictionary;
         
+        private var dictionary:ClassDictionary;
+
         private function creationCompleteHandler(event:Event):void {
             var environment:* = actionpack.Waybeams.boot({context: this});
             environment.get('/products/index');</diff>
      <filename>Examples/flex/SimpleStore/src/SimpleStore.mxml</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>d580b75f5cb2ceec4ac759eaff5448d04a704cfc</id>
    </parent>
  </parents>
  <author>
    <name>Luke Bayes</name>
    <email>lbayes@patternpark.com</email>
  </author>
  <url>http://github.com/lukebayes/waybeams/commit/f4580c19566899ea176be9b55c667e64234316e9</url>
  <id>f4580c19566899ea176be9b55c667e64234316e9</id>
  <committed-date>2009-07-05T13:55:02-07:00</committed-date>
  <authored-date>2009-07-05T13:55:02-07:00</authored-date>
  <message>Created a rake task to emit a class dictionary so that Flash Builder can be used for compilation</message>
  <tree>d0ef25befbfca2663ca2004872dcfd278ee94e2e</tree>
  <committer>
    <name>Luke Bayes</name>
    <email>lbayes@patternpark.com</email>
  </committer>
</commit>
