<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -5,4 +5,5 @@ rdoc
 rdoc/**/**/*
 *_documentation.rb
 bundles/as3/samples/mxmlc/bin/*.swf
-bundles/as3/samples/mxmlc/doc
\ No newline at end of file
+bundles/as3/samples/mxmlc/doc
+bundles/as3/samples/mxmlc/bin/*.swc
\ No newline at end of file</diff>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -21,22 +21,26 @@ module Sprout # :nodoc:
   
     def initialize(args, &amp;block)
       super
-      t = define_outer_task
+      outer_task = define_outer_task
       
       compc output do |t|
         configure_mxmlc t
         configure_mxmlc_application t
+        t.input = input
         yield t if block_given?
       end
 
-      t.prerequisites &lt;&lt; output
-      return t
+      outer_task.prerequisites &lt;&lt; output
+      return outer_task
     end
 
     def create_output
       return &quot;#{create_output_base}.swc&quot;
     end
     
+    def create_input
+      return @model.project_name
+    end
   end
 end
 </diff>
      <filename>bundles/as3/lib/sprout/tasks/mxmlc_swc.rb</filename>
    </modified>
    <modified>
      <diff>@@ -27,22 +27,17 @@ unit :test
 desc 'Compile the optimized deployment'
 deploy :deploy
 
-desc 'Create documentation for this project'
+desc 'Create documentation'
 document :doc
 
-# do |t|
-#  t.doc_classes &lt;&lt; 'JSONExample'
-#  t.library_path &lt;&lt; 'lib/corelib.swc'
-#end
-
-#desc 'Compile a SWC file for this project'
-#deploy_swc :deploy
-
-#desc 'Package up this project as a library gem'
-#deploy_lib :deploy
+desc 'Compile a SWC file'
+swc :swc
 
 #desc 'Compile, run and terminate the test harness'
 #ci :cruise
 
+#desc 'Package up this project as a library gem'
+#create_library_gem :create_library_gem
+
 # Make :debug the default (no-name) rake task
 task :default =&gt; :debug</diff>
      <filename>bundles/as3/samples/mxmlc/rakefile.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>83f163c77ef5b4e0a6b98e72c5e50b7fa09750ed</id>
    </parent>
  </parents>
  <author>
    <name>Luke Bayes</name>
    <email>lbayes@patternpark.com</email>
  </author>
  <url>http://github.com/lukebayes/project-sprouts/commit/c39ea1efd2c93500f1c47db68d1586bc9d108fae</url>
  <id>c39ea1efd2c93500f1c47db68d1586bc9d108fae</id>
  <committed-date>2008-07-19T17:24:12-07:00</committed-date>
  <authored-date>2008-07-19T17:24:12-07:00</authored-date>
  <message>Integrated SWC helper</message>
  <tree>509740760e114b157e8b98a29b9897ed886717cf</tree>
  <committer>
    <name>Luke Bayes</name>
    <email>lbayes@patternpark.com</email>
  </committer>
</commit>
