lib/flashsdk/adt.rb in flashsdk-1.0.13.pre vs lib/flashsdk/adt.rb in flashsdk-1.0.14.pre
- old
+ new
@@ -31,11 +31,10 @@
# end
#
# desc "Compile, certify and package the AIR application"
# task package => 'bin/SomeProject.air'
#
- class ADT
- include Sprout::Executable
+ class ADT < Sprout::Executable::Base
#NOTE:
# The order of these parameters is important!
# Please do not alphabetize or rearrange unless you're
# fixing a bug related to how ADT actually expects
# the arguments...