lib/tasks/setup.rb in dev-2.0.149 vs lib/tasks/setup.rb in dev-2.0.150
- old
+ new
@@ -1,4 +1,6 @@
+puts __FILE__ if defined?(DEBUG)
+
desc 'performs setup commands'
task :setup do Tasks.execute_task :setup;end
#
# use the SVN_EXPORTS hash to define svn exports destined for DEV_ROOT/dep
\ No newline at end of file