templates/asproject/as2/project/rakefile.rb in asproject-0.1.33 vs templates/asproject/as2/project/rakefile.rb in asproject-0.1.34
- old
+ new
@@ -1,18 +1,10 @@
#! rake
-#
-# Rakefile for MXMLC development
-# execute rake -T anywhere forward of this directory to see available tasks
-# Tasks are executed from the command prompt like:
-# rake deploy
-# rake clean
-# The test task accepts additional optional arguments as follows:
-#
-# rake test / Create TestSuites and run AllTests
-# rake test SomeClass / Run only the specified TestCase
-# rake test SomeClass.testSomeMethod / Run only the specified TestCase and test method
+require 'rubygems'
+require 'rake'
+require 'rake/clean'
+require 'rake/tasklib'
+require 'tasks/mtasc'
+require 'tasks/hamtasc'
+require 'tasks/swfmill'
-#require_gem 'asproject'
-#load 'asproject'
-
-#load_rake_tasks