deleted old script files

pull/1186/head
Martin Linkhorst 12 years ago
parent 4103fd1dda
commit ff829a42eb
  1. 9
      script/about
  2. 4
      script/breakpointer
  3. 4
      script/console
  4. 4
      script/dbconsole
  5. 4
      script/destroy
  6. 4
      script/generate
  7. 4
      script/performance/benchmarker
  8. 4
      script/performance/profiler
  9. 4
      script/performance/request
  10. 4
      script/plugin
  11. 4
      script/process/inspector
  12. 4
      script/process/reaper
  13. 4
      script/process/spawner
  14. 4
      script/process/spinner
  15. 4
      script/runner
  16. 4
      script/server

@ -1,7 +1,6 @@
#!/usr/bin/env ruby
#-- encoding: UTF-8
require File.expand_path('../../config/boot', __FILE__)
$LOAD_PATH.unshift "#{RAILTIES_PATH}/builtin/rails_info"
require 'commands/about'
Redmine::About.print_plugin_info
ENV["RAILS_ENV"] ||= "production"
require File.expand_path(File.dirname(__FILE__) + "/../config/environment")
puts
puts Redmine::Info.environment

@ -1,4 +0,0 @@
#!/usr/bin/env ruby
#-- encoding: UTF-8
require File.expand_path('../../config/boot', __FILE__)
require 'commands/breakpointer'

@ -1,4 +0,0 @@
#!/usr/bin/env ruby
#-- encoding: UTF-8
require File.expand_path('../../config/boot', __FILE__)
require 'commands/console'

@ -1,4 +0,0 @@
#!/usr/bin/env ruby
#-- encoding: UTF-8
require File.expand_path('../../config/boot', __FILE__)
require 'commands/dbconsole'

@ -1,4 +0,0 @@
#!/usr/bin/env ruby
#-- encoding: UTF-8
require File.expand_path('../../config/boot', __FILE__)
require 'commands/destroy'

@ -1,4 +0,0 @@
#!/usr/bin/env ruby
#-- encoding: UTF-8
require File.expand_path('../../config/boot', __FILE__)
require 'commands/generate'

@ -1,4 +0,0 @@
#!/usr/bin/env ruby
#-- encoding: UTF-8
require File.expand_path('../../../config/boot', __FILE__)
require 'commands/performance/benchmarker'

@ -1,4 +0,0 @@
#!/usr/bin/env ruby
#-- encoding: UTF-8
require File.expand_path('../../../config/boot', __FILE__)
require 'commands/performance/profiler'

@ -1,4 +0,0 @@
#!/usr/bin/env ruby
#-- encoding: UTF-8
require File.expand_path('../../config/boot', __FILE__)
require 'commands/performance/request'

@ -1,4 +0,0 @@
#!/usr/bin/env ruby
#-- encoding: UTF-8
require File.expand_path('../../config/boot', __FILE__)
require 'commands/plugin'

@ -1,4 +0,0 @@
#!/usr/bin/env ruby
#-- encoding: UTF-8
require File.expand_path('../../config/boot', __FILE__)
require 'commands/process/inspector'

@ -1,4 +0,0 @@
#!/usr/bin/env ruby
#-- encoding: UTF-8
require File.expand_path('../../config/boot', __FILE__)
require 'commands/process/reaper'

@ -1,4 +0,0 @@
#!/usr/bin/env ruby
#-- encoding: UTF-8
require File.expand_path('../../config/boot', __FILE__)
require 'commands/process/spawner'

@ -1,4 +0,0 @@
#!/usr/bin/env ruby
#-- encoding: UTF-8
require File.expand_path('../../config/boot', __FILE__)
require 'commands/process/spinner'

@ -1,4 +0,0 @@
#!/usr/bin/env ruby
#-- encoding: UTF-8
require File.expand_path('../../config/boot', __FILE__)
require 'commands/runner'

@ -1,4 +0,0 @@
#!/usr/bin/env ruby
#-- encoding: UTF-8
require File.expand_path('../../config/boot', __FILE__)
require 'commands/server'
Loading…
Cancel
Save