mirror of
https://github.com/redmine/redmine.git
synced 2026-03-08 21:50:44 +01:00
Adds a branch for unlimited project hierarchy.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/work@2148 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
3
nested_projects/script/performance/benchmarker
Executable file
3
nested_projects/script/performance/benchmarker
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env ruby
|
||||
require File.dirname(__FILE__) + '/../../config/boot'
|
||||
require 'commands/performance/benchmarker'
|
||||
3
nested_projects/script/performance/profiler
Executable file
3
nested_projects/script/performance/profiler
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env ruby
|
||||
require File.dirname(__FILE__) + '/../../config/boot'
|
||||
require 'commands/performance/profiler'
|
||||
3
nested_projects/script/performance/request
Normal file
3
nested_projects/script/performance/request
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env ruby
|
||||
require File.dirname(__FILE__) + '/../../config/boot'
|
||||
require 'commands/performance/request'
|
||||
Reference in New Issue
Block a user