lib/sprout/tasks/mxmlc_flex_builder.rb in sprout-as3-bundle-0.2.3 vs lib/sprout/tasks/mxmlc_flex_builder.rb in sprout-as3-bundle-0.2.9
- old
+ new
@@ -1,6 +1,19 @@
module Sprout
+
+ # The Sprout::MXMLCFlexBuilder task is intended to
+ # transform Sprout::ProjectModel instances into Flex Builder Eclipse
+ # project files.
+ #
+ # This task should also be able to analyze Flex Builder project files
+ # and emit a Sprout::ProjectModel based on the information found there.
+ #
+ # The current incarnation is a proof of concept and may not work properly,
+ # but here is an example just in case:
+ #
+ # flex_builder :project
+ #
class MXMLCFlexBuilder < MXMLCHelper # :nodoc:
PROJECT = '.project'
ACTION_SCRIPT_PROPERTIES = '.actionScriptProperties'
def initialize(args, &block)